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

/external/elfutils/libdwfl/
H A Delf-from-memory.c179 /* We already have all the phdrs from the initial read. */
207 } phdrs; local
209 xlateto.d_buf = &phdrs;
210 xlateto.d_size = sizeof phdrs;
241 if (phdrs.p32[i].p_type == PT_LOAD)
242 handle_segment (phdrs.p32[i].p_vaddr, phdrs.p32[i].p_offset,
243 phdrs.p32[i].p_filesz, phdrs.p32[i].p_align);
251 if (phdrs
[all...]
H A Ddwfl_segment_report_module.c64 This more than covers the phdrs and note segment in the average 64-bit
251 } phdrs; local
253 xlateto.d_buf = &phdrs;
254 xlateto.d_size = sizeof phdrs;
415 consider_phdr (phdrs.p32[i].p_type,
416 phdrs.p32[i].p_vaddr, phdrs.p32[i].p_memsz,
417 phdrs.p32[i].p_offset, phdrs.p32[i].p_filesz,
418 phdrs
[all...]
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c486 ESZ(Phdr) *phdrs;
554 phdrs = VG_(arena_malloc)(VG_AR_CORE, "coredump-elf.mec.1",
555 sizeof(*phdrs) * num_phdrs);
590 off = sizeof(ehdr) + sizeof(*phdrs) * num_phdrs;
592 phdrs[0].p_type = PT_NOTE;
593 phdrs[0].p_offset = off;
594 phdrs[0].p_vaddr = 0;
595 phdrs[0].p_paddr = 0;
596 phdrs[0].p_filesz = notesz;
597 phdrs[
[all...]
/external/elfutils/
H A Delfutils.spec238 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
242 rt dynamic symbol tables found via phdrs; dwfl_standard_find_de

Completed in 59 milliseconds