MCPcopy Create free account
hub / github.com/coreboot/coreboot / elf_eident

Function elf_eident

util/cbfstool/elfheaders.c:119–123  ·  view source on GitHub ↗

Get the ident array, so we can figure out * endian-ness, word size, and in future other useful * parameters */

Source from the content-addressed store, hash-verified

117 * parameters
118 */
119static void
120elf_eident(struct buffer *input, Elf64_Ehdr *ehdr)
121{
122 bgets(input, ehdr->e_ident, sizeof(ehdr->e_ident));
123}
124
125
126static int

Callers 1

parse_elfFunction · 0.85

Calls 1

bgetsFunction · 0.85

Tested by

no test coverage detected