Searched defs:ehdr (Results 1 – 4 of 4) sorted by relevance
106 ElfW(Ehdr) ehdr; in read_loadbias() local
607 auto ehdr = reinterpret_cast<ElfW(Addr)>(&__ehdr_start); in call_ifunc_resolvers_for_section() local625 auto ehdr = reinterpret_cast<ElfW(Addr)>(&__ehdr_start); in call_ifunc_resolvers() local
1121 Elf64_Ehdr ehdr; in IsDynamic() local
159 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ argument