Lines Matching defs:Addend
228 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
283 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
308 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation()
447 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
498 uint32_t Type, int32_t Addend) { in resolveMIPSRelocation()
601 uint32_t Type, int64_t Addend, in resolveMIPS64Relocation()
633 uint32_t Type, int64_t Addend, in evaluateMIPS64Relocation()
848 int64_t Addend = *AddendOrErr; in findOPDEntrySection() local
910 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation()
930 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
1021 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation()
1082 uint32_t Type, int64_t Addend, in resolveRelocation()
1172 int64_t Addend = AddendOrErr ? *AddendOrErr : 0; in processRelocationRef() local
1346 uint32_t Addend = (Opcode & 0x03ffffff) << 2; in processRelocationRef() local
1384 int64_t Addend = (Opcode & 0x0000ffff) << 16; in processRelocationRef() local
1388 int64_t Addend = Value.Addend + SignExtend32<16>(Opcode & 0x0000ffff); in processRelocationRef() local