HomeSort by: relevance | last modified time | path
    Searched defs:sectindex (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
symfile.h 50 sectindex (sectindex_)
61 /* SECTINDEX must be valid for associated BFD or set to -1.
64 int sectindex; member in struct:other_sections
symfile.c 261 int sectindex = sap[i].sectindex;
263 sap[i].addr += objfile->section_offsets[sectindex];
393 /* Store section_addr_info as prepared (made relative and with SECTINDEX
410 if (osp->sectindex == -1)
416 section_offsets[osp->sectindex] = osp->addr;
438 ascending order by their (name, sectindex) pair. sectindex makes
452 return a->sectindex < b->sectindex;
260 int sectindex = sap[i].sectindex; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
symfile.h 49 sectindex (sectindex_)
60 /* SECTINDEX must be valid for associated BFD or set to -1.
63 int sectindex; member in struct:other_sections
symfile.c 261 int sectindex = sap[i].sectindex;
263 sap[i].addr += objfile->section_offsets[sectindex];
393 /* Store section_addr_info as prepared (made relative and with SECTINDEX
410 if (osp->sectindex == -1)
416 section_offsets[osp->sectindex] = osp->addr;
438 ascending order by their (name, sectindex) pair. sectindex makes
452 return a->sectindex < b->sectindex;
260 int sectindex = sap[i].sectindex; local
    [all...]

Completed in 21 milliseconds