Home | History | Annotate | Download | only in libdw

Lines Matching defs:secidx

720   size_t secidx = (attr->cu->version < 5
737 Elf_Data *data = cu->dbg->sectiondata[secidx];
742 data = cu->dbg->sectiondata[secidx];
747 __libdw_seterrno (secidx == IDX_debug_loc
756 size_t sec_size = cu->dbg->sectiondata[secidx]->d_size;
773 datap = (cu->dbg->sectiondata[secidx]->d_buf
784 if (__libdw_formptr (attr, secidx,
785 (secidx == IDX_debug_loc
804 size_t secidx = cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists;
812 switch (__libdw_read_begin_end_pair_inc (cu, secidx,
829 if (secidx == IDX_debug_loc)
858 if (getlocation (cu, &block, expr, exprlen, secidx) != 0)
917 size_t secidx = attr->cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists;
918 const Elf_Data *d = attr->cu->dbg->sectiondata[secidx];
1003 size_t secidx = attr->cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists;
1004 const Elf_Data *d = attr->cu->dbg->sectiondata[secidx];