Home
last modified time | relevance | path

Searched refs:_dwarf_find_section (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_str.c42 ds = _dwarf_find_section(dbg, ".debug_str"); in dwarf_get_str()
H A Dlibdwarf_abbrev.c115 ds = _dwarf_find_section(dbg, ".debug_abbrev"); in _dwarf_abbrev_parse()
178 ds = _dwarf_find_section(cu->cu_dbg, ".debug_abbrev"); in _dwarf_abbrev_find()
H A Dlibdwarf_sections.c210 _dwarf_find_section(Dwarf_Debug dbg, const char *name) in _dwarf_find_section() function
233 return (_dwarf_find_section(dbg, ".debug_types")); in _dwarf_find_next_types_section()
H A Dlibdwarf_ranges.c111 if ((ds = _dwarf_find_section(dbg, ".debug_ranges")) == NULL) { in _dwarf_ranges_add()
H A Dlibdwarf_str.c79 ds = _dwarf_find_section(dbg, ".debug_str"); in _dwarf_strtab_init()
H A Dlibdwarf_loclist.c104 if ((ds = _dwarf_find_section(dbg, ".debug_loc")) == NULL) { in _dwarf_loclist_find()
H A Dlibdwarf_macinfo.c133 if ((ds = _dwarf_find_section(dbg, ".debug_macinfo")) == NULL) in _dwarf_macinfo_init()
H A Ddwarf_nametbl.m443 if ((ds = _dwarf_find_section(dbg, ".debug_$4")) != NULL) {
H A Dlibdwarf_arange.c66 if ((ds = _dwarf_find_section(dbg, ".debug_aranges")) == NULL) in _dwarf_arange_init()
H A Ddwarf_loclist.c217 ds = _dwarf_find_section(dbg, ".debug_loc"); in dwarf_get_loclist_entry()
H A Dlibdwarf_init.c96 dbg->dbg_info_sec = _dwarf_find_section(dbg, ".debug_info"); in _dwarf_consumer_init()
H A Dlibdwarf_frame.c1270 if ((ds = _dwarf_find_section(dbg, ".debug_frame")) != NULL) { in _dwarf_frame_section_load()
1283 if ((ds = _dwarf_find_section(dbg, ".eh_frame")) != NULL) { in _dwarf_frame_section_load_eh()
H A D_libdwarf.h540 Dwarf_Section *_dwarf_find_section(Dwarf_Debug, const char *);
H A Dlibdwarf_lineno.c284 if ((ds = _dwarf_find_section(dbg, ".debug_line")) == NULL) in _dwarf_lineno_init()