Home
last modified time | relevance | path

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

/bionic/libc/arch-x86/bionic/
Ddl_iterate_phdr_static.c58 Elf32_Ehdr *ehdr = (Elf32_Ehdr *) &__executable_start; in dl_iterate_phdr() local
/bionic/linker/
Dlinker.c633 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)_hdr; in get_lib_extents() local
773 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)header; in load_segments() local
/bionic/libc/include/sys/
Dexec_elf.h119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ argument