Searched defs:phdr (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/bionic/
H A Ddl_iterate_phdr_static.c39 * phdr and phnum from there.
51 Elf32_Phdr *phdr = (Elf32_Phdr *)((unsigned long)ehdr + ehdr->e_phoff); local
62 dl_info.dlpi_phdr = phdr;
/bionic/linker/
H A Dlinker_phdr.c120 * phdr_offset -> file offset of phdr table
189 const Elf32_Phdr* phdr = &phdr_table[i]; local
191 if (phdr->p_type != PT_LOAD) {
195 if (phdr->p_vaddr < min_vaddr) {
196 min_vaddr = phdr->p_vaddr;
199 if (phdr->p_vaddr + phdr->p_memsz > max_vaddr) {
200 max_vaddr = phdr->p_vaddr + phdr->p_memsz;
253 const Elf32_Phdr* phdr local
284 const Elf32_Phdr* phdr = &phdr_table[nn]; local
355 const Elf32_Phdr* phdr = phdr_table; local
429 const Elf32_Phdr* phdr = phdr_table; local
519 const Elf32_Phdr* phdr = phdr_table; local
556 const Elf32_Phdr* phdr = phdr_table; local
593 const Elf32_Phdr* phdr = phdr_table; local
[all...]
H A Dlinker.h104 const Elf32_Phdr *phdr; member in struct:soinfo
H A Dlinker.cpp378 dl_info.dlpi_phdr = si->phdr;
830 si.ptr->phdr = phdr_table_get_loaded_phdr(phdr_table, phdr_count, load_bias);
831 if (si.ptr->phdr == NULL) {
1437 const Elf32_Phdr *phdr = si->phdr; local
1451 phdr_table_get_dynamic_section(phdr, phnum, base, &si->dynamic,
1465 (void) phdr_table_get_arm_exidx(phdr, phnum, base,
1650 if (phdr_table_unprotect_segments(si->phdr, si->phnum, si->load_bias) < 0) {
1680 if (phdr_table_protect_segments(si->phdr, si->phnum, si->load_bias) < 0) {
1688 if (phdr_table_protect_gnu_relro(si->phdr, s
1862 Elf32_Phdr *phdr = local
2011 const Elf32_Phdr* phdr; local
2033 Elf32_Phdr *phdr = local
[all...]

Completed in 70 milliseconds