Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:dwfl

144 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes)
146 if (unlikely (dwfl == NULL))
166 result = dwfl_report_segment (dwfl, ndx, phdr, 0, NULL);
251 dwfl_elf_phdr_memory_callback (Dwfl *dwfl, int ndx,
269 const GElf_Off align = dwfl->segment_align ?: 1;
406 dwfl_core_file_report (Dwfl *dwfl, Elf *elf)
417 int ndx = dwfl_report_core_segments (dwfl, elf, phnum, &notes_phdr);
426 int seg = dwfl_segment_report_module (dwfl, ndx, NULL,
475 int listed = dwfl_link_map_report (dwfl, auxv, auxv_size,