Home | History | Annotate | Download | only in gas

Lines Matching defs:table_ptr

1920 	char *table_ptr;
1936 table_ptr = lie->dispfrag->fr_opcode;
1938 + (table_ptr - lie->dispfrag->fr_literal));
1940 jump from table_ptr+0 to table_ptr+n*long_jump_size. */
1943 md_create_short_jump (table_ptr, from_addr, to_addr, lie->dispfrag,
1945 table_ptr += md_short_jump_size;
1961 /* This is the offset from ??? to table_ptr+0.
1974 /* This is a long jump from table_ptr+0 to the final target. */
1977 md_create_long_jump (table_ptr, from_addr, to_addr, lie->dispfrag,
1979 table_ptr += md_long_jump_size;