HomeSort by relevance Sort by last modified time
    Searched defs:secidx (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdw/
dwarf_ranges.c 387 size_t secidx = (attr->cu->version < 5 local
404 Elf_Data *data = cu->dbg->sectiondata[secidx];
409 data = cu->dbg->sectiondata[secidx];
414 __libdw_seterrno (secidx == IDX_debug_ranges
423 size_t sec_size = cu->dbg->sectiondata[secidx]->d_size;
440 datap = (cu->dbg->sectiondata[secidx]->d_buf
451 if (__libdw_formptr (attr, secidx,
452 (secidx == IDX_debug_ranges
490 size_t secidx = (cu->version < 5 ? IDX_debug_ranges : IDX_debug_rnglists); local
491 const Elf_Data *d = cu->dbg->sectiondata[secidx];
    [all...]
dwarf_getlocation.c 720 size_t secidx = (attr->cu->version < 5 local
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; local
812 switch (__libdw_read_begin_end_pair_inc (cu, secidx,
1003 size_t secidx = attr->cu->version < 5 ? IDX_debug_loc : IDX_debug_loclists; local
    [all...]
  /external/kmod/libkmod/
libkmod-elf.c 1024 uint16_t secidx; local
1034 secidx = READV(st_shndx);
1039 secidx = READV(st_shndx);
1043 if (secidx != SHN_UNDEF)
1120 uint16_t secidx; local
1129 secidx = READV(st_shndx);
1134 secidx = READV(st_shndx);
1138 if (secidx != SHN_UNDEF)

Completed in 220 milliseconds