Searched refs:Elf32_Phdr (Results 1 – 6 of 6) sorted by relevance
/bionic/linker/ |
D | linker_phdr.h | 52 const Elf32_Phdr** phdr_table); 58 phdr_table_get_load_size(const Elf32_Phdr* phdr_table, 62 phdr_table_reserve_memory(const Elf32_Phdr* phdr_table, 69 phdr_table_load_segments(const Elf32_Phdr* phdr_table, 75 phdr_table_protect_segments(const Elf32_Phdr* phdr_table, 80 phdr_table_unprotect_segments(const Elf32_Phdr* phdr_table, 85 phdr_table_protect_gnu_relro(const Elf32_Phdr* phdr_table, 89 const Elf32_Phdr* 90 phdr_table_get_loaded_phdr(const Elf32_Phdr* phdr_table, 96 phdr_table_get_arm_exidx(const Elf32_Phdr* phdr_table, [all …]
|
D | linker_phdr.c | 136 const Elf32_Phdr** phdr_table) in phdr_table_load() 143 if (phdr_num < 1 || phdr_num > 65536/sizeof(Elf32_Phdr)) { in phdr_table_load() 149 page_max = PAGE_END(phdr_offset + phdr_num*sizeof(Elf32_Phdr)); in phdr_table_load() 165 *phdr_table = (Elf32_Phdr*)((char*)mmap_result + page_offset); in phdr_table_load() 182 Elf32_Addr phdr_table_get_load_size(const Elf32_Phdr* phdr_table, in phdr_table_get_load_size() 189 const Elf32_Phdr* phdr = &phdr_table[i]; in phdr_table_get_load_size() 230 phdr_table_reserve_memory(const Elf32_Phdr* phdr_table, in phdr_table_reserve_memory() 253 const Elf32_Phdr* phdr = &phdr_table[i]; in phdr_table_reserve_memory() 276 phdr_table_load_segments(const Elf32_Phdr* phdr_table, in phdr_table_load_segments() 284 const Elf32_Phdr* phdr = &phdr_table[nn]; in phdr_table_load_segments() [all …]
|
D | linker.h | 104 const Elf32_Phdr *phdr;
|
D | linker.cpp | 766 const Elf32_Phdr* phdr_table; in load_library() 1437 const Elf32_Phdr *phdr = si->phdr; in soinfo_link_image() 1862 Elf32_Phdr *phdr = in __linker_init_post_relocation() 1863 (Elf32_Phdr *)((unsigned char *) linker_base + elf_hdr->e_phoff); in __linker_init_post_relocation() 1872 si->phdr = (Elf32_Phdr*) vecs[1]; in __linker_init_post_relocation() 2009 const Elf32_Phdr* phdr_table = (const Elf32_Phdr*)((char*)elf + offset); in get_elf_exec_load_bias() 2010 const Elf32_Phdr* phdr_end = phdr_table + elf->e_phnum; in get_elf_exec_load_bias() 2011 const Elf32_Phdr* phdr; in get_elf_exec_load_bias() 2033 Elf32_Phdr *phdr = in __linker_init() 2034 (Elf32_Phdr *)((unsigned char *) linker_addr + elf_hdr->e_phoff); in __linker_init()
|
/bionic/libc/bionic/ |
D | dl_iterate_phdr_static.c | 51 Elf32_Phdr *phdr = (Elf32_Phdr *)((unsigned long)ehdr + ehdr->e_phoff); in dl_iterate_phdr()
|
/bionic/libc/kernel/common/linux/ |
D | elf.h | 246 } Elf32_Phdr; typedef
|