Home
last modified time | relevance | path

Searched defs:Relocation (Results 1 – 25 of 73) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h31 struct Relocation { struct
33 llvm::yaml::Hex32 address;
35 uint32_t symbolnum;
59 std::vector<Relocation> relocations; argument
173 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DCOFFYAML.h57 struct Relocation { struct
61 // Normally a Relocation can refer to the symbol via its name. argument
77 std::vector<Relocation> Relocations; argument
H A DXCOFFYAML.h65 struct Relocation { struct
83 std::vector<Relocation> Relocations; argument
221 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DWasmYAML.h114 struct Relocation { struct
115 RelocType Type;
116 uint32_t Index;
119 yaml::Hex32 Offset;
120 int64_t Addend;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DMachOYAML.h31 struct Relocation { struct
33 llvm::yaml::Hex32 address;
35 uint32_t symbolnum;
59 std::vector<Relocation> relocations; argument
173 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
DCOFFYAML.h58 struct Relocation { struct
62 // Normally a Relocation can refer to the symbol via its name. argument
89 std::vector<Relocation> Relocations; argument
DXCOFFYAML.h65 struct Relocation { struct
83 std::vector<Relocation> Relocations; argument
221 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DMachOYAML.h31 struct Relocation { struct
33 llvm::yaml::Hex32 address;
35 uint32_t symbolnum;
59 std::vector<Relocation> relocations; argument
173 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
DCOFFYAML.h58 struct Relocation { struct
62 // Normally a Relocation can refer to the symbol via its name. argument
89 std::vector<Relocation> Relocations; argument
DXCOFFYAML.h65 struct Relocation { struct
84 std::vector<Relocation> Relocations; argument
225 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DMachOYAML.h31 struct Relocation { struct
33 llvm::yaml::Hex32 address;
35 uint32_t symbolnum;
59 std::vector<Relocation> relocations; argument
173 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
DCOFFYAML.h58 struct Relocation { struct
62 // Normally a Relocation can refer to the symbol via its name. argument
89 std::vector<Relocation> Relocations; argument
DXCOFFYAML.h65 struct Relocation { struct
84 std::vector<Relocation> Relocations; argument
225 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
DWasmYAML.h114 struct Relocation { struct
115 RelocType Type;
116 uint32_t Index;
119 yaml::Hex32 Offset;
120 int64_t Addend;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DMachOYAML.h31 struct Relocation { struct
33 llvm::yaml::Hex32 address;
35 uint32_t symbolnum;
59 std::vector<Relocation> relocations; argument
173 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
DCOFFYAML.h58 struct Relocation { struct
62 // Normally a Relocation can refer to the symbol via its name. argument
89 std::vector<Relocation> Relocations; argument
DXCOFFYAML.h65 struct Relocation { struct
84 std::vector<Relocation> Relocations; argument
225 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Relocation) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dmachine_code.h120 struct Relocation { struct
122 RelocationType type; argument
126 using RelocationList = ArenaVector<Relocation>; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h26 struct Relocation { struct
28 Relocation(const object::coff_relocation &R) : Reloc(R) {} in Relocation() argument
37 std::vector<Relocation> Relocs; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h57 struct Relocation { struct
61 // Normally a Relocation can refer to the symbol via its name. argument
77 std::vector<Relocation> Relocations; argument
H A DELFYAML.h140 Relocation, enumerator
426 struct Relocation { struct
434 std::vector<Relocation> Relocations; argument
H A DWasmYAML.h107 struct Relocation { struct
108 RelocType Type;
109 uint32_t Index;
110 yaml::Hex32 Offset;
111 int32_t Addend;
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h91 Relocation, enumerator
133 struct Relocation { struct
140 std::vector<Relocation> Relocations; argument
H A DCOFFYAML.h49 struct Relocation { struct
59 std::vector<Relocation> Relocations; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.h732 struct Relocation { struct
748 class RelocationSectionBase : public SectionBase { argument

123