Home
last modified time | relevance | path

Searched refs:secidx (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_ranges.c387 size_t secidx = (attr->cu->version < 5 in initial_offset() local
404 Elf_Data *data = cu->dbg->sectiondata[secidx]; in initial_offset()
409 data = cu->dbg->sectiondata[secidx]; in initial_offset()
414 __libdw_seterrno (secidx == IDX_debug_ranges in initial_offset()
423 size_t sec_size = cu->dbg->sectiondata[secidx]->d_size; in initial_offset()
440 datap = (cu->dbg->sectiondata[secidx]->d_buf in initial_offset()
451 if (__libdw_formptr (attr, secidx, in initial_offset()
452 (secidx == IDX_debug_ranges in initial_offset()
490 size_t secidx = (cu->version < 5 ? IDX_debug_ranges : IDX_debug_rnglists); in dwarf_ranges() local
491 const Elf_Data *d = cu->dbg->sectiondata[secidx]; in dwarf_ranges()
[all …]
Ddwarf_getlocation.c744 size_t secidx = (attr->cu->version < 5 in initial_offset() local
761 Elf_Data *data = cu->dbg->sectiondata[secidx]; in initial_offset()
766 data = cu->dbg->sectiondata[secidx]; in initial_offset()
771 __libdw_seterrno (secidx == IDX_debug_loc in initial_offset()
780 size_t sec_size = cu->dbg->sectiondata[secidx]->d_size; in initial_offset()
797 datap = (cu->dbg->sectiondata[secidx]->d_buf in initial_offset()
808 if (__libdw_formptr (attr, secidx, in initial_offset()
809 (secidx == IDX_debug_loc in initial_offset()
828 size_t secidx = cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists; in getlocations_addr() local
836 switch (__libdw_read_begin_end_pair_inc (cu, secidx, in getlocations_addr()
[all …]