Home
last modified time | relevance | path

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

/trueos/contrib/gcc/config/sparc/
HDsparc.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()
/trueos/contrib/gcc/config/arm/
HDarm.c3423 rtx global_offset_table; in arm_load_pic_register() local
3437 global_offset_table = gen_rtx_SYMBOL_REF (Pmode, "_GLOBAL_OFFSET_TABLE_"); in arm_load_pic_register()
3443 gen_rtx_PLUS (Pmode, global_offset_table, pc_rtx)); in arm_load_pic_register()
3445 pic_tmp2 = gen_rtx_CONST (VOIDmode, global_offset_table); in arm_load_pic_register()
/trueos/contrib/gcc/
HDChangeLog-19996608 (global_offset_table): New variable.
6609 (load_pic_register): Fill global_offset_table if it hasn't
HDChangeLog-2003102 (global_offset_table, load_pic_register, m32r_legitimate_pic_operand_p,