Searched refs:sectindex (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.h50 sectindex (sectindex_)
64 int sectindex; member in struct:other_sections
H A Dsymfile.c271 int sectindex = sap[i].sectindex;
273 sap[i].addr += objfile->section_offsets[sectindex];
420 if (osp->sectindex == -1)
426 section_offsets[osp->sectindex] = osp->addr;
448 ascending order by their (name, sectindex) pair. sectindex makes
462 return a->sectindex < b->sectindex;
573 (*addrs)[i].sectindex
270 int sectindex = sap[i].sectindex; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.h53 sectindex (sectindex_)
67 int sectindex; member in struct:other_sections
H A Dsymfile.c271 int sectindex = sap[i].sectindex;
273 sap[i].addr += objfile->section_offsets[sectindex];
429 if (osp->sectindex == -1)
435 section_offsets[osp->sectindex] = osp->addr;
457 ascending order by their (name, sectindex) pair. sectindex makes
471 return a->sectindex < b->sectindex;
581 (*addrs)[i].sectindex
270 int sectindex = sap[i].sectindex; local
[all...]

Completed in 287 milliseconds