Home
last modified time | relevance | path

Searched refs:get_debug_elf_data (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/elfutils/src/
H A Dreadelf.c4198 get_debug_elf_data (Dwarf *dbg, Ebl *ebl, int idx, Elf_Scn *scn) in get_debug_elf_data() function
5653 Elf_Data *elf_data = get_debug_elf_data (dbg, ebl, IDX_debug_abbrev, scn); in print_debug_abbrev_section()
5729 Elf_Data *data = get_debug_elf_data (dbg, ebl, IDX_debug_addr, scn); in print_debug_addr_section()
6022 Elf_Data *data = get_debug_elf_data (dbg, ebl, IDX_debug_aranges, scn); in print_debug_aranges_section()
6193 Elf_Data *data = get_debug_elf_data (dbg, ebl, IDX_debug_rnglists, scn); in print_debug_rnglists_section()
6564 Elf_Data *data = get_debug_elf_data (dbg, ebl, IDX_debug_ranges, scn); in print_debug_ranges_section()
7184 data = get_debug_elf_data (dbg, ebl, IDX_debug_frame, scn); in print_debug_frame_section()
8290 if (get_debug_elf_data (dbg, ebl, in print_debug_units()
8959 Elf_Data *data = get_debug_elf_data (dbg, ebl, IDX_debug_line, scn); in print_debug_line_section()
9701 Elf_Data *data = get_debug_elf_data (dbg, ebl, IDX_debug_loclists, scn); in print_debug_loclists_section()
[all …]
H A DChangeLog41 * readelf.c (get_debug_elf_data): New function.
42 (print_debug_abbrev_section): Use get_debug_elf_data.