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

/freebsd-11.0-release/contrib/elftoolchain/libdwarf/
H A Ddwarf_str.c42 ds = _dwarf_find_section(dbg, ".debug_str");
H A Dlibdwarf_abbrev.c117 ds = _dwarf_find_section(dbg, ".debug_abbrev");
180 ds = _dwarf_find_section(cu->cu_dbg, ".debug_abbrev");
H A Dlibdwarf_sections.c210 _dwarf_find_section(Dwarf_Debug dbg, const char *name) function
233 return (_dwarf_find_section(dbg, ".debug_types"));
H A Dlibdwarf_loclist.c104 if ((ds = _dwarf_find_section(dbg, ".debug_loc")) == NULL) {
H A Dlibdwarf_ranges.c111 if ((ds = _dwarf_find_section(dbg, ".debug_ranges")) == NULL) {
H A Dlibdwarf_str.c79 ds = _dwarf_find_section(dbg, ".debug_str");
H A Ddwarf_loclist.c217 ds = _dwarf_find_section(dbg, ".debug_loc");
H A Dlibdwarf_arange.c66 if ((ds = _dwarf_find_section(dbg, ".debug_aranges")) == NULL)
H A Dlibdwarf_init.c96 dbg->dbg_info_sec = _dwarf_find_section(dbg, ".debug_info");
H A Dlibdwarf_macinfo.c133 if ((ds = _dwarf_find_section(dbg, ".debug_macinfo")) == NULL)
H A D_libdwarf.h539 Dwarf_Section *_dwarf_find_section(Dwarf_Debug, const char *);
H A Dlibdwarf_attr.c186 str = _dwarf_find_section(dbg, ".debug_str");
H A Dlibdwarf_lineno.c270 if ((ds = _dwarf_find_section(dbg, ".debug_line")) == NULL)
H A Dlibdwarf_frame.c1268 if ((ds = _dwarf_find_section(dbg, ".debug_frame")) != NULL) {
1281 if ((ds = _dwarf_find_section(dbg, ".eh_frame")) != NULL) {

Completed in 182 milliseconds