Home
last modified time | relevance | path

Searched refs:IDX_debug_loc (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/libdw/
Ddwarf_begin_elf.c60 [IDX_debug_loc] = ".debug_loc",
224 if (result != NULL && result->sectiondata[IDX_debug_loc] != NULL) in valid_p()
236 result->fake_loc_cu->sec_idx = IDX_debug_loc; in valid_p()
239 = result->sectiondata[IDX_debug_loc]->d_buf; in valid_p()
241 = (result->sectiondata[IDX_debug_loc]->d_buf in valid_p()
242 + result->sectiondata[IDX_debug_loc]->d_size); in valid_p()
Ddwarf_getlocation.c721 ? IDX_debug_loc : IDX_debug_loclists); in initial_offset()
747 __libdw_seterrno (secidx == IDX_debug_loc in initial_offset()
785 (secidx == IDX_debug_loc in initial_offset()
804 size_t secidx = cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists; in getlocations_addr()
829 if (secidx == IDX_debug_loc) in getlocations_addr()
917 size_t secidx = attr->cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists; in dwarf_getlocation_addr()
1003 size_t secidx = attr->cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists; in dwarf_getlocations()
Ddwarf_ranges.c52 if (sec_index == IDX_debug_loc in __libdw_read_begin_end_pair_inc()
115 else if (sec_index == IDX_debug_ranges || sec_index == IDX_debug_loc) in __libdw_read_begin_end_pair_inc()
Ddwarf_formudata.c191 if (__libdw_formptr (attr, IDX_debug_loc, in dwarf_formudata()
DlibdwP.h80 IDX_debug_loc, enumerator
DChangeLog727 IDX_debug_loc.
/external/elfutils/src/
Dreadelf.c9311 Elf_Data *data = (dbg->sectiondata[IDX_debug_loc] in print_debug_loc_section()