Home
last modified time | relevance | path

Searched refs:EXTR (Results 1 – 25 of 52) sorted by relevance

123

/openbsd/src/gnu/usr.bin/binutils/include/coff/
Dsym.h265 } EXTR, *pEXTR; typedef
267 #define cbEXTR sizeof(EXTR)
Decoff.h416 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/
Dsym.h265 } EXTR, *pEXTR; typedef
267 #define cbEXTR sizeof(EXTR)
Decoff.h390 void (*swap_ext_in) (bfd *, void *, EXTR *);
401 void (*swap_ext_out) (bfd *, const EXTR *, void *);
/openbsd/src/gnu/usr.bin/binutils/gas/
Decoff.h93 extern void obj_ecoff_set_ext (symbolS *, EXTR *);
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Decoff.h93 extern void obj_ecoff_set_ext (symbolS *, EXTR *);
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dobj-ecoff.h77 extern void obj_ecoff_set_ext (symbolS *, EXTR *);
Dobj-ecoff.c183 obj_ecoff_set_ext (symbolS *sym, EXTR *ext) in obj_ecoff_set_ext()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-ecoff.h76 extern void obj_ecoff_set_ext PARAMS ((symbolS *, EXTR *));
Dobj-ecoff.c252 EXTR *ext;
/openbsd/src/gnu/gcc/gcc/
Dmips-tfile.c1027 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/
Dmips-tfile.c1020 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 …]
Dmips-tdump.c218 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/
DAArch64Schedule.td30 def WriteExtr : SchedWrite; // EXTR shifts a reg pair
31 def ReadExtrHi : SchedRead; // Read the high reg of the EXTR pair
DAArch64SchedPredExynos.td140 // Identify EXTR as the alias for ROR (immediate).
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Decoffswap.h86 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()
Dlibecoff.h207 EXTR esym;
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c115 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/
Decoffswap.h86 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];
Dlibecoff.h237 EXTR esym;
Decoff.c70 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/
Dtic4x.h26 #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/
Dtic4x.h26 #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/
Ddb_disasm.c53 #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/
Ddb_disasm.c52 #define EXTR 6 macro
455 /*5*/ { "fld", EXTR, 0, 0 },
457 /*7*/ { "fstp", EXTR, 0, 0 },
1061 case EXTR: in db_disasm_esc()

123