/toolchain/binutils/binutils-2.25/bfd/ |
elf32-lm32.c | 778 for (m = elf_seg_map (output_bfd), p = elf_tdata (output_bfd)->phdr; 792 return p - elf_tdata (output_bfd)->phdr; 802 return ! (elf_tdata (output_bfd)->phdr[seg].p_flags & PF_W); [all...] |
elf-bfd.h | 1579 Elf_Internal_Phdr *phdr; member in struct:elf_obj_tdata [all...] |
elf32-bfin.c | [all...] |
elf32-frv.c | [all...] |
elf32-sh.c | [all...] |
elfnn-ia64.c | [all...] |
/external/google-breakpad/src/client/linux/minidump_writer/ |
minidump_writer.cc | 648 ElfW(Phdr)* phdr = reinterpret_cast<ElfW(Phdr) *>(dumper_->auxv()[AT_PHDR]); 651 if (!phnum || !phdr) 654 // Assume the program base is at the beginning of the same page as the PHDR 655 base = reinterpret_cast<char *>(reinterpret_cast<uintptr_t>(phdr) & ~0xfff); 659 for (; phnum >= 0; phnum--, phdr++) { 660 ElfW(Phdr) ph; 661 if (!dumper_->CopyFromProcess(&ph, GetCrashThread(), phdr, sizeof(ph))) [all...] |
/frameworks/compile/mclinker/lib/Script/ |
ScriptParser.yy | 197 %type <str_token> input phdr 342 } [>region] [AT>lma_region] [:phdr :phdr ...] [=fillexp] 462 phdrs : phdrs ':' phdr 467 phdr : string
|
/external/valgrind/coregrind/m_initimg/ |
initimg-solaris.c | 623 if ((info->real_phdr_present) && (info->phdr != 0)) { 625 auxv->a_un.a_val = info->phdr; [all...] |
initimg-linux.c | 657 if (info->phdr == 0) 660 auxv->u.a_val = info->phdr; 664 if (info->phdr == 0) [all...] |
/bionic/linker/ |
linker.h | 185 const ElfW(Phdr)* phdr; member in struct:soinfo
|
/external/elfutils/libdwfl/ |
libdwfl.h | 112 /* Report that segment NDX begins at PHDR->p_vaddr + BIAS. 116 If nonzero, the smallest PHDR->p_align value seen sets the 125 and the PHDR and BIAS values reflect a segment that would be contiguous, 139 const GElf_Phdr *phdr, GElf_Addr bias, 155 true start address relative to ELF's phdr p_vaddr 158 ET_DYN ELF phdr p_vaddr address can be non-zero if the shared library [all...] |
/external/ltrace/ |
ltrace-elf.c | 1168 GElf_Phdr phdr; local 1170 for (i = 0; gelf_getphdr (lte.elf, i, &phdr) != NULL; ++i) { 1171 if (phdr.p_type == PT_LOAD) { 1172 lte.base_addr = phdr.p_vaddr + bias; [all...] |
/external/elfutils/src/ |
elfcompress.c | 607 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); local 608 if (phdr == NULL) 610 error (0, 0, "Couldn't get phdr %zd: %s", cnt, elf_errmsg (-1)); 613 if (gelf_update_phdr (elfnew, cnt, phdr) == 0) 615 error (0, 0, "Couldn't create phdr %zd: %s", cnt, [all...] |
unstrip.c | 1949 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); local 1991 GElf_Phdr *phdr = gelf_getphdr (stripped, i, &phdr_mem); local [all...] |
strip.c | 554 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); local 555 if (phdr == NULL 556 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0)) 578 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem); local 579 if (phdr == NULL 580 || unlikely (gelf_update_phdr (debugelf, cnt, phdr) == 0)) [all...] |
/frameworks/compile/mclinker/lib/Target/ |
GNULDBackend.cpp | 1990 ELFSegmentFactory::iterator phdr = local [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readelf.c | 1079 ElfXX_Phdr phdr; local [all...] |
/external/tcpdump/ |
print-ip.c | 138 struct phdr { struct
|
/toolchain/binutils/binutils-2.25/binutils/ |
dwarf.c | 6932 unsigned char *phdr = section->start; local [all...] |
/external/valgrind/perf/ |
tinycc.c | 19221 Elf32_Phdr *phdr, *ph; local [all...] |