/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-i960.c | 1897 linkrelax = 1; in md_parse_option() 2508 else if (linkrelax || !S_IS_DEFINED (symbolP) || fixP->fx_bsr) in tc_bout_fix_to_chars() 2625 if (!linkrelax) in i960_handle_align() 2630 linkrelax = 0; in i960_handle_align()
|
H A D | tc-mmix.c | 645 linkrelax = 1; in md_parse_option() 2340 if (linkrelax) in md_convert_frag() 2353 if (linkrelax) in md_convert_frag() 3269 if (linkrelax) in mmix_force_relocation()
|
H A D | tc-mn10200.c | 744 linkrelax = 1; in md_begin()
|
H A D | tc-z8k.c | 1355 linkrelax = 1; in md_parse_option()
|
H A D | tc-xtensa.c | 739 linkrelax = 1; in md_parse_option() 742 linkrelax = 0; in md_parse_option() 4949 linkrelax = 1; in md_begin() 5308 if (linkrelax in xtensa_handle_align() 5447 if (linkrelax && fix->fx_addsy in xtensa_force_relocation() 5466 if (!linkrelax || fix->fx_addsy == NULL) in xtensa_validate_fix_sub() 5541 if (fixP->fx_subsy && !(linkrelax && (fixP->fx_r_type == BFD_RELOC_32 in md_apply_fix() 5614 if (linkrelax) in md_apply_fix()
|
H A D | tc-crx.c | 643 linkrelax = 1; in md_begin()
|
H A D | tc-z80.c | 181 linkrelax = 0; in md_begin()
|
H A D | tc-h8300.c | 291 linkrelax = 1; in md_begin()
|
H A D | tc-mn10300.c | 110 int linkrelax = 1; variable
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | as.h | 435 COMMON int linkrelax; variable
|
H A D | write.c | 1699 if (linkrelax) in relax_align() 2126 if (linkrelax && TC_LINKRELAX_FIXUP (this_segment)) in fixup_segment()
|
H A D | ChangeLog | 392 (md_begin): Set linkrelax variable to 1, use avr_mod_hash_value
|
H A D | ChangeLog-0203 | 2204 (md_begin): Don't set linkrelax. Only set Z8002 default if no 2212 (md_longopts): Add 'linkrelax' option. 2213 (md_parse_option): Adapt to new s_segm function. Set 'linkrelax' 2214 variable when 'linkrelax' command line option is specified. 2215 (md_show_usage): Display 'linkrelax' option. 4694 "this_segment_type" to "this_segment". Update linkrelax comment.
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-i960.c | 971 linkrelax = 1; 2899 else if (linkrelax || !S_IS_DEFINED (symbolP) || fixP->fx_bsr) 3185 if (!linkrelax) 3191 linkrelax = 0;
|
H A D | obj-bout.c | 139 headers->header.a_relaxable = linkrelax;
|
H A D | tc-mmix.c | 676 linkrelax = 1; 2388 if (linkrelax) 2401 if (linkrelax) 3324 if (linkrelax)
|
H A D | tc-mn10200.c | 766 linkrelax = 1; in md_begin()
|
H A D | tc-z8k.c | 1376 linkrelax = 1; in md_parse_option()
|
H A D | tc-mn10300.c | 105 int linkrelax = 1; variable
|
H A D | tc-h8300.c | 310 linkrelax = 1; in md_begin()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | as.h | 472 COMMON int linkrelax; variable
|
H A D | write.c | 2145 if (linkrelax) in relax_align() 2541 if (linkrelax && TC_LINKRELAX_FIXUP (this_segment)) in fixup_segment()
|
H A D | ChangeLog-0203 | 2204 (md_begin): Don't set linkrelax. Only set Z8002 default if no 2212 (md_longopts): Add 'linkrelax' option. 2213 (md_parse_option): Adapt to new s_segm function. Set 'linkrelax' 2214 variable when 'linkrelax' command line option is specified. 2215 (md_show_usage): Display 'linkrelax' option. 4694 "this_segment_type" to "this_segment". Update linkrelax comment.
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | internals.texi | 1227 If you define this macro, and the global variable @samp{linkrelax} is set 1235 given section will be processed when the @var{linkrelax} variable is 1261 This macro is evaluated for each fixup (when @var{linkrelax} is not set). 1269 when @var{linkrelax} is not set. It should store the correct value in the
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | internals.texi | 1210 If you define this macro, and the global variable @samp{linkrelax} is set 1218 given section will be processed when the @var{linkrelax} variable is 1244 This macro is evaluated for each fixup (when @var{linkrelax} is not set). 1252 when @var{linkrelax} is not set. It should store the correct value in the
|