/external/elfutils/src/libdwfl/ |
D | elf-from-memory.c | 191 } phdrs; in elf_from_remote_memory() local 193 xlateto.d_buf = &phdrs; in elf_from_remote_memory() 194 xlateto.d_size = sizeof phdrs; in elf_from_remote_memory() 237 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory() 238 if (handle_segment (phdrs.p32[i].p_vaddr, phdrs.p32[i].p_offset, in elf_from_remote_memory() 239 phdrs.p32[i].p_filesz, phdrs.p32[i].p_memsz)) in elf_from_remote_memory() 248 if (phdrs.p64[i].p_type == PT_LOAD) in elf_from_remote_memory() 249 if (handle_segment (phdrs.p64[i].p_vaddr, phdrs.p64[i].p_offset, in elf_from_remote_memory() 250 phdrs.p64[i].p_filesz, phdrs.p64[i].p_memsz)) in elf_from_remote_memory() 300 if (phdrs.p32[i].p_type == PT_LOAD) in elf_from_remote_memory() [all …]
|
D | dwfl_segment_report_module.c | 407 } phdrs; in dwfl_segment_report_module() local 409 xlateto.d_buf = &phdrs; in dwfl_segment_report_module() 410 xlateto.d_size = sizeof phdrs; in dwfl_segment_report_module() 573 consider_phdr (phdrs.p32[i].p_type, in dwfl_segment_report_module() 574 phdrs.p32[i].p_vaddr, phdrs.p32[i].p_memsz, in dwfl_segment_report_module() 575 phdrs.p32[i].p_offset, phdrs.p32[i].p_filesz, in dwfl_segment_report_module() 576 phdrs.p32[i].p_align); in dwfl_segment_report_module() 584 consider_phdr (phdrs.p64[i].p_type, in dwfl_segment_report_module() 585 phdrs.p64[i].p_vaddr, phdrs.p64[i].p_memsz, in dwfl_segment_report_module() 586 phdrs.p64[i].p_offset, phdrs.p64[i].p_filesz, in dwfl_segment_report_module() [all …]
|
D | ChangeLog | 982 PT_INTERP p_vaddr separately from main phdrs and undo phdrs. 1123 * link_map.c (dwfl_link_map_report): Detect bias of embedded phdrs and
|
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 153 …coredump_phdr_t *phdrs = ui->phdrs = memset(malloc(size * sizeof(phdrs[0])), 0, size * sizeof(phdr… in _UCD_create() local 156 coredump_phdr_t *cur = phdrs; in _UCD_create() 182 coredump_phdr_t *cur = phdrs; in _UCD_create() 209 coredump_phdr_t *cur = phdrs; in _UCD_create() 315 struct coredump_phdr *phdr = &ui->phdrs[phdr_no]; in _UCD_add_backing_file_at_segment() 410 struct coredump_phdr *phdr = &ui->phdrs[i]; in _UCD_add_backing_file_at_vaddr()
|
D | _UCD_destroy.c | 41 struct coredump_phdr *phdr = &ui->phdrs[i]; in _UCD_destroy()
|
D | _UCD_internal.h | 90 coredump_phdr_t *phdrs; /* array, allocated */ member
|
D | _UCD_access_mem.c | 44 phdr = &ui->phdrs[i]; in _UCD_access_mem()
|
D | _UCD_elf_map_image.c | 90 coredump_phdr_t *phdr = &ui->phdrs[i]; in _UCD_get_elf_image()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 587 ESZ(Phdr) *phdrs; in make_elf_coredump() 653 phdrs = VG_(malloc)("coredump-elf.mec.1", sizeof(*phdrs) * num_phdrs); in make_elf_coredump() 684 off = sizeof(ehdr) + sizeof(*phdrs) * num_phdrs; in make_elf_coredump() 686 phdrs[0].p_type = PT_NOTE; in make_elf_coredump() 687 phdrs[0].p_offset = off; in make_elf_coredump() 688 phdrs[0].p_vaddr = 0; in make_elf_coredump() 689 phdrs[0].p_paddr = 0; in make_elf_coredump() 690 phdrs[0].p_filesz = notesz; in make_elf_coredump() 691 phdrs[0].p_memsz = 0; in make_elf_coredump() 692 phdrs[0].p_flags = 0; in make_elf_coredump() [all …]
|
/external/google-breakpad/src/common/linux/ |
D | elfutils.cc | 95 const Phdr* phdrs = in FindElfClassSegment() local 99 if (phdrs[i].p_type == segment_type) { in FindElfClassSegment() 100 *segment_start = elf_base + phdrs[i].p_offset; in FindElfClassSegment() 101 *segment_size = phdrs[i].p_filesz; in FindElfClassSegment()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 773 char *phdrs = base + ehdr->e_phoff; in ForEachMappedRegion() local 774 char *phdrs_end = phdrs + ehdr->e_phnum * ehdr->e_phentsize; in ForEachMappedRegion() 780 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { in ForEachMappedRegion() 789 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) { in ForEachMappedRegion()
|
/external/elfutils/src/config/ |
D | elfutils.spec.in | 486 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs 490 rt dynamic symbol tables found via phdrs; dwfl_standard_find_de
|
/external/elfutils/src/ |
D | NEWS | 389 readelf, elflint: handle SHT_NOTE sections without requiring phdrs 395 support dynamic symbol tables found via phdrs;
|
/external/valgrind/ |
D | NEWS.old | 1249 99348 Assertion `vgPlain_lseek(core_fd, 0, 1) == phdrs[i].p_off...
|
D | NEWS | 1621 277610 valgrind crashes in VG_(lseek)(core_fd, phdrs[idx].p_offset, ...)
|
/external/elfutils/src/po/ |
D | en@quot.po | 6210 msgid "cannot get number of phdrs" 6211 msgstr "cannot get number of phdrs"
|
D | en@boldquot.po | 6247 msgid "cannot get number of phdrs" 6248 msgstr "cannot get number of phdrs"
|
D | elfutils.pot | 5815 msgid "cannot get number of phdrs"
|
D | ja.po | 6115 msgid "cannot get number of phdrs"
|
D | de.po | 5861 msgid "cannot get number of phdrs"
|
D | uk.po | 6406 msgid "cannot get number of phdrs"
|
D | es.po | 6417 msgid "cannot get number of phdrs"
|
D | pl.po | 6379 msgid "cannot get number of phdrs"
|