Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c791 typedef struct vlinks { struct
792 struct vlinks *prev; /* previous set of pages */ argument
793 struct vlinks *next; /* next set of pages */ argument
796 } vlinks_t; argument
1035 vlinks_t vlinks [ PAGE_SIZE / sizeof (vlinks_t) ]; member
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c791 typedef struct vlinks { struct
792 struct vlinks *prev; /* previous set of pages */ argument
793 struct vlinks *next; /* next set of pages */ argument
796 } vlinks_t; argument
1035 vlinks_t vlinks [ PAGE_SIZE / sizeof (vlinks_t) ]; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c871 typedef struct vlinks { struct
872 struct vlinks *prev; /* previous set of pages */ argument
873 struct vlinks *next; /* next set of pages */ argument
876 } vlinks_t; argument
1042 vlinks_t vlinks [ PAGE_SIZE / sizeof (vlinks_t) ]; member