Searched defs:ehdr (Results 1 – 4 of 4) sorted by relevance
92 ElfW(Ehdr) ehdr; in Init() local110 ElfW(Ehdr) ehdr; in GetLoadBias() local
586 auto ehdr = reinterpret_cast<ElfW(Addr)>(&__ehdr_start); in call_ifunc_resolvers_for_section() local605 auto ehdr = reinterpret_cast<ElfW(Addr)>(&__ehdr_start); in relocate_linker() local
1133 Elf64_Ehdr ehdr; in IsDynamic() local
194 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ argument