Home
last modified time | relevance | path

Searched defs:ehdr (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/
DMapData.cpp106 ElfW(Ehdr) ehdr; in read_loadbias() local
/bionic/linker/
Dlinker_main.cpp607 auto ehdr = reinterpret_cast<ElfW(Addr)>(&__ehdr_start); in call_ifunc_resolvers_for_section() local
625 auto ehdr = reinterpret_cast<ElfW(Addr)>(&__ehdr_start); in call_ifunc_resolvers() local
/bionic/tests/
Dmalloc_test.cpp1121 Elf64_Ehdr ehdr; in IsDynamic() local
/bionic/libc/include/bits/
Delf_common.h159 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ argument