Searched refs:Dwarf_Section (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | _libdwarf.h | 348 } Dwarf_Section; typedef 399 Dwarf_Section *dbg_section; /* Dwarf section list. */ 400 Dwarf_Section *dbg_info_sec; /* Pointer to info section. */ 402 Dwarf_Section *dbg_types_sec; /* Pointer to type section. */ 506 int _dwarf_attr_init(Dwarf_Debug, Dwarf_Section *, uint64_t *, int, 524 int _dwarf_die_parse(Dwarf_Debug, Dwarf_Section *, Dwarf_CU, int, 539 Dwarf_Section *_dwarf_find_next_types_section(Dwarf_Debug, Dwarf_Section *); 540 Dwarf_Section *_dwarf_find_section(Dwarf_Debug, const char *); 593 Dwarf_Section *, Dwarf_Error *);
|
H A D | libdwarf_sections.c | 209 Dwarf_Section * 212 Dwarf_Section *ds; in _dwarf_find_section() 226 Dwarf_Section * 227 _dwarf_find_next_types_section(Dwarf_Debug dbg, Dwarf_Section *ds) in _dwarf_find_next_types_section()
|
H A D | dwarf_die.c | 36 Dwarf_Section *ds; in dwarf_child() 71 Dwarf_Section *ds; in dwarf_siblingof_b() 147 _dwarf_search_die_within_cu(Dwarf_Debug dbg, Dwarf_Section *s, Dwarf_CU cu, in _dwarf_search_die_within_cu() 161 Dwarf_Section *ds; in dwarf_offdie_b()
|
H A D | libdwarf_ranges.c | 32 _dwarf_ranges_parse(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Section *ds, in _dwarf_ranges_parse() 106 Dwarf_Section *ds; in _dwarf_ranges_add()
|
H A D | libdwarf_loclist.c | 32 _dwarf_loclist_add_locdesc(Dwarf_Debug dbg, Dwarf_CU cu, Dwarf_Section *ds, in _dwarf_loclist_add_locdesc() 99 Dwarf_Section *ds; in _dwarf_loclist_find()
|
H A D | libdwarf_macinfo.c | 34 _dwarf_macinfo_parse(Dwarf_Debug dbg, Dwarf_Section *ds, uint64_t *off, in _dwarf_macinfo_parse() 129 Dwarf_Section *ds; in _dwarf_macinfo_init()
|
H A D | dwarf_str.c | 35 Dwarf_Section *ds; in dwarf_get_str()
|
H A D | libdwarf_abbrev.c | 103 Dwarf_Section *ds; in _dwarf_abbrev_parse() 159 Dwarf_Section *ds; in _dwarf_abbrev_find()
|
H A D | libdwarf_str.c | 74 Dwarf_Section *ds; in _dwarf_strtab_init()
|
H A D | libdwarf_die.c | 83 Dwarf_Section *ds; in _dwarf_die_find() 103 _dwarf_die_parse(Dwarf_Debug dbg, Dwarf_Section *ds, Dwarf_CU cu, in _dwarf_die_parse()
|
H A D | libdwarf_frame.c | 176 _dwarf_frame_add_cie(Dwarf_Debug dbg, Dwarf_FrameSec fs, Dwarf_Section *ds, in _dwarf_frame_add_cie() 303 _dwarf_frame_add_fde(Dwarf_Debug dbg, Dwarf_FrameSec fs, Dwarf_Section *ds, in _dwarf_frame_add_fde() 441 Dwarf_Section *ds, int eh_frame, Dwarf_Error *error) in _dwarf_frame_section_init() 1268 Dwarf_Section *ds; in _dwarf_frame_section_load() 1281 Dwarf_Section *ds; in _dwarf_frame_section_load_eh()
|
H A D | dwarf_nametbl.m4 | 34 Dwarf_Section *ds;
|
H A D | libdwarf_nametbl.c | 58 _dwarf_nametbl_init(Dwarf_Debug dbg, Dwarf_NameSec *namesec, Dwarf_Section *ds, in _dwarf_nametbl_init()
|
H A D | libdwarf_arange.c | 60 Dwarf_Section *ds; in _dwarf_arange_init()
|
H A D | dwarf_loclist.c | 179 Dwarf_Section *ds; in dwarf_get_loclist_entry()
|
H A D | libdwarf_init.c | 72 if ((dbg->dbg_section = calloc(cnt + 1, sizeof(Dwarf_Section))) == in _dwarf_consumer_init()
|
H A D | libdwarf_info.c | 143 Dwarf_Section *ds; in _dwarf_info_load()
|
H A D | libdwarf_attr.c | 98 _dwarf_attr_init(Dwarf_Debug dbg, Dwarf_Section *ds, uint64_t *offsetp, in _dwarf_attr_init()
|
H A D | libdwarf_lineno.c | 268 Dwarf_Section *ds; in _dwarf_lineno_init()
|