Searched refs:add_rela_data (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_init_finish.c | 118 add_rela_data( struct Dwarf_Section_s *secdata, in add_rela_data() function 376 add_rela_data(&dbg->de_debug_info,&doas,section_index); in _dwarf_setup() 378 add_rela_data(&dbg->de_debug_abbrev,&doas,section_index); in _dwarf_setup() 380 add_rela_data(&dbg->de_debug_aranges,&doas,section_index); in _dwarf_setup() 382 add_rela_data(&dbg->de_debug_line,&doas,section_index); in _dwarf_setup() 384 add_rela_data(&dbg->de_debug_frame,&doas,section_index); in _dwarf_setup() 386 add_rela_data(&dbg->de_debug_frame_eh_gnu,&doas,section_index); in _dwarf_setup() 388 add_rela_data(&dbg->de_debug_loc,&doas,section_index); in _dwarf_setup() 390 add_rela_data(&dbg->de_debug_pubnames,&doas,section_index); in _dwarf_setup() 392 add_rela_data(&dbg->de_debug_str,&doas,section_index); in _dwarf_setup() [all …]
|