Lines Matching refs:fix_ptr
1002 tc_coff_fix2rtype (fix_ptr) in tc_coff_fix2rtype() argument
1003 fixS *fix_ptr; in tc_coff_fix2rtype()
1005 return fix_ptr->fx_r_type;
1009 tc_reloc_mangle (fix_ptr, intr, base) in tc_reloc_mangle() argument
1010 fixS *fix_ptr; in tc_reloc_mangle()
1017 symbol_ptr = fix_ptr->fx_addsy;
1021 if (fix_ptr->fx_r_type == RELOC_32)
1025 switch (fix_ptr->fx_size)
1039 if (fix_ptr->fx_size == 4)
1042 intr->r_type = fix_ptr->fx_r_type;
1045 intr->r_vaddr = fix_ptr->fx_frag->fr_address + fix_ptr->fx_where + base;
1046 intr->r_offset = fix_ptr->fx_offset;