Searched refs:_dwarf_find_section (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_str.c | 42 ds = _dwarf_find_section(dbg, ".debug_str"); in dwarf_get_str()
|
H A D | libdwarf_abbrev.c | 115 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 D | libdwarf_sections.c | 210 _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 D | libdwarf_ranges.c | 111 if ((ds = _dwarf_find_section(dbg, ".debug_ranges")) == NULL) { in _dwarf_ranges_add()
|
H A D | libdwarf_str.c | 79 ds = _dwarf_find_section(dbg, ".debug_str"); in _dwarf_strtab_init()
|
H A D | libdwarf_loclist.c | 104 if ((ds = _dwarf_find_section(dbg, ".debug_loc")) == NULL) { in _dwarf_loclist_find()
|
H A D | libdwarf_macinfo.c | 133 if ((ds = _dwarf_find_section(dbg, ".debug_macinfo")) == NULL) in _dwarf_macinfo_init()
|
H A D | dwarf_nametbl.m4 | 43 if ((ds = _dwarf_find_section(dbg, ".debug_$4")) != NULL) {
|
H A D | libdwarf_arange.c | 66 if ((ds = _dwarf_find_section(dbg, ".debug_aranges")) == NULL) in _dwarf_arange_init()
|
H A D | dwarf_loclist.c | 217 ds = _dwarf_find_section(dbg, ".debug_loc"); in dwarf_get_loclist_entry()
|
H A D | libdwarf_init.c | 96 dbg->dbg_info_sec = _dwarf_find_section(dbg, ".debug_info"); in _dwarf_consumer_init()
|
H A D | libdwarf_frame.c | 1270 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.h | 540 Dwarf_Section *_dwarf_find_section(Dwarf_Debug, const char *);
|
H A D | libdwarf_lineno.c | 284 if ((ds = _dwarf_find_section(dbg, ".debug_line")) == NULL) in _dwarf_lineno_init()
|