Home
last modified time | relevance | path

Searched refs:NO_RELOC (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
Daout_gnu.h62 NO_RELOC enumerator
351 NO_RELOC = 0, BRADDR, LOW0, LOW1, LOW2, LOW3, LOW4, SPLIT0, SPLIT1, SPLIT2, RELOC_32, enumerator
Dtc-i386.h209 #define NO_RELOC BFD_RELOC_NONE macro
Dobj-aout.c25 #undef NO_RELOC
Dtc-i386.c1495 if (other != NO_RELOC) in reloc()
1544 return NO_RELOC; in reloc()
1709 i.reloc[j] = NO_RELOC;
4359 static enum bfd_reloc_code_real got_reloc = NO_RELOC;
4368 got_reloc = NO_RELOC; in x86_cons_fix_new()
5347 if (fragP->fr_var != NO_RELOC)
5371 && (!no_cond_jump_promotion || fragP->fr_var != NO_RELOC))
5391 if (no_cond_jump_promotion && fragP->fr_var == NO_RELOC)
Dobj-elf.c182 #undef NO_RELOC
Dtc-arm.c30 #define NO_RELOC 0 macro
/freebsd-10-stable/contrib/binutils/include/aout/
Dreloc.h48 NO_RELOC enumerator
Daout64.h501 NO_RELOC enumerator
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-92955010 NO_RELOC, just return it.
5017 (md_assemble): Initialize disp_reloc field to NO_RELOC. Pass
5022 (i386_operand): Initialize disp_reloc field to NO_RELOC. Handle
6814 (NO_RELOC): Undefine before defining as part of enum reloc_type.
7434 * config/obj-aout.c [BFD_ASSEMBLER]: Undef NO_RELOC before
9829 * config/tc-i386.h (NO_RELOC) [BFD_ASSEMBLER]: Define as
9839 always using NO_RELOC.
9851 * config/obj-elf.c: Undef NO_RELOC before including aout/aout64.h.
10713 * config/tc-vax.h (NO_RELOC): Define.
11747 fix_new with BFD_RELOC_NONE instead of 0 or NO_RELOC. Call
[all …]
DChangeLog-96975585 (NO_RELOC): Define to BFD_RELOC_NONE if BFD_ASSEMBLER, to zero
5587 * config/tc-m68k.c: Delete definition of NO_RELOC.
DChangeLog-02035401 (NO_RELOC): Adjust for BFD_ASSEMBLER.