/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elfread.c | 200 Dwarf_Half section_index, in elf_get_nolibelf_section_info() argument 208 if (section_index < elf->f_loc_shdr.g_count) { in elf_get_nolibelf_section_info() 211 sp = elf->f_shdr + section_index; in elf_get_nolibelf_section_info() 225 elf_load_nolibelf_section (void *obj, Dwarf_Half section_index, in elf_load_nolibelf_section() argument 231 if (0 < section_index && in elf_load_nolibelf_section() 232 section_index < elf->f_loc_shdr.g_count) { in elf_load_nolibelf_section() 236 elf->f_shdr + section_index; in elf_load_nolibelf_section() 272 Dwarf_Half section_index, in _dwarf_get_elf_flags_func_nl() argument 281 if (section_index == 0) { in _dwarf_get_elf_flags_func_nl() 285 if (section_index >= ep->f_loc_shdr.g_count) { in _dwarf_get_elf_flags_func_nl() [all …]
|
H A D | dwarf_elf_access.c | 146 Dwarf_Half section_index, 254 Dwarf_Half section_index, in _dwarf_get_elf_flags_func() argument 270 scn = elf_getscn(obj->elf, section_index); in _dwarf_get_elf_flags_func() 324 Dwarf_Half section_index, in dwarf_elf_object_access_get_section_info() argument 339 scn = elf_getscn(obj->elf, section_index); in dwarf_elf_object_access_get_section_info() 421 find_section_to_relocate(Dwarf_Debug dbg,Dwarf_Half section_index, in find_section_to_relocate() argument 424 MATCH_REL_SEC(section_index,dbg->de_debug_info,relocatablesec); in find_section_to_relocate() 425 MATCH_REL_SEC(section_index,dbg->de_debug_abbrev,relocatablesec); in find_section_to_relocate() 426 MATCH_REL_SEC(section_index,dbg->de_debug_line,relocatablesec); in find_section_to_relocate() 427 MATCH_REL_SEC(section_index,dbg->de_debug_loc,relocatablesec); in find_section_to_relocate() [all …]
|
H A D | pro_types.c | 162 int section_index, /* in de_elf_sects etc */ in _dwarf_transform_simplename_to_disk() argument 221 GET_CHUNK(dbg, dbg->de_elf_sects[section_index], in _dwarf_transform_simplename_to_disk() 259 section_index, in _dwarf_transform_simplename_to_disk()
|
H A D | dwarf_init_finish.c | 165 Dwarf_Half section_index, in get_basic_section_data() argument 189 secdata->dss_index = section_index; in get_basic_section_data() 207 o->object, section_index, in get_basic_section_data() 232 Dwarf_Half section_index,int is_rela) in add_relx_data_to_secdata() argument 234 secdata->dss_reloc_index = section_index; in add_relx_data_to_secdata() 2083 Dwarf_Half section_index = 0; in dwarf_get_section_info_by_name() local 2097 for (section_index = 0; section_index < section_count; in dwarf_get_section_info_by_name() 2098 ++section_index) { in dwarf_get_section_info_by_name() 2101 section_index, &doas, &err); in dwarf_get_section_info_by_name() 2119 int section_index, in dwarf_get_section_info_by_index() argument [all …]
|
H A D | dwarf_peread.c | 205 Dwarf_Half section_index, in pe_get_section_info() argument 213 if (section_index < pep->pe_section_count) { in pe_get_section_info() 215 sp = pep->pe_sectionptr + section_index; in pe_get_section_info() 313 pe_load_section (void *obj, Dwarf_Half section_index, in pe_load_section() argument 319 if (0 < section_index && in pe_load_section() 320 section_index < pep->pe_section_count) { in pe_load_section() 323 pep->pe_sectionptr + section_index; in pe_load_section()
|
H A D | pro_types.h | 33 int section_index,/* in de_elf_sects etc */
|
H A D | dwarf_machoread.c | 188 Dwarf_Half section_index, in macho_get_section_info() argument 196 if (section_index < macho->mo_dwarf_sectioncount) { in macho_get_section_info() 199 sp = macho->mo_dwarf_sections + section_index; in macho_get_section_info() 213 macho_load_section (void *obj, Dwarf_Half section_index, in macho_load_section() argument 219 if (0 < section_index && in macho_load_section() 220 section_index < macho->mo_dwarf_sectioncount) { in macho_load_section() 224 macho->mo_dwarf_sections + section_index; in macho_load_section()
|
H A D | dwarf_groups.c | 117 unsigned section_index, in _dwarf_insert_in_group_map() argument 136 entry3 = grp_make_entry(section_index,groupnum,name); in _dwarf_insert_in_group_map()
|
H A D | dwarf_frame2.c | 87 Dwarf_Unsigned section_index, 326 Dwarf_Unsigned section_index, in _dwarf_get_fde_list_internal() argument 383 section_index, in _dwarf_get_fde_list_internal() 468 section_index, in _dwarf_get_fde_list_internal() 1365 Dwarf_Unsigned section_index, in dwarf_create_cie_from_start() argument 1386 section_index, section_length, in dwarf_create_cie_from_start()
|
H A D | dwarf_opaque.h | 854 unsigned section_index, 912 Dwarf_Half section_index,
|
H A D | dwarf_frame.h | 350 Dwarf_Unsigned section_index,
|
H A D | pro_section.c | 2442 Dwarf_Signed section_index, in string_attr_init() argument 2446 &dbg->de_sect_string_attr[section_index]; in string_attr_init() 2451 sect_sa->sect_sa_section_number = section_index; in string_attr_init() 2464 Dwarf_Signed section_index, in string_attr_add() argument 2468 Dwarf_P_Per_Sect_String_Attrs sect_sa = &dbg->de_sect_string_attr[section_index]; in string_attr_add()
|
H A D | libdwarf.h | 679 int (*get_section_info)(void* obj, Dwarf_Half section_index, 744 int (*load_section)(void* obj, Dwarf_Half section_index, 763 int (*relocate_a_section)(void* obj, Dwarf_Half section_index,
|
H A D | generated_libdwarf.h.in | 667 section_index - Zero-based index. 679 int (*get_section_info)(void* obj, Dwarf_Half section_index, 733 section_index - Zero-based index. 744 int (*load_section)(void* obj, Dwarf_Half section_index, 754 section_index - Zero-based index of the section to be relocated. 763 int (*relocate_a_section)(void* obj, Dwarf_Half section_index, 5312 int /*section_index*/,
|
H A D | libdwarf.h.in | 667 section_index - Zero-based index. 679 int (*get_section_info)(void* obj, Dwarf_Half section_index, 733 section_index - Zero-based index. 744 int (*load_section)(void* obj, Dwarf_Half section_index, 754 section_index - Zero-based index of the section to be relocated. 763 int (*relocate_a_section)(void* obj, Dwarf_Half section_index, 5312 int /*section_index*/,
|