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()
855 int64_t Addend; in findOPDEntrySection() local
929 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation()
949 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
1040 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation()
1106 uint32_t Type, int64_t Addend, in resolveRelocation()
1197 int64_t Addend = AddendOrErr ? *AddendOrErr : 0; in processRelocationRef() local
1391 uint32_t Addend = (Opcode & 0x03ffffff) << 2; in processRelocationRef() local
1429 int64_t Addend = (Opcode & 0x0000ffff) << 16; in processRelocationRef() local
1433 int64_t Addend = Value.Addend + SignExtend32<16>(Opcode & 0x0000ffff); in processRelocationRef() local