Home
last modified time | relevance | path

Searched refs:r_value (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h32 int32_t r_value; // the value the item to be relocated is referring variable
43 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } in getAddress()
50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
/freebsd/sys/kern/
H A Dsubr_hints.c131 char r_value[128]; in res_find() local
239 r_resname, r_value); in res_find()
254 if (value && strcmp(value, r_value) != 0) in res_find()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp815 const uint32_t r_value = (r_scattered ? in PrintRelocationEntries() local
844 outs() << format("True 0x%08x", (unsigned int)r_value); in PrintRelocationEntries()
877 (unsigned int)r_value); in PrintRelocationEntries()
2848 uint32_t r_value, pair_r_value, r_type; in SymbolizerGetOpInfo() local
2857 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()
2890 const char *add = GuessSymbolName(r_value, info->AddrMap); in SymbolizerGetOpInfo()
2892 uint32_t offset = value - (r_value - pair_r_value); in SymbolizerGetOpInfo()
2897 op_info->AddSymbol.Value = r_value; in SymbolizerGetOpInfo()
3025 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local
3040 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h993 int32_t r_value; member