/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-m68k.c | 283 add_fix (width, exp, pc_rel, pc_fix) in add_fix() function 2009 add_fix (s[1], &opP->disp, 0, 0); 2182 add_fix ('l', &opP->disp, 0, 0); 2200 add_fix ('w', &opP->disp, 1, 0); 2203 add_fix ('w', &opP->disp, 0, 0); 2313 add_fix ('B', &opP->disp, 1, 1); 2315 add_fix ('B', &opP->disp, 0, 0); 2652 add_fix ('l', &opP->disp, 0, 0); 2696 add_fix ('w', &opP->disp, 1, 0); 2709 add_fix ('l', &opP->disp, 1, 0); [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-m68k.c | 2159 add_fix (s[1], &opP->disp, 0, 0); in m68k_ip() 2341 add_fix ('l', &opP->disp, 0, 0); in m68k_ip() 2359 add_fix ('w', &opP->disp, 1, 0); in m68k_ip() 2362 add_fix ('w', &opP->disp, 0, 0); in m68k_ip() 2472 add_fix ('B', &opP->disp, 1, 1); in m68k_ip() 2474 add_fix ('B', &opP->disp, 0, 0); in m68k_ip() 2656 add_fix ('l', &opP->disp, 0, 0); in m68k_ip() 2822 add_fix ('l', &opP->disp, 0, 0); in m68k_ip() 2872 add_fix ('w', &opP->disp, 1, 0); in m68k_ip() 2885 add_fix ('l', &opP->disp, 1, 0); in m68k_ip() [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-xtensa.c | 3833 static void add_fix 3890 add_fix (src_sec, fix) in add_fix() function 4793 add_fix (sec, fix);
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-xtensa.c | 5113 add_fix (asection *src_sec, reloc_bfd_fix *fix) in add_fix() function 8143 add_fix (sec, fix); in relax_section() 8706 add_fix (sec, fix); in move_literal()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9697 | 221 * config/tc-m68k.c (m68k_ip): Call add_fix when needed for '_' 2005 * config/tc-m68k.c (add_fix): Change width to int. 3777 * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'. 5589 (add_fix): Copy over pic_reloc field.
|
H A D | ChangeLog-9295 | 2462 (add_fix): Accept additional parameter, the pc-rel fixup. All 10165 subs, add_fix, isvar, m68k_ip, md_assemble, md_convert_frag_1, 11162 (add_fix, add_frag): Now functions instead of macros.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9697 | 221 * config/tc-m68k.c (m68k_ip): Call add_fix when needed for '_' 2005 * config/tc-m68k.c (add_fix): Change width to int. 3777 * config/tc-m68k.c (add_fix): Treat a width of '3' like 'B'. 5589 (add_fix): Copy over pic_reloc field.
|
H A D | ChangeLog-9295 | 2462 (add_fix): Accept additional parameter, the pc-rel fixup. All 10165 subs, add_fix, isvar, m68k_ip, md_assemble, md_convert_frag_1, 11162 (add_fix, add_frag): Now functions instead of macros.
|