Searched defs:ENTRY (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | strsignal.c | 73 # define ENTRY(value, name, msg) {value, name, msg} macro 75 # define ENTRY(value, name, msg) {value, name} macro
|
D | strerror.c | 69 # define ENTRY(value, name, msg) {value, name, msg} macro 71 # define ENTRY(value, name, msg) {value, name} macro
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | aout-ns32k.c | 211 #define ENTRY(i,j) case i: return &MY (howto_table)[j] in MY() macro
|