Searched defs:thead (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ecoff.c | 890 typedef struct thead { struct 891 struct thead *prev; /* previous block */ argument 892 struct thead *free; /* free list pointer */ argument 894 } thead_t; argument 1042 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ecoff.c | 891 typedef struct thead { struct 892 struct thead *prev; /* previous block */ argument 893 struct thead *free; /* free list pointer */ argument 895 } thead_t; argument 1043 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member
|
/openbsd/gnu/llvm/llvm/docs/_ocamldoc/ |
H A D | style.css | 7 form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td selector
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | mips-tfile.c | 990 typedef struct thead { struct 991 struct thead *prev; /* previous block */ argument 992 struct thead *free; /* free list pointer */ argument 994 } thead_t; argument 1173 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member
|
/openbsd/gnu/gcc/gcc/ |
H A D | mips-tfile.c | 997 typedef struct thead { struct 998 struct thead *prev; /* previous block */ argument 999 struct thead *free; /* free list pointer */ argument 1001 } thead_t; argument 1098 thead_t thead [ PAGE_SIZE / sizeof (thead_t) ]; member
|