Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DMapData.cpp92 ElfW(Ehdr) ehdr; in Init() local
110 ElfW(Ehdr) ehdr; in GetLoadBias() local
/bionic/linker/
Dlinker_main.cpp586 auto ehdr = reinterpret_cast<ElfW(Addr)>(&__ehdr_start); in call_ifunc_resolvers_for_section() local
605 auto ehdr = reinterpret_cast<ElfW(Addr)>(&__ehdr_start); in relocate_linker() local
/bionic/tests/
Dmalloc_test.cpp1133 Elf64_Ehdr ehdr; in IsDynamic() local
/bionic/libc/include/bits/
Delf_common.h194 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ argument