Lines Matching defs:tombstone
1024 std::optional<uint64_t> tombstone;
1027 tombstone = 1;
1029 tombstone = UINT64_MAX; // tombstone value
1031 tombstone = 0;
1035 tombstone = patAndValue.second;
1060 if (!ds && tombstone) {
1061 val = *tombstone;
1076 if (tombstone && (expr == R_ABS || expr == R_DTPREL)) {
1078 // folded section symbols) to a tombstone value. Resolving to addend is
1083 // To address the problems, we use -1 as a tombstone value for most
1090 // Negative values are invalid, so -1 can be used as the tombstone value.
1102 // TODO To reduce disruption, we use 0 instead of -1 as the tombstone
1106 uint64_t value = SignExtend64<bits>(*tombstone);
1179 // locations with tombstone values.