| /openbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | sym.h | 265 } EXTR, *pEXTR; typedef 267 #define cbEXTR sizeof(EXTR)
|
| D | ecoff.h | 416 void (*swap_ext_in) (bfd *, void *, EXTR *); 427 void (*swap_ext_out) (bfd *, const EXTR *, void *);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/ |
| D | sym.h | 265 } EXTR, *pEXTR; typedef 267 #define cbEXTR sizeof(EXTR)
|
| D | ecoff.h | 390 void (*swap_ext_in) (bfd *, void *, EXTR *); 401 void (*swap_ext_out) (bfd *, const EXTR *, void *);
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ecoff.h | 93 extern void obj_ecoff_set_ext (symbolS *, EXTR *);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ecoff.h | 93 extern void obj_ecoff_set_ext (symbolS *, EXTR *);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | obj-ecoff.h | 77 extern void obj_ecoff_set_ext (symbolS *, EXTR *);
|
| D | obj-ecoff.c | 183 obj_ecoff_set_ext (symbolS *sym, EXTR *ext) in obj_ecoff_set_ext()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-ecoff.h | 76 extern void obj_ecoff_set_ext PARAMS ((symbolS *, EXTR *));
|
| D | obj-ecoff.c | 252 EXTR *ext;
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | mips-tfile.c | 1027 EXTR *esym_ptr; /* global symbol pointer */ 1089 EXTR esym [ PAGE_SIZE / sizeof (EXTR) ]; 1178 static varray_t ext_symbols = INIT_VARRAY (EXTR); 1191 static EXTR *last_func_eptr; 1469 static EXTR *orig_ext_syms; /* external symbols */ 1538 STATIC symint_t add_ext_symbol (EXTR *, int); 1928 add_ext_symbol (EXTR *esym, int ifd) in add_ext_symbol() 1932 EXTR *psym; in add_ext_symbol() 2768 EXTR *eptr = (EXTR *) 0; /* ext. sym equivalent to def*/ in parse_def() 3084 && ext_hash_ptr->esym_ptr != (EXTR *) 0) in parse_def() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | mips-tfile.c | 1020 EXTR *esym_ptr; /* global symbol pointer */ 1164 EXTR esym [ PAGE_SIZE / sizeof (EXTR) ]; 1253 static varray_t ext_symbols = INIT_VARRAY (EXTR); 1266 static EXTR *last_func_eptr; 1544 static EXTR *orig_ext_syms; /* external symbols */ 1627 STATIC symint_t add_ext_symbol PARAMS ((EXTR *, 2043 EXTR *esym; /* symbol pointer */ in add_ext_symbol() 2048 EXTR *psym; 2873 EXTR *eptr = (EXTR *) 0; /* ext. sym equivalent to def*/ 3189 && ext_hash_ptr->esym_ptr != (EXTR *) 0) [all …]
|
| D | mips-tdump.c | 218 EXTR *e_symbols; /* external symbols */ 850 (long) (sym_ptr->iextMax * sizeof (EXTR))); 1415 e_symbols = (EXTR *) read_seek (NULL, in read_tfile() 1416 sym_hdr.iextMax * sizeof (EXTR), in read_tfile()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64Schedule.td | 30 def WriteExtr : SchedWrite; // EXTR shifts a reg pair 31 def ReadExtrHi : SchedRead; // Read the high reg of the EXTR pair
|
| D | AArch64SchedPredExynos.td | 140 // Identify EXTR as the alias for ROR (immediate).
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | ecoffswap.h | 86 static void ecoff_swap_ext_in (bfd *, void *, EXTR *); 87 static void ecoff_swap_ext_out (bfd *, const EXTR *, void *); 544 ecoff_swap_ext_in (bfd *abfd, void * ext_copy, EXTR *intern) in ecoff_swap_ext_in() 583 ecoff_swap_ext_out (bfd *abfd, const EXTR *intern_copy, void * ext_ptr) in ecoff_swap_ext_out() 586 EXTR intern[1]; in ecoff_swap_ext_out()
|
| D | libecoff.h | 207 EXTR esym;
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | mdebugread.c | 115 EXTR *extern_tab; 1884 EXTR she; in parse_procedure() 2033 static void parse_external (EXTR *, int, struct section_offsets *, 2037 parse_external (EXTR *es, int bigend, struct section_offsets *section_offsets, in parse_external() 2212 void (*const swap_ext_in) (bfd *, void *, EXTR *) = debug_swap->swap_ext_in; in parse_partial_symbols() 2221 EXTR *ext_block; in parse_partial_symbols() 2222 EXTR *ext_in; in parse_partial_symbols() 2223 EXTR *ext_in_end; in parse_partial_symbols() 2233 EXTR *extern_tab; in parse_partial_symbols() 2255 extern_tab = (EXTR *) obstack_alloc (&objfile->objfile_obstack, in parse_partial_symbols() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | ecoffswap.h | 86 static void ecoff_swap_ext_in PARAMS ((bfd *, PTR, EXTR *)); 87 static void ecoff_swap_ext_out PARAMS ((bfd *, const EXTR *, PTR)); 645 EXTR *intern; 686 const EXTR *intern_copy; 690 EXTR intern[1];
|
| D | libecoff.h | 237 EXTR esym;
|
| D | ecoff.c | 70 PARAMS ((asymbol *, EXTR *)); 955 void (* const swap_ext_in) PARAMS ((bfd *, PTR, EXTR *)) 991 EXTR internal_esym; 1505 EXTR ecoff_ext; 1520 EXTR ecoff_ext; 1958 EXTR esym; 2383 EXTR *esym; 3662 void (* const swap_ext_in) PARAMS ((bfd *, PTR, EXTR *)) 3709 EXTR esym; 3853 void (* const swap_ext_in) PARAMS ((bfd *, PTR, EXTR *)) [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | tic4x.h | 26 #define EXTR(inst, m, l) ((inst) << (31 - (m)) >> (31 - ((m) - (l)))) macro 27 #define EXTRU(inst, m, l) EXTR ((unsigned long)(inst), (m), (l)) 28 #define EXTRS(inst, m, l) EXTR ((long)(inst), (m), (l))
|
| /openbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | tic4x.h | 26 #define EXTR(inst, m, l) ((inst) << (31 - (m)) >> (31 - ((m) - (l)))) macro 27 #define EXTRU(inst, m, l) EXTR ((unsigned long)(inst), (m), (l)) 28 #define EXTRS(inst, m, l) EXTR ((long)(inst), (m), (l))
|
| /openbsd/src/sys/arch/i386/i386/ |
| D | db_disasm.c | 53 #define EXTR 6 macro 425 /*5*/ { "fld", EXTR, 0, 0 }, 427 /*7*/ { "fstp", EXTR, 0, 0 }, 1027 case EXTR: in db_disasm_esc()
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | db_disasm.c | 52 #define EXTR 6 macro 455 /*5*/ { "fld", EXTR, 0, 0 }, 457 /*7*/ { "fstp", EXTR, 0, 0 }, 1061 case EXTR: in db_disasm_esc()
|