Searched refs:extract_addend (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | mips.cc | 3767 r_type(_r_type), r_sym(_r_sym), extract_addend(_extract_addend), in reloc_high() 3777 bool extract_addend; member 3964 bool extract_addend, unsigned int r_type) in rel16() argument 3970 Valtype32 addend = (extract_addend ? Bits<16>::sign_extend32(val) in rel16() 3986 bool extract_addend, unsigned int r_type) in rel32() argument 3990 Valtype32 addend = (extract_addend in rel32() 4003 Mips_address addend_a, bool extract_addend, bool cross_mode_jump, in reljalr() argument 4008 Valtype32 addend = extract_addend ? 0 : addend_a; in reljalr() 4037 Mips_address addend_a, bool extract_addend, unsigned int r_type) in relpc32() argument 4041 Valtype32 addend = (extract_addend in relpc32() [all …]
|