Home
last modified time | relevance | path

Searched refs:elf (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/
DAndroid.mk115 LOCAL_MODULE := no-elf-hash-table-library
/bionic/linker/
Dlinker.cpp1778 static Elf32_Addr get_elf_exec_load_bias(const Elf32_Ehdr* elf) { in get_elf_exec_load_bias() argument
1779 Elf32_Addr offset = elf->e_phoff; in get_elf_exec_load_bias()
1780 const Elf32_Phdr* phdr_table = (const Elf32_Phdr*)((char*)elf + offset); in get_elf_exec_load_bias()
1781 const Elf32_Phdr* phdr_end = phdr_table + elf->e_phnum; in get_elf_exec_load_bias()
1785 return reinterpret_cast<Elf32_Addr>(elf) + phdr->p_offset - phdr->p_vaddr; in get_elf_exec_load_bias()
/bionic/libc/include/sys/
Dexec_elf.h962 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))