Lines Matching defs:Addend
261 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
379 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
407 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation()
589 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
739 int64_t Addend; in findOPDEntrySection() local
813 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation()
833 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
927 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation()
981 uint32_t Type, int64_t Addend) { in resolveBPFRelocation()
1039 uint32_t Type, int64_t Addend, in resolveRelocation()
1218 int64_t Addend = 0; in processRelocationRef() local
1384 uint32_t Addend = (Opcode & 0x03ffffff) << 2; in processRelocationRef() local
1424 int64_t Addend = (Opcode & 0x0000ffff) << 16; in processRelocationRef() local
1428 int64_t Addend = Value.Addend + SignExtend32<16>(Opcode & 0x0000ffff); in processRelocationRef() local
1892 int64_t Addend) { in processX86_64GOTTPOFFRelocation()
2010 RelocationValueRef Value, int64_t Addend, in processX86_64TLSRelocation()