Searched refs:r_value (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachORelocation.h | 32 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 D | subr_hints.c | 131 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 D | MachODump.cpp | 819 const uint32_t r_value = (r_scattered ? in PrintRelocationEntries() local 848 outs() << format("True 0x%08x", (unsigned int)r_value); in PrintRelocationEntries() 881 (unsigned int)r_value); in PrintRelocationEntries() 2844 uint32_t r_value, pair_r_value, r_type; in SymbolizerGetOpInfo() local 2853 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo() 2886 const char *add = GuessSymbolName(r_value, info->AddrMap); in SymbolizerGetOpInfo() 2888 uint32_t offset = value - (r_value - pair_r_value); in SymbolizerGetOpInfo() 2893 op_info->AddSymbol.Value = r_value; in SymbolizerGetOpInfo() 3021 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local 3036 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 993 int32_t r_value; 994 int32_t r_value; global() member
|