Lines Matching refs:greloc
5468 static void greloc(Section *s, Sym *sym, unsigned long addr, int type);
5706 greloc(cur_text_section, sym, ind, R_386_32); in gen_addr32()
5854 greloc(cur_text_section, vtop->sym, in gcall_or_jmp()
6040 greloc(cur_text_section, sym_data, in gfunc_epilog()
6044 greloc(cur_text_section, sym, in gfunc_epilog()
6050 greloc(cur_text_section, sym_data, in gfunc_epilog()
6054 greloc(cur_text_section, sym, in gfunc_epilog()
6078 greloc(cur_text_section, sym, ind-4, R_386_PC32); in gfunc_epilog()
6449 greloc(cur_text_section, sym, in gen_cvt_ftoi()
6462 greloc(cur_text_section, sym, in gen_cvt_ftoi()
6510 greloc(cur_text_section, sym, in gen_bounded_ptr_add()
6982 static void greloc(Section *s, Sym *sym, unsigned long offset, int type) in greloc() function
14036 greloc(sec, vtop->sym, c, R_DATA_32); in init_putv()
14467 greloc(bounds_section, sym, bounds_section->data_offset, R_DATA_32); in decl_initializer_alloc()
16222 greloc(cur_text_section, pe->sym, ind, R_386_32); in gen_expr32()
16239 greloc(cur_text_section, sym, ind, R_386_PC32); in gen_disp32()