Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gas/
H A Decoff.c888 typedef struct thead { struct
889 struct thead *prev; /* previous block */ argument
890 struct thead *free; /* free list pointer */ argument
892 } thead_t; argument
1040 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member
/dflybsd-src/contrib/binutils-2.34/gas/
H A Decoff.c888 typedef struct thead { struct
889 struct thead *prev; /* previous block */ argument
890 struct thead *free; /* free list pointer */ argument
892 } thead_t; argument
1040 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c950 typedef struct thead { struct
951 struct thead *prev; /* previous block */ argument
952 struct thead *free; /* free list pointer */ argument
954 } thead_t; argument
1047 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member