Lines Matching defs:Addend
262 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
380 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
408 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation()
594 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
744 int64_t Addend; in findOPDEntrySection() local
818 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation()
838 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
932 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation()
986 uint32_t Type, int64_t Addend) { in resolveBPFRelocation()
1044 uint32_t Type, int64_t Addend, in resolveRelocation()
1223 int64_t Addend = 0; in processRelocationRef() local
1390 uint32_t Addend = (Opcode & 0x03ffffff) << 2; in processRelocationRef() local
1430 int64_t Addend = (Opcode & 0x0000ffff) << 16; in processRelocationRef() local
1434 int64_t Addend = Value.Addend + SignExtend32<16>(Opcode & 0x0000ffff); in processRelocationRef() local
1894 int64_t Addend) { in processX86_64GOTTPOFFRelocation()
2012 RelocationValueRef Value, int64_t Addend, in processX86_64TLSRelocation()