Searched refs:section_index (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_init_finish.c | 94 Dwarf_Half section_index, in get_basic_section_data() argument 109 secdata->dss_index = section_index; in get_basic_section_data() 120 Dwarf_Half section_index) in add_rela_data() argument 122 secdata->dss_reloc_index = section_index; in add_rela_data() 157 Dwarf_Half section_index = 0; in _dwarf_setup() local 194 for (section_index = 0; section_index < section_count; in _dwarf_setup() 195 ++section_index) { in _dwarf_setup() 202 section_index, in _dwarf_setup() 221 section_index,error, in _dwarf_setup() 230 section_index,error, in _dwarf_setup() [all …]
|
H A D | dwarf_elf_access.c | 128 Dwarf_Half section_index, 236 Dwarf_Half section_index, in dwarf_elf_object_access_get_section_info() argument 251 scn = elf_getscn(obj->elf, section_index); in dwarf_elf_object_access_get_section_info() 329 find_section_to_relocate(Dwarf_Debug dbg,Dwarf_Half section_index, in find_section_to_relocate() argument 332 MATCH_REL_SEC(section_index,dbg->de_debug_info,relocatablesec); in find_section_to_relocate() 333 MATCH_REL_SEC(section_index,dbg->de_debug_abbrev,relocatablesec); in find_section_to_relocate() 334 MATCH_REL_SEC(section_index,dbg->de_debug_line,relocatablesec); in find_section_to_relocate() 335 MATCH_REL_SEC(section_index,dbg->de_debug_loc,relocatablesec); in find_section_to_relocate() 336 MATCH_REL_SEC(section_index,dbg->de_debug_aranges,relocatablesec); in find_section_to_relocate() 337 MATCH_REL_SEC(section_index,dbg->de_debug_macinfo,relocatablesec); in find_section_to_relocate() [all …]
|
H A D | pro_types.c | 142 …sform_simplename_to_disk(Dwarf_P_Debug dbg, enum dwarf_sn_kind entrykind, int section_index, /* in in _dwarf_transform_simplename_to_disk() argument 206 GET_CHUNK(dbg, dbg->de_elf_sects[section_index], in _dwarf_transform_simplename_to_disk() 248 section_index, in _dwarf_transform_simplename_to_disk()
|
H A D | pro_types.h | 40 …sform_simplename_to_disk(Dwarf_P_Debug dbg, enum dwarf_sn_kind entrykind, int section_index, /* in
|
H A D | dwarf_frame2.c | 69 Dwarf_Unsigned section_index, 230 Dwarf_Unsigned section_index, in _dwarf_get_fde_list_internal() argument 291 section_index, in _dwarf_get_fde_list_internal() 377 section_index, in _dwarf_get_fde_list_internal() 1050 Dwarf_Unsigned section_index, in dwarf_create_cie_from_start() argument 1071 section_index, section_length, in dwarf_create_cie_from_start()
|
H A D | dwarf_frame.h | 338 Dwarf_Unsigned section_index,
|
H A D | pro_section.c | 1372 Dwarf_Signed section_index, in string_attr_init() argument 1375 Dwarf_P_Per_Sect_String_Attrs sect_sa = &dbg->de_sect_string_attr[section_index]; in string_attr_init() 1380 sect_sa->sect_sa_section_number = section_index; in string_attr_init() 1394 Dwarf_Signed section_index, in string_attr_add() argument 1398 Dwarf_P_Per_Sect_String_Attrs sect_sa = &dbg->de_sect_string_attr[section_index]; in string_attr_add()
|
H A D | libdwarf.h | 598 int (*get_section_info)(void* obj, Dwarf_Half section_index, 668 int (*load_section)(void* obj, Dwarf_Half section_index, 688 int (*relocate_a_section)(void* obj, Dwarf_Half section_index,
|