Lines Matching refs:sec_index
64 if (t1->sec_index < t2->sec_index) in macro_op_compare()
66 if (t1->sec_index > t2->sec_index) in macro_op_compare()
115 macinfo_table->sec_index = IDX_debug_macinfo; in init_macinfo_table()
135 table->sec_index = IDX_debug_macinfo; in get_macinfo_table()
257 .sec_index = IDX_debug_macro, in get_table_for_offset()
272 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff, in cache_op_table() argument
277 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index }; in cache_op_table()
283 Dwarf_Macro_Op_Table *table = sec_index == IDX_debug_macro in cache_op_table()
302 read_macros (Dwarf *dbg, int sec_index, in read_macros() argument
307 Elf_Data *d = dbg->sectiondata[sec_index]; in read_macros()
323 Dwarf_Macro_Op_Table *table = cache_op_table (dbg, sec_index, macoff, in read_macros()
369 .sec_idx = sec_index, in read_macros()