Searched defs:aranges (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_arange.c56 are serious (making aranges unusable) so we assume
76 /* Offset of current set of aranges into .debug_info. */
85 /* Count of total number of aranges. */
98 /* Length of current set of aranges. */
186 now we return all aranges entries so we show
262 aranges in the .debug_aranges section. It sets
263 aranges to point to a block of Dwarf_Arange's
273 Dwarf_Arange ** aranges,
276 /* Count of total number of aranges. */
320 *aranges
272 dwarf_get_aranges(Dwarf_Debug dbg, Dwarf_Arange ** aranges, Dwarf_Signed * returned_count, Dwarf_Error * error) argument
417 dwarf_get_arange(Dwarf_Arange * aranges, Dwarf_Unsigned arange_count, Dwarf_Addr address, Dwarf_Arange * returned_arange, Dwarf_Error * error) argument
[all...]
H A Ddwarf_addr_finder.c616 Dwarf_Addr *aranges; local
622 _dwarf_get_aranges_addr_offsets(dbg, &aranges, &offsets, &count,
630 aranges[indx]);
633 dwarf_dealloc(dbg, aranges, DW_DLA_ADDR);

Completed in 66 milliseconds