HomeSort by: relevance | last modified time | path
    Searched defs:reloc_type (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/external/gpl3/binutils/dist/gas/
literal.c 51 bfd_reloc_code_real_type reloc_type; local
76 reloc_type = BFD_RELOC_32;
79 reloc_type = BFD_RELOC_64;
85 reloc_type);
cgen.c 344 bfd_reloc_code_real_type reloc_type; local
423 reloc_type = md_cgen_lookup_reloc (0, operand, & dummy_fixup);
426 && reloc_type == BFD_RELOC_RELC
449 if (reloc_type == BFD_RELOC_RELC
480 (reloc_type == BFD_RELOC_RELC
865 bfd_reloc_code_real_type reloc_type; local
939 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP);
941 if (reloc_type == BFD_RELOC_RELC)
953 if (reloc_type != BFD_RELOC_NONE)
954 fixP->fx_r_type = reloc_type;
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
literal.c 51 bfd_reloc_code_real_type reloc_type; local
76 reloc_type = BFD_RELOC_32;
79 reloc_type = BFD_RELOC_64;
85 reloc_type);
cgen.c 345 bfd_reloc_code_real_type reloc_type; local
421 reloc_type = md_cgen_lookup_reloc (0, operand, & dummy_fixup);
424 && reloc_type == BFD_RELOC_RELC
447 if (reloc_type == BFD_RELOC_RELC
478 (reloc_type == BFD_RELOC_RELC
863 bfd_reloc_code_real_type reloc_type; local
937 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP);
939 if (reloc_type == BFD_RELOC_RELC)
951 if (reloc_type != BFD_RELOC_NONE)
952 fixP->fx_r_type = reloc_type;
    [all...]
  /src/sys/arch/mips/include/
reloc.h 41 enum reloc_type { enum
57 * 4. if the reloc_type is MIPS_RELOC_HI16_S and the result bit 15 is set,
68 enum reloc_type r_type:5; /* relocation type, from above */
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic4x.h 60 #define reloc_type int macro
tc-xstormy16.c 493 bfd_reloc_code_real_type reloc_type;
539 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP);
540 if (reloc_type != BFD_RELOC_NONE)
541 fixP->fx_r_type = reloc_type;
489 bfd_reloc_code_real_type reloc_type; local
tc-epiphany.c 935 bfd_reloc_code_real_type reloc_type;
939 reloc_type = md_cgen_lookup_reloc (fragP->fr_cgen.insn, operand, NULL);
947 reloc_type,
1035 bfd_reloc_code_real_type reloc_type;
1044 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP);
1047 reloc_type = fixP->fx_r_type;
1060 && (reloc_type == BFD_RELOC_EPIPHANY_SIMM24
1061 || reloc_type == BFD_RELOC_EPIPHANY_SIMM8
1062 || reloc_type == BFD_RELOC_EPIPHANY_HIGH
1063 || reloc_type == BFD_RELOC_EPIPHANY_LOW)
928 bfd_reloc_code_real_type reloc_type; local
1026 bfd_reloc_code_real_type reloc_type; local
    [all...]
tc-h8300.c 1715 bfd_reloc_code_real_type reloc_type = R_JMPL1; local
1724 reloc_type = R_RELLONG;
1747 reloc_type);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic4x.h 60 #define reloc_type int macro
tc-xstormy16.c 493 bfd_reloc_code_real_type reloc_type;
539 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP);
540 if (reloc_type != BFD_RELOC_NONE)
541 fixP->fx_r_type = reloc_type;
489 bfd_reloc_code_real_type reloc_type; local
tc-epiphany.c 935 bfd_reloc_code_real_type reloc_type;
939 reloc_type = md_cgen_lookup_reloc (fragP->fr_cgen.insn, operand, NULL);
947 reloc_type,
1035 bfd_reloc_code_real_type reloc_type;
1044 reloc_type = md_cgen_lookup_reloc (insn, operand, fixP);
1047 reloc_type = fixP->fx_r_type;
1060 && (reloc_type == BFD_RELOC_EPIPHANY_SIMM24
1061 || reloc_type == BFD_RELOC_EPIPHANY_SIMM8
1062 || reloc_type == BFD_RELOC_EPIPHANY_HIGH
1063 || reloc_type == BFD_RELOC_EPIPHANY_LOW)
928 bfd_reloc_code_real_type reloc_type; local
1026 bfd_reloc_code_real_type reloc_type; local
    [all...]
  /src/sys/arch/powerpc/include/
reloc.h 40 enum reloc_type { enum
  /src/sys/arch/sparc/include/
aout_machdep.h 35 enum reloc_type { enum
56 enum reloc_type r_type : 5; /* relocation type time copy */
reloc.h 47 enum reloc_type { enum
126 enum reloc_type r_type:5; /* relocation type, from above */
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
qxl_drm.h 80 __u32 reloc_type; member in struct:drm_qxl_reloc
  /src/external/gpl3/binutils/dist/bfd/
elf-m10200.c 31 enum reloc_type enum
  /src/external/gpl3/binutils/dist/opcodes/
or1k-asm.c 324 enum or1k_rtype reloc_type;
332 reloc_type = reloc_code & RTYPE_MASK;
338 if ((reloc_type == RTYPE_LO || reloc_type == RTYPE_PO)
341 reloc_type |= 1;
345 reloc = or1k_imm16_relocs[reloc_class][reloc_type];
361 switch (reloc_type)
323 enum or1k_rtype reloc_type; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf-m10200.c 31 enum reloc_type enum
  /src/external/gpl3/binutils.old/dist/opcodes/
or1k-asm.c 324 enum or1k_rtype reloc_type;
332 reloc_type = reloc_code & RTYPE_MASK;
338 if ((reloc_type == RTYPE_LO || reloc_type == RTYPE_PO)
341 reloc_type |= 1;
345 reloc = or1k_imm16_relocs[reloc_class][reloc_type];
361 switch (reloc_type)
323 enum or1k_rtype reloc_type; local
  /src/external/gpl3/gdb/dist/bfd/
elf-m10200.c 31 enum reloc_type enum
  /src/external/gpl3/gdb/dist/opcodes/
or1k-asm.c 324 enum or1k_rtype reloc_type;
332 reloc_type = reloc_code & RTYPE_MASK;
338 if ((reloc_type == RTYPE_LO || reloc_type == RTYPE_PO)
341 reloc_type |= 1;
345 reloc = or1k_imm16_relocs[reloc_class][reloc_type];
361 switch (reloc_type)
323 enum or1k_rtype reloc_type; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf-m10200.c 31 enum reloc_type enum
  /src/external/gpl3/gdb.old/dist/opcodes/
or1k-asm.c 324 enum or1k_rtype reloc_type;
332 reloc_type = reloc_code & RTYPE_MASK;
338 if ((reloc_type == RTYPE_LO || reloc_type == RTYPE_PO)
341 reloc_type |= 1;
345 reloc = or1k_imm16_relocs[reloc_class][reloc_type];
361 switch (reloc_type)
323 enum or1k_rtype reloc_type; local
  /src/sys/arch/hppa/include/
reloc.h 46 enum reloc_type { enum

Completed in 47 milliseconds

1 2 3 4