Home
last modified time | relevance | path

Searched refs:phdrs (Results 1 – 23 of 23) sorted by relevance

/external/elfutils/src/libdwfl/
Delf-from-memory.c191 } 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 …]
Ddwfl_segment_report_module.c407 } 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 …]
DChangeLog982 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.c153 …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.c41 struct coredump_phdr *phdr = &ui->phdrs[i]; in _UCD_destroy()
D_UCD_internal.h90 coredump_phdr_t *phdrs; /* array, allocated */ member
D_UCD_access_mem.c44 phdr = &ui->phdrs[i]; in _UCD_access_mem()
D_UCD_elf_map_image.c90 coredump_phdr_t *phdr = &ui->phdrs[i]; in _UCD_get_elf_image()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c587 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/
Delfutils.cc95 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/
Dsanitizer_linux.cc773 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/
Delfutils.spec.in486 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
490 rt dynamic symbol tables found via phdrs; dwfl_standard_find_de
/external/elfutils/src/
DNEWS389 readelf, elflint: handle SHT_NOTE sections without requiring phdrs
395 support dynamic symbol tables found via phdrs;
/external/valgrind/
DNEWS.old1249 99348 Assertion `vgPlain_lseek(core_fd, 0, 1) == phdrs[i].p_off...
DNEWS1621 277610 valgrind crashes in VG_(lseek)(core_fd, phdrs[idx].p_offset, ...)
/external/elfutils/src/po/
Den@quot.po6210 msgid "cannot get number of phdrs"
6211 msgstr "cannot get number of phdrs"
Den@boldquot.po6247 msgid "cannot get number of phdrs"
6248 msgstr "cannot get number of phdrs"
Delfutils.pot5815 msgid "cannot get number of phdrs"
Dja.po6115 msgid "cannot get number of phdrs"
Dde.po5861 msgid "cannot get number of phdrs"
Duk.po6406 msgid "cannot get number of phdrs"
Des.po6417 msgid "cannot get number of phdrs"
Dpl.po6379 msgid "cannot get number of phdrs"