Home
last modified time | relevance | path

Searched refs:global_offset_table (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/sparc/
Dsparc.c2744 static GTY(()) rtx global_offset_table;
2758 == global_offset_table) in check_pic()
3031 if (!global_offset_table) in sparc_tls_got()
3032 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_"); in sparc_tls_got()
3034 emit_move_insn (temp, global_offset_table); in sparc_tls_got()
3371 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_"); in load_pic_register()
3381 emit_insn (gen_load_pcrel_symdi (pic_offset_table_rtx, global_offset_table, in load_pic_register()
3384 emit_insn (gen_load_pcrel_symsi (pic_offset_table_rtx, global_offset_table, in load_pic_register()
/freebsd-9-stable/contrib/gcc/config/arm/
Darm.c3421 rtx global_offset_table; in arm_load_pic_register() local
3435 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_"); in arm_load_pic_register()
3441 gen_rtx_PLUS (Pmode, global_offset_table, pc_rtx)); in arm_load_pic_register()
3443 pic_tmp2 = gen_rtx_CONST (VOIDmode, global_offset_table); in arm_load_pic_register()
/freebsd-9-stable/contrib/gcc/
DChangeLog-19996608 (global_offset_table): New variable.
6609 (load_pic_register): Fill global_offset_table if it hasn't
DChangeLog-2003102 (global_offset_table, load_pic_register, m32r_legitimate_pic_operand_p,