Home
last modified time | relevance | path

Searched refs:section_index (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elfread.c200 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()
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()
289 shp = ep->f_shdr + section_index; in _dwarf_get_elf_flags_func_nl()
481 Dwarf_Half section_index, in elf_relocations_nolibelf() argument
[all …]
H A Ddwarf_elf_access.c146 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
910 Dwarf_Half section_index, in dwarf_elf_object_relocate_a_section() argument
917 if (section_index == 0) { in dwarf_elf_object_relocate_a_section()
994 Dwarf_Half section_index, in dwarf_elf_object_access_load_section() argument
1000 if (section_index == 0) { in dwarf_elf_object_access_load_section()
[all …]
H A Dpro_types.c162 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 Ddwarf_init_finish.c165 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
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
2130 if (section_index >= 0 && section_index < dwarf_get_section_count(dbg)) { in dwarf_get_section_info_by_index()
[all …]
H A Ddwarf_peread.c205 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 Dpro_types.h33 int section_index,/* in de_elf_sects etc */
H A Ddwarf_machoread.c188 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 Ddwarf_groups.c117 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 Ddwarf_frame2.c87 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 Ddwarf_opaque.h854 unsigned section_index,
912 Dwarf_Half section_index,
H A Ddwarf_frame.h350 Dwarf_Unsigned section_index,
H A Dpro_section.c2442 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 Dlibdwarf.h679 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 Dlibdwarf.h.in667 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 Dgenerated_libdwarf.h.in667 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*/,