Home
last modified time | relevance | path

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

/third_party/elfutils/libdw/
Ddwarf_begin_elf.c61 [IDX_debug_loclists] = ".debug_loclists",
323 if (result != NULL && result->sectiondata[IDX_debug_loclists] != NULL) in valid_p()
336 result->fake_loclists_cu->sec_idx = IDX_debug_loclists; in valid_p()
339 = result->sectiondata[IDX_debug_loclists]->d_buf; in valid_p()
341 = (result->sectiondata[IDX_debug_loclists]->d_buf in valid_p()
342 + result->sectiondata[IDX_debug_loclists]->d_size); in valid_p()
Ddwarf_getlocation.c745 ? IDX_debug_loc : IDX_debug_loclists); in initial_offset()
828 size_t secidx = cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists; in getlocations_addr()
942 size_t secidx = attr->cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists; in dwarf_getlocation_addr()
1028 size_t secidx = attr->cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists; in dwarf_getlocations()
Ddwarf_formudata.c199 if (__libdw_formptr (attr, IDX_debug_loclists, in dwarf_formudata()
DlibdwP.h77 IDX_debug_loclists, enumerator
1248 Elf_Data *data = cu->dbg->sectiondata[IDX_debug_loclists]; in __libdw_cu_locs_base()
Ddwarf_ranges.c264 else if (sec_index == IDX_debug_loclists) in __libdw_read_begin_end_pair_inc()
DChangeLog582 * begin_elf.c (dwarf_scnnames): Add IDX_debug_loclists.
/third_party/elfutils/src/
Dreadelf.c9313 Elf_Data *data = (dbg->sectiondata[IDX_debug_loclists] in print_debug_loclists_section()