| /freebsd-12-stable/contrib/elftoolchain/elfcopy/ |
| D | sections.c | 722 #define COPYREL(REL, SZ) do { \ in filter_reloc() argument 724 if ((REL##SZ = malloc(cap * \ in filter_reloc() 725 sizeof(*REL##SZ))) == NULL) \ in filter_reloc() 730 if ((REL##SZ = realloc(REL##SZ, cap * \ in filter_reloc() 731 sizeof(*REL##SZ))) == NULL) \ in filter_reloc() 734 REL##SZ[nrels].r_offset = REL.r_offset; \ in filter_reloc() 735 REL##SZ[nrels].r_info = REL.r_info; \ in filter_reloc() 828 #define UPDATEREL(REL) do { \ in update_reloc() argument 829 if (gelf_get##REL(od, i, &REL) != &REL) \ in update_reloc() 832 REL.r_info = GELF_R_INFO(ecp->symndx[GELF_R_SYM(REL.r_info)], \ in update_reloc() [all …]
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | cpu-ia64-opc.c | 430 #define REL IA64_OPND_CLASS_REL macro 599 { REL, ins_imms4, ext_imms4, 0, {{ 7, 6}, { 2, 33}}, 0, /* TAG13 */ 601 { REL, ins_imms4, ext_imms4, 0, {{ 9, 24}}, 0, /* TAG13b */ 603 { REL, ins_imms4, ext_imms4, 0, {{20, 6}, { 1, 36}}, 0, /* TGT25 */ 605 { REL, ins_imms4, ext_imms4, 0, /* TGT25b */ 608 { REL, ins_imms4, ext_imms4, 0, {{20, 13}, { 1, 36}}, 0, /* TGT25c */ 610 { REL, ins_rsvd, ext_rsvd, 0, {{0, 0}}, 0, /* TGT64 */
|
| D | aout-arm.c | 137 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \ argument 138 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC) 219 #define MY_relocatable_reloc(HOW, BFD, REL, AMOUNT, ADDR) \ argument 220 MY (relocatable_reloc) (HOW, BFD, REL, &(AMOUNT), ADDR)
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | aout.h | 220 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ argument 226 asm_fprintf (STREAM, "\t.word\t%LL%d-%LL%d\n", VALUE, REL); \
|
| D | aof.h | 261 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ argument 267 fprintf ((STREAM), "\tDCD\t|L..%d| - |L..%d|\n", (VALUE), (REL)); \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | R600Instructions.td | 55 def REL : InstFlag <"printRel">; 106 (ins WRITE:$write, OMOD:$omod, REL:$dst_rel, CLAMP:$clamp, 107 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, ABS:$src0_abs, SEL:$src0_sel, 148 OMOD:$omod, REL:$dst_rel, CLAMP:$clamp, 149 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, ABS:$src0_abs, SEL:$src0_sel, 150 R600_Reg32:$src1, NEG:$src1_neg, REL:$src1_rel, ABS:$src1_abs, SEL:$src1_sel, 188 (ins REL:$dst_rel, CLAMP:$clamp, 189 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, SEL:$src0_sel, 190 R600_Reg32:$src1, NEG:$src1_neg, REL:$src1_rel, SEL:$src1_sel, 191 R600_Reg32:$src2, NEG:$src2_neg, REL:$src2_rel, SEL:$src2_sel, [all …]
|
| D | EvergreenInstructions.td | 646 (ins R600_Reg32:$src0, REL:$src0_rel, SEL:$src0_sel, 667 (ins R600_Reg32:$src0, REL:$src0_rel, SEL:$src0_sel, 668 R600_Reg32:$src1, REL:$src1_rel, SEL:$src1_sel, 699 (ins R600_Reg32:$src0, REL:$src0_rel, SEL:$src0_sel, 700 R600_Reg32:$src1, REL:$src1_rel, SEL:$src1_sel, 701 R600_Reg32:$src2, REL:$src2_rel, SEL:$src2_sel,
|
| /freebsd-12-stable/tools/regression/atm/proto_sscfu/ |
| D | RunTest.sh | 10 $LOCALBASE/bin/ats_sscfu $options $DATA/Funcs $DATA/EST* $DATA/REL* \
|
| /freebsd-12-stable/contrib/binutils/config/ |
| D | multi.m4 | 11 # AM_ENABLE_MULTILIB([MAKEFILE], [REL-TO-TOP-SRCDIR])
|
| /freebsd-12-stable/contrib/gcc/config/s390/ |
| D | s390.h | 891 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ argument 898 ASM_GENERATE_INTERNAL_LABEL (buf, "L", (REL)); \
|
| /freebsd-12-stable/sys/dev/videomode/ |
| D | ediddevs | 78 vendor REL Relisys
|
| /freebsd-12-stable/sys/dev/hwpmc/ |
| D | hwpmc_uncore.c | 306 PMCDBG3(MDP,REL,1, "ucf-release cpu=%d ri=%d pm=%p", cpu, ri, pmc); in ucf_release_pmc() 645 PMCDBG3(MDP,REL,1, "ucp-release cpu=%d ri=%d pm=%p", cpu, ri, in ucp_release_pmc()
|
| D | hwpmc_core.c | 393 PMCDBG3(MDP,REL,1, "iaf-release cpu=%d ri=%d pm=%p", cpu, ri, pmc); in iaf_release_pmc() 896 PMCDBG3(MDP,REL,1, "iap-release cpu=%d ri=%d pm=%p", cpu, ri, in iap_release_pmc()
|
| D | hwpmc_mod.c | 530 DBG_SET_FLAG_MIN("release", REL); in pmc_debugflags_parse() 2369 PMCDBG4(OWN,REL,1, "destroy-owner po=%p proc=%p (%d, %s)", in pmc_destroy_owner_descriptor() 2786 PMCDBG3(PMC,REL,1, "release-pmc pmc=%p ri=%d mode=%d", pm, ri, in pmc_release_pmc_descriptor() 2815 PMCDBG2(PMC,REL,2, "stopping cpu=%d ri=%d", cpu, ri); in pmc_release_pmc_descriptor() 2822 PMCDBG2(PMC,REL,2, "decfg cpu=%d ri=%d", cpu, ri); in pmc_release_pmc_descriptor() 2879 PMCDBG1(PMC,REL,3, "pp->refcnt=%d", pp->pp_refcnt); in pmc_release_pmc_descriptor()
|
| D | hwpmc_logging.c | 530 PMCDBG1(LOG,REL,1, "po=%p", po); in pmclog_release_flags()
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | animation | 125 >8 string da0b \b, DMB MAF, ext DA0A, with 3GPP timed text, DID, TVA, REL, IPMP 127 >8 string da1b \b, DMB MAF, ext da1a, with 3GPP timed text, DID, TVA, REL, IPMP 129 >8 string da2b \b, DMB MAF, ext da2a, with 3GPP timed text, DID, TVA, REL, IPMP 131 >8 string da3b \b, DMB MAF, ext da3a w/ BIFS, 3GPP, DID, TVA, REL, IPMP 144 >8 string dv1b \b, DMB MAF, ext dv1a, with 3GPP timed text, DID, TVA, REL, IPMP 146 >8 string dv2b \b, DMB MAF, ext dv2a, with 3GPP timed text, DID, TVA, REL, IPMP 148 >8 string dv3b \b, DMB MAF, ext dv3a, with 3GPP timed text, DID, TVA, REL, IPMP
|
| /freebsd-12-stable/contrib/elftoolchain/libelf/ |
| D | elf_types.m4 | 51 `REL, Rel',
|
| /freebsd-12-stable/contrib/gcc/config/sparc/ |
| D | sparc.h | 2284 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ argument 2293 ASM_GENERATE_INTERNAL_LABEL (label, "L", (REL)); \
|
| /freebsd-12-stable/contrib/gcc/config/mips/ |
| D | mips.h | 2603 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ argument 2607 LOCAL_LABEL_PREFIX, VALUE, LOCAL_LABEL_PREFIX, REL); \
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.h | 2065 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ argument 2066 ix86_output_addr_diff_elt ((FILE), (VALUE), (REL))
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | ldexp.c | 106 { REL, "relocatable" }, in exp_print_token() 180 new->type.node_code = REL; in exp_relop()
|
| D | ldgram.y | 148 %token FORMAT PUBLIC DEFSYMEND BASE ALIAS TRUNCATE REL
|
| /freebsd-12-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.h | 2188 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ argument 2194 ASM_GENERATE_INTERNAL_LABEL (buf, "L", REL); \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | DynamicTags.def | 56 DYNAMIC_TAG(REL, 17) // Address of relocation table (Rel entries).
|
| /freebsd-12-stable/contrib/gcc/config/ia64/ |
| D | ia64.h | 1779 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ argument
|