Lines Matching refs:sec_index
65 if (t1->sec_index < t2->sec_index) in macro_op_compare()
67 if (t1->sec_index > t2->sec_index) in macro_op_compare()
116 macinfo_table->sec_index = IDX_debug_macinfo; in init_macinfo_table()
135 table->sec_index = IDX_debug_macinfo; in get_macinfo_table()
251 .sec_index = IDX_debug_macro, in get_table_for_offset()
266 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff, in cache_op_table() argument
271 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index }; in cache_op_table()
277 Dwarf_Macro_Op_Table *table = sec_index == IDX_debug_macro in cache_op_table()
296 read_macros (Dwarf *dbg, int sec_index, in read_macros() argument
301 Elf_Data *d = dbg->sectiondata[sec_index]; in read_macros()
317 Dwarf_Macro_Op_Table *table = cache_op_table (dbg, sec_index, macoff, in read_macros()