Searched refs:sec_index (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libdw/ |
D | libdwP.h | 377 uint8_t sec_index; /* IDX_debug_macro or IDX_debug_macinfo. */ member 568 int sec_index) 589 int sec_index __attribute__ ((unused)), in __libdw_relocate_address() argument 599 int sec_index __attribute__ ((unused)), in __libdw_relocate_offset() argument 608 __libdw_checked_get_data (Dwarf *dbg, int sec_index) in __libdw_checked_get_data() argument 610 Elf_Data *data = dbg->sectiondata[sec_index]; in __libdw_checked_get_data() 621 __libdw_offset_in_section (Dwarf *dbg, int sec_index, in __libdw_offset_in_section() argument 624 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index); in __libdw_offset_in_section() 638 __libdw_in_section (Dwarf *dbg, int sec_index, in __libdw_in_section() argument 641 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index); in __libdw_in_section() [all …]
|
D | dwarf_getmacros.c | 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() 136 table->sec_index = IDX_debug_macinfo; in get_macinfo_table() 253 .sec_index = IDX_debug_macro, in get_table_for_offset() 268 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff, in cache_op_table() argument 273 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index }; in cache_op_table() 279 Dwarf_Macro_Op_Table *table = sec_index == IDX_debug_macro in cache_op_table() 298 read_macros (Dwarf *dbg, int sec_index, in read_macros() argument 303 Elf_Data *d = dbg->sectiondata[sec_index]; in read_macros() [all …]
|
D | dwarf_formudata.c | 38 __libdw_formptr (Dwarf_Attribute *attr, int sec_index, in __libdw_formptr() argument 45 const Elf_Data *d = attr->cu->dbg->sectiondata[sec_index]; in __libdw_formptr() 57 attr->cu->offset_size, &offset, sec_index, 0)) in __libdw_formptr() 71 &offset, sec_index, 0)) in __libdw_formptr()
|
D | dwarf_getlocation.c | 205 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in __libdw_intern_expression() argument 296 else if (__libdw_read_address_inc (dbg, sec_index, &data, in __libdw_intern_expression() 303 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data, in __libdw_intern_expression() 472 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data, in __libdw_intern_expression() 590 Dwarf_Op **llbuf, size_t *listlen, int sec_index) in getlocation() argument 606 llbuf, listlen, sec_index); in getlocation()
|
D | dwarf_ranges.c | 43 __libdw_read_begin_end_pair_inc (Dwarf *dbg, int sec_index, in __libdw_read_begin_end_pair_inc() argument
|