/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-vax.c | 379 int reloc_type = NO_RELOC; in md_estimate_size_before_relax() 435 fragP->fr_offset, 1, NO_RELOC); in md_estimate_size_before_relax() 447 fragP->fr_offset, 1, NO_RELOC); in md_estimate_size_before_relax() 458 fragP->fr_offset, 1, NO_RELOC); in md_estimate_size_before_relax() 466 fragP->fr_offset, 1, NO_RELOC); in md_estimate_size_before_relax() 539 fragP->fr_offset, 1, NO_RELOC); in md_convert_frag() 547 fragP->fr_offset, 1, NO_RELOC); in md_convert_frag() 555 fragP->fr_offset, 1, NO_RELOC); in md_convert_frag() 561 fragP->fr_offset, 1, NO_RELOC); in md_convert_frag() 570 fragP->fr_offset, 1, NO_RELOC); in md_convert_frag() [all …]
|
D | aout_gnu.h | 62 NO_RELOC enumerator 351 NO_RELOC = 0, BRADDR, LOW0, LOW1, LOW2, LOW3, LOW4, SPLIT0, SPLIT1, SPLIT2, RELOC_32, enumerator
|
D | tc-i960.c | 603 NO_RELOC); in get_cdisp() 1148 4, &exp, 0, NO_RELOC); in mem_fmt() 1963 NO_RELOC); in relax_cobr() 2001 NO_RELOC); in md_convert_frag() 2117 4, symbol_find (buf), 0, 0, NO_RELOC); in brtab_emit() 2412 know (symbolP != 0 || fixP->fx_r_type != NO_RELOC); in tc_bout_fix_to_chars() 2423 if (fixP->fx_r_type != NO_RELOC) in tc_bout_fix_to_chars()
|
D | tc-tic4x.h | 62 #define NO_RELOC 0 macro
|
D | tc-vax.h | 44 #define NO_RELOC BFD_RELOC_NONE macro
|
D | tc-i960.h | 173 #define NO_RELOC -1 macro
|
D | tc-ns32k.h | 28 #define NO_RELOC BFD_RELOC_NONE macro
|
D | tc-m68k.h | 119 #define NO_RELOC BFD_RELOC_NONE macro
|
D | tc-dlx.c | 34 #define NO_RELOC BFD_RELOC_NONE macro 670 the_insn.reloc = NO_RELOC; in machine_ip() 913 if (the_insn.reloc != NO_RELOC) in md_assemble()
|
D | obj-aout.c | 24 #undef NO_RELOC
|
D | tc-i386.h | 147 #define NO_RELOC BFD_RELOC_NONE macro
|
D | tc-tic4x.c | 1683 tinsn->reloc = NO_RELOC; in tic4x_operands_match() 2379 if (tinsn->reloc != NO_RELOC) in tic4x_insn_output() 2657 case NO_RELOC: in md_apply_fix()
|
D | tc-ns32k.c | 1324 bit_fixP ? NO_RELOC : reloc (size, pcrel, im_disp) in fix_new_ns32k() 1352 bit_fixP ? NO_RELOC : reloc (size, pcrel, im_disp) in fix_new_ns32k_exp()
|
D | tc-i386.c | 2836 if (other != NO_RELOC) in reloc() 2876 return NO_RELOC; in reloc() 2901 return NO_RELOC; in reloc() 2938 return NO_RELOC; in reloc() 3465 i.reloc[j] = NO_RELOC; in md_assemble() 6781 || i.reloc[0] != NO_RELOC in output_branch() 7695 bfd_reloc_code_real_type got_reloc = NO_RELOC; in x86_cons() 8926 if (fragP->fr_var != NO_RELOC) in md_estimate_size_before_relax() 8950 && (!no_cond_jump_promotion || fragP->fr_var != NO_RELOC)) in md_estimate_size_before_relax() 8970 if (no_cond_jump_promotion && fragP->fr_var == NO_RELOC) in md_estimate_size_before_relax()
|
D | tc-i386-intel.c | 139 if (this_operand >= 0 && i.reloc[this_operand] == NO_RELOC) in i386_operator()
|
D | obj-elf.c | 190 #undef NO_RELOC
|
D | tc-m68k.c | 1231 #define get_reloc_code(SIZE,PCREL,OTHER) NO_RELOC 5471 0, NO_RELOC); in md_create_long_jump()
|
D | tc-aarch64.c | 26 #define NO_RELOC 0 macro
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | reloc.h | 49 NO_RELOC enumerator
|
D | adobe.h | 303 NO_RELOC enumerator
|
D | aout64.h | 498 NO_RELOC enumerator
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog | 879 BFD_RELOC_SIZE64. Return NO_RELOC on failing pcrel check. 897 (tc_gen_reloc, vax_cons, vax_cons_fix_new): Style: Use NO_RELOC
|
D | ChangeLog-9295 | 5010 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 …]
|
D | ChangeLog-9697 | 5585 (NO_RELOC): Define to BFD_RELOC_NONE if BFD_ASSEMBLER, to zero 5587 * config/tc-m68k.c: Delete definition of NO_RELOC.
|
D | ChangeLog-0203 | 5393 (NO_RELOC): Adjust for BFD_ASSEMBLER.
|