Lines Matching refs:secidx
744 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()
853 if (secidx == IDX_debug_loc) in getlocations_addr()
882 if (getlocation (cu, &block, expr, exprlen, secidx) != 0) in getlocations_addr()
942 size_t secidx = attr->cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists; in dwarf_getlocation_addr() local
943 const Elf_Data *d = attr->cu->dbg->sectiondata[secidx]; in dwarf_getlocation_addr()
1028 size_t secidx = attr->cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists; in dwarf_getlocations() local
1029 const Elf_Data *d = attr->cu->dbg->sectiondata[secidx]; in dwarf_getlocations()