Searched refs:elf (Results 1 – 3 of 3) sorted by relevance
115 LOCAL_MODULE := no-elf-hash-table-library
1778 static Elf32_Addr get_elf_exec_load_bias(const Elf32_Ehdr* elf) { in get_elf_exec_load_bias() argument1779 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()
962 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))