HomeSort by relevance Sort by last modified time
    Searched refs:sec_index (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libdw/
dwarf_getmacros.c 64 if (t1->sec_index < t2->sec_index)
66 if (t1->sec_index > t2->sec_index)
115 macinfo_table->sec_index = IDX_debug_macinfo;
135 table->sec_index = IDX_debug_macinfo;
257 .sec_index = IDX_debug_macro,
272 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff,
277 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index };
    [all...]
dwarf_ranges.c 44 __libdw_read_begin_end_pair_inc (Dwarf_CU *cu, int sec_index,
52 if (sec_index == IDX_debug_loc
115 else if (sec_index == IDX_debug_ranges || sec_index == IDX_debug_loc)
157 else if (sec_index == IDX_debug_rnglists)
230 __libdw_read_address_inc (dbg, sec_index, &addr, width, &base);
239 __libdw_read_address_inc (dbg, sec_index, &addr, width, &begin);
240 __libdw_read_address_inc (dbg, sec_index, &addr, width, &end);
250 __libdw_read_address_inc (dbg, sec_index, &addr, width, &begin);
264 else if (sec_index == IDX_debug_loclists
    [all...]
dwarf_formudata.c 38 __libdw_formptr (Dwarf_Attribute *attr, int sec_index,
45 const Elf_Data *d = attr->cu->dbg->sectiondata[sec_index];
48 && sec_index == IDX_debug_ranges
98 sec_index, 0))
113 &offset, sec_index, 0))
libdwP.h 502 uint8_t sec_index; /* IDX_debug_macro or IDX_debug_macinfo. */ member in struct:__anon21868
772 int sec_index)
793 int sec_index __attribute__ ((unused)),
803 int sec_index __attribute__ ((unused)),
812 __libdw_checked_get_data (Dwarf *dbg, int sec_index)
814 Elf_Data *data = dbg->sectiondata[sec_index];
825 __libdw_offset_in_section (Dwarf *dbg, int sec_index,
828 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index);
843 __libdw_in_section (Dwarf *dbg, int sec_index,
846 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index);
    [all...]
dwarf_getlocation.c 234 Dwarf_Op **llbuf, size_t *listlen, int sec_index)
325 else if (__libdw_read_address_inc (dbg, sec_index, &data,
333 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data,
511 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data,
641 Dwarf_Op **llbuf, size_t *listlen, int sec_index)
657 llbuf, listlen, sec_index);

Completed in 2449 milliseconds