Searched defs:section_index (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_types.c137 section_index indexes one of those sections.
142 _dwarf_transform_simplename_to_disk(Dwarf_P_Debug dbg, enum dwarf_sn_kind entrykind, int section_index, /* in argument
206 GET_CHUNK(dbg, dbg->de_elf_sects[section_index],
248 section_index,
H A Ddwarf_init_finish.c94 Dwarf_Half section_index,
109 secdata->dss_index = section_index;
120 Dwarf_Half section_index)
122 secdata->dss_reloc_index = section_index;
157 Dwarf_Half section_index = 0; local
194 for (section_index = 0; section_index < section_count;
195 ++section_index) {
202 section_index,
221 section_index,erro
91 get_basic_section_data(Dwarf_Debug dbg, struct Dwarf_Section_s *secdata, struct Dwarf_Obj_Access_Section_s *doas, Dwarf_Half section_index, Dwarf_Error* error, int duperr, int emptyerr ) argument
118 add_rela_data( struct Dwarf_Section_s *secdata, struct Dwarf_Obj_Access_Section_s *doas, Dwarf_Half section_index) argument
[all...]
H A Ddwarf_elf_access.c128 Dwarf_Half section_index,
236 Dwarf_Half section_index,
251 scn = elf_getscn(obj->elf, section_index);
329 find_section_to_relocate(Dwarf_Debug dbg,Dwarf_Half section_index, argument
332 MATCH_REL_SEC(section_index,dbg->de_debug_info,relocatablesec);
333 MATCH_REL_SEC(section_index,dbg->de_debug_abbrev,relocatablesec);
334 MATCH_REL_SEC(section_index,dbg->de_debug_line,relocatablesec);
335 MATCH_REL_SEC(section_index,dbg->de_debug_loc,relocatablesec);
336 MATCH_REL_SEC(section_index,dbg->de_debug_aranges,relocatablesec);
337 MATCH_REL_SEC(section_index,db
234 dwarf_elf_object_access_get_section_info( void* obj_in, Dwarf_Half section_index, Dwarf_Obj_Access_Section* ret_scn, int* error) argument
752 dwarf_elf_object_relocate_a_section(void* obj_in, Dwarf_Half section_index, Dwarf_Debug dbg, int* error) argument
830 dwarf_elf_object_access_load_section(void* obj_in, Dwarf_Half section_index, Dwarf_Small** section_data, int* error) argument
[all...]
H A Ddwarf_frame2.c69 Dwarf_Unsigned section_index,
230 Dwarf_Unsigned section_index,
291 section_index,
377 section_index,
1050 Dwarf_Unsigned section_index,
1071 section_index, section_length,
225 _dwarf_get_fde_list_internal(Dwarf_Debug dbg, Dwarf_Cie ** cie_data, Dwarf_Signed * cie_element_count, Dwarf_Fde ** fde_data, Dwarf_Signed * fde_element_count, Dwarf_Small * section_ptr, Dwarf_Unsigned section_index, Dwarf_Unsigned section_length, Dwarf_Unsigned cie_id_value, int use_gnu_cie_calc, Dwarf_Error * error) argument
1047 dwarf_create_cie_from_start(Dwarf_Debug dbg, Dwarf_Small * cie_ptr_val, Dwarf_Small * section_ptr, Dwarf_Unsigned section_index, Dwarf_Unsigned section_length, Dwarf_Small * frame_ptr_end, Dwarf_Unsigned cie_id_value, Dwarf_Unsigned cie_count, int use_gnu_cie_calc, Dwarf_Cie * cie_ptr_to_use_out, Dwarf_Error * error) argument
H A Dpro_section.c1365 attributes in the section section_index. These information
1372 Dwarf_Signed section_index,
1375 Dwarf_P_Per_Sect_String_Attrs sect_sa = &dbg->de_sect_string_attr[section_index];
1380 sect_sa->sect_sa_section_number = section_index;
1394 Dwarf_Signed section_index,
1398 Dwarf_P_Per_Sect_String_Attrs sect_sa = &dbg->de_sect_string_attr[section_index];
1371 string_attr_init(Dwarf_P_Debug dbg, Dwarf_Signed section_index, unsigned count) argument
1393 string_attr_add(Dwarf_P_Debug dbg, Dwarf_Signed section_index, Dwarf_Unsigned offset, Dwarf_P_Attribute attr) argument

Completed in 56 milliseconds