Home
last modified time | relevance | path

Searched refs:md_create_long_jump (Results 1 – 24 of 24) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dtc.h48 #ifndef md_create_long_jump
49 void md_create_long_jump (char *, addressT, addressT, fragS *, symbolS *);
Dwrite.c1977 md_create_long_jump (table_ptr, from_addr, to_addr, lie->dispfrag, in write_object_file()
DChangeLog-92953572 (md_create_long_jump): Ditto.
4760 md_create_short_jump, md_create_long_jump.
5537 * config/tc-ns32k.c (md_create_long_jump): Size of opcode is one
8032 * config/tc-sparc.h (md_create_short_jump, md_create_long_jump,
8054 * tc.h (md_create_long_jump): Don't declare if it's already
9837 (md_assemble, md_estimate_size_before_relax, md_create_long_jump):
10158 md_estimate_size_before_relax, md_create_long_jump): Ditto.
10166 md_estimate_size_before_relax, md_create_long_jump, get_num):
10169 md_create_short_jump, md_create_long_jump): Ditto.
10184 md_estimate_size_before_relax, md_create_long_jump): Ditto.
[all …]
DChangeLog908 * config/tc-cris.c (md_create_long_jump): Follow "short" jump
DChangeLog-0203675 (md_create_long_jump): Likewise.
3287 (md_create_long_jump <all args>): Likewise.
4954 (md_create_long_jump, md_create_short_jump,
5382 (md_create_long_jump): Likewise.
DChangeLog-00012118 (md_create_long_jump): Ditto.
2925 (md_create_long_jump): Make the long jumps generate ADD.D offset,PC.
6491 (md_create_long_jump): Remove useless flag_do_long_jump code.
6834 (md_create_long_jump): Ditto.
DChangeLog-98993606 (md_create_long_jump): Use VAX_JMP and VAX_ABSOLUTE_MODE macros.
3651 md_long_jump_size, md_create_short_jump or md_create_long_jump.
DChangeLog-200752 (md_create_long_jump): Likewise.
DChangeLog-2004398 (md_create_long_jump): Ditto. Emit error for common_v10_v32.
DChangeLog-20092281 (md_create_long_jump): ...not here.
DChangeLog-2005155 (md_create_long_jump): Change 32-bit-branch expansion for --pic.
DChangeLog-96972826 md_create_long_jump): Use it.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.h143 #define md_create_long_jump(p,f,t,fr,s) as_fatal ("ia64_create_long_jump") macro
Dtc-spu.c751 md_create_long_jump (char *ptr, in md_create_long_jump() function
Dtc-pdp11.c1039 md_create_long_jump (char *ptr ATTRIBUTE_UNUSED, in md_create_long_jump() function
Dtc-mcore.c1706 md_create_long_jump (char * ptr ATTRIBUTE_UNUSED, in md_create_long_jump() function
Dtc-ns32k.c2101 md_create_long_jump (char *ptr, in md_create_long_jump() function
Dtc-s390.c1632 md_create_long_jump (ptr, from_addr, to_addr, frag, to_symbol) in md_create_long_jump() function
Dtc-vax.c2180 md_create_long_jump (char *ptr, in md_create_long_jump() function
Dtc-tic4x.c2688 md_create_long_jump (char *ptr ATTRIBUTE_UNUSED, in md_create_long_jump() function
Dtc-microblaze.c1846 md_create_long_jump (char * ptr ATTRIBUTE_UNUSED, in md_create_long_jump() function
Dtc-cris.c1109 md_create_long_jump (char *storep, addressT from_addr, addressT to_addr, in md_create_long_jump() function
Dtc-m68k.c5458 md_create_long_jump (char *ptr, addressT from_addr, addressT to_addr, in md_create_long_jump() function
/toolchain/binutils/binutils-2.25/gas/doc/
Dinternals.texi1188 @itemx md_create_long_jump
1194 @cindex md_create_long_jump
1202 jumps, and define @code{md_create_long_jump} to create a long jump.