Searched refs:parse_elf (Results 1 – 6 of 6) sorted by relevance
/external/coreboot/util/cbfstool/ |
D | elfparsing.h | 47 int parse_elf(const struct buffer *pinput, struct parsed_elf *pelf, int flags);
|
D | platform_fixups.c | 38 if (parse_elf(&elf, &pelf, ELF_PARSE_PHDR)) in qualcomm_find_hash()
|
D | amdcompress.c | 82 if (parse_elf(input, &pelf, ELF_PARSE_ALL)) in parse_elf_to_xip_ram()
|
D | cbfs-mkstage.c | 137 if (parse_elf(input, &pelf, flags)) { in parse_elf_to_stage()
|
D | elfheaders.c | 486 int parse_elf(const struct buffer *pinput, struct parsed_elf *pelf, int flags) in parse_elf() function 590 if (parse_elf(pinput, &pelf, flags)) in elf_headers()
|
D | rmodule.c | 681 if (parse_elf(elfin, pelf, ELF_PARSE_ALL)) { in rmodule_init()
|