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

/bionic/linker/
H A Dlinker_debug.h144 #define DEBUG_DUMP_PHDR(phdr, name, pid) do { \
145 DEBUG("%5d %s (phdr = 0x%08x)\n", (pid), (name), (unsigned)(phdr)); \
146 DEBUG("\t\tphdr->offset = 0x%08x\n", (unsigned)((phdr)->p_offset)); \
147 DEBUG("\t\tphdr->p_vaddr = 0x%08x\n", (unsigned)((phdr)->p_vaddr)); \
148 DEBUG("\t\tphdr->p_paddr = 0x%08x\n", (unsigned)((phdr)->p_paddr)); \
149 DEBUG("\t\tphdr->p_filesz = 0x%08x\n", (unsigned)((phdr)->p_filesz)); \
150 DEBUG("\t\tphdr->p_memsz = 0x%08x\n", (unsigned)((phdr)->p_memsz)); \
151 DEBUG("\t\tphdr->p_flags = 0x%08x\n", (unsigned)((phdr)->p_flags)); \
152 DEBUG("\t\tphdr->p_align = 0x%08x\n", (unsigned)((phdr)
[all...]
H A Dlinker.c370 dl_info.dlpi_phdr = si->phdr;
737 Elf32_Phdr *phdr; local
756 phdr = (Elf32_Phdr *)(_hdr + ehdr->e_phoff);
760 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt, ++phdr) {
761 if (phdr->p_type == PT_LOAD) {
762 if ((phdr->p_vaddr + phdr->p_memsz) > max_vaddr)
763 max_vaddr = phdr->p_vaddr + phdr->p_memsz;
764 if (phdr
872 Elf32_Phdr *phdr = (Elf32_Phdr *)((unsigned char *)header + ehdr->e_phoff); local
1672 Elf32_Phdr *phdr = si->phdr; local
2264 Elf32_Phdr *phdr = local
[all...]
H A Dlinker.h94 Elf32_Phdr *phdr; member in struct:soinfo
/bionic/libc/arch-x86/bionic/
H A Ddl_iterate_phdr_static.c47 * phdr and phnum from there.
59 Elf32_Phdr *phdr = (Elf32_Phdr *)((unsigned long)ehdr + ehdr->e_phoff); local
70 dl_info.dlpi_phdr = phdr;

Completed in 1003 milliseconds