Home
last modified time | relevance | path

Searched defs:vlinks (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/binutils/gas/
HDecoff.c794 typedef struct vlinks { struct
795 struct vlinks *prev; /* previous set of pages */ argument
796 struct vlinks *next; /* next set of pages */ argument
799 } vlinks_t; argument
1038 vlinks_t vlinks [ PAGE_SIZE / sizeof (vlinks_t) ]; member
/trueos/contrib/gcc/
HDmips-tfile.c918 typedef struct vlinks { struct
919 struct vlinks *prev; /* previous set of pages */ argument
920 struct vlinks *next; /* next set of pages */ argument
923 } vlinks_t; argument
1093 vlinks_t vlinks [ PAGE_SIZE / sizeof (vlinks_t) ]; member