Searched refs:EXTR (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-ecoff.h77 extern void obj_ecoff_set_ext (symbolS *, EXTR *);
H A Dobj-ecoff.c183 obj_ecoff_set_ext (symbolS *sym, EXTR *ext)
H A Dobj-elf.c1711 elf_get_extr (asymbol *sym, EXTR *ext)
1715 *ext = *(EXTR *) sym->udata.p;
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.h93 extern void obj_ecoff_set_ext (symbolS *, EXTR *);
H A Decoff.c852 EXTR ecoff_sym; /* ECOFF debugging symbol */
912 EXTR *esym_ptr; /* global symbol pointer */
1640 memset (&psym->ecoff_sym, 0, sizeof (EXTR));
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dsym.h265 } EXTR, *pEXTR; typedef in typeref:struct:ecoff_extr
267 #define cbEXTR sizeof(EXTR)
H A Decoff.h390 void (*swap_ext_in) (bfd *, void *, EXTR *);
401 void (*swap_ext_out) (bfd *, const EXTR *, void *);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibecoff.h207 EXTR esym;
H A 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)
583 ecoff_swap_ext_out (bfd *abfd, const EXTR *intern_copy, void * ext_ptr)
586 EXTR intern[1];
H A Decoff.c851 void (* const swap_ext_in) (bfd *, void *, EXTR *)
887 EXTR internal_esym;
1392 EXTR ecoff_ext;
1407 EXTR ecoff_ext;
1841 EXTR esym;
2247 /* Get ECOFF EXTR information for an external symbol. This function
2251 ecoff_get_extr (asymbol *sym, EXTR *esym)
3339 void (* const swap_ext_in) (bfd *, void *, EXTR *)
3361 EXTR esym;
3600 void (* const swap_ext_in) (bfd *, void *, EXTR *)
[all...]
H A Decofflink.c1252 bfd_boolean (*get_extr) PARAMS ((asymbol *, EXTR *));
1266 EXTR esym;
1320 EXTR *esym;
1323 void (* const swap_ext_out) PARAMS ((bfd *, const EXTR *, PTR))
2224 EXTR proc_ext;
H A Delf64-alpha.c111 EXTR esym;
258 memset (&ret->esym, 0, sizeof (EXTR));
4995 EXTR esym;
5093 EXTR ext;
H A Delfxx-mips.c245 EXTR esym;
831 memset (&ret->esym, 0, sizeof (EXTR));
10276 EXTR esym;
10554 EXTR ext;
/freebsd-11-stable/contrib/gcc/
H A Dmips-tfile.c1034 EXTR *esym_ptr; /* global symbol pointer */
1096 EXTR esym [ PAGE_SIZE / sizeof (EXTR) ];
1185 static varray_t ext_symbols = INIT_VARRAY (EXTR);
1198 static EXTR *last_func_eptr;
1477 static EXTR *orig_ext_syms; /* external symbols */
1547 STATIC symint_t add_ext_symbol (EXTR *, int);
1944 add_ext_symbol (EXTR *esym, int ifd)
1948 EXTR *psym;
2797 EXTR *ept
[all...]
H A Dmips-tdump.c228 EXTR *e_symbols; /* external symbols */
866 (long) (sym_ptr->iextMax * sizeof (EXTR)));
1397 e_symbols = read_seek (NULL, sym_hdr.iextMax * sizeof (EXTR),
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmdebugread.c121 EXTR *extern_tab;
607 union, etc., types; it is NULL for an EXTR. BIGEND says whether
1900 EXTR she;
2049 static void parse_external (EXTR *, int, struct section_offsets *,
2053 parse_external (EXTR *es, int bigend, struct section_offsets *section_offsets,
2229 void (*const swap_ext_in) (bfd *, void *, EXTR *) = debug_swap->swap_ext_in;
2238 EXTR *ext_block;
2239 EXTR *ext_in;
2240 EXTR *ext_in_end;
2250 EXTR *extern_ta
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Ddb_disasm.c49 #define EXTR 6 macro
469 /*5*/ { "fld", EXTR, 0, 0 },
471 /*7*/ { "fstp", EXTR, 0, 0 },
920 10, /* EXTR */
1089 case EXTR:
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c49 #define EXTR 6 macro
543 /*5*/ { "fld", EXTR, 0, 0 },
545 /*7*/ { "fstp", EXTR, 0, 0 },
1009 10, /* EXTR */
1163 case EXTR:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h71 EXTR,
H A DAArch64ISelLowering.cpp1278 case AArch64ISD::EXTR: return "AArch64ISD::EXTR";
10084 /// An EXTR instruction is made up of two shifts, ORed together. This helper
10103 /// EXTR instruction extracts a contiguous chunk of bits from two existing
10106 /// with an EXTR. Can't quite be done in TableGen because the two immediates
10132 // not really an EXTR.
10144 return DAG.getNode(AArch64ISD::EXTR, DL, VT, LHS, RHS,
10197 // Attempt to form an EXTR from (or (shl VAL1, #N), (srl VAL2, #RegWidth-N))

Completed in 478 milliseconds