Home
last modified time | relevance | path

Searched defs:Section (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/sym/
Dsegment.go47 type Section struct { struct
48 Rwx uint8
49 Extnum int16
50 Align int32
51 Name string
52 Vaddr uint64
53 Length uint64
54 Seg *Segment
55 Elfsect interface{} // an *ld.ElfShdr
56 Reloff uint64
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp45 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping()
50 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping()
60 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping()
66 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping()
76 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping()
84 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping()
90 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping()
96 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping()
101 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping()
106 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping()
[all …]
H A DWasmEmitter.cpp157 WasmYAML::DylinkSection &Section) { in writeSectionContent()
169 WasmYAML::LinkingSection &Section) { in writeSectionContent()
256 WasmYAML::NameSection &Section) { in writeSectionContent()
274 WasmYAML::ProducersSection &Section) { in writeSectionContent()
296 WasmYAML::TargetFeaturesSection &Section) { in writeSectionContent()
306 WasmYAML::CustomSection &Section) { in writeSectionContent()
324 WasmYAML::TypeSection &Section) { in writeSectionContent()
344 WasmYAML::ImportSection &Section) { in writeSectionContent()
380 WasmYAML::FunctionSection &Section) { in writeSectionContent()
387 WasmYAML::ExportSection &Section) { in writeSectionContent()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp45 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping()
50 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping()
62 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping()
70 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping()
80 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping()
88 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping()
94 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping()
100 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping()
105 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping()
110 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping()
[all …]
H A DWasmEmitter.cpp163 WasmYAML::DylinkSection &Section) { in writeSectionContent()
186 WasmYAML::LinkingSection &Section) { in writeSectionContent()
271 WasmYAML::NameSection &Section) { in writeSectionContent()
315 WasmYAML::ProducersSection &Section) { in writeSectionContent()
337 WasmYAML::TargetFeaturesSection &Section) { in writeSectionContent()
347 WasmYAML::CustomSection &Section) { in writeSectionContent()
365 WasmYAML::TypeSection &Section) { in writeSectionContent()
385 WasmYAML::ImportSection &Section) { in writeSectionContent()
422 WasmYAML::FunctionSection &Section) { in writeSectionContent()
429 WasmYAML::ExportSection &Section) { in writeSectionContent()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h38 struct Section { struct
59 Section(StringRef SegName, StringRef SectName); argument
63 MachO::SectionType getType() const { in getType() argument
67 bool isVirtualSection() const { in isVirtualSection() argument
91 // Section describes only sections' metadata and where to find the argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp90 struct Section { struct
91 char Name[XCOFF::NameSize];
94 uint32_t Address;
95 uint32_t Size;
96 uint32_t FileOffsetToData;
97 uint32_t FileOffsetToRelocations;
98 uint32_t RelocationCount;
99 int32_t Flags;
101 int16_t Index;
104 const bool IsVirtual;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h30 struct Section { struct
31 char sectname[16];
32 char segname[16];
33 llvm::yaml::Hex64 addr;
34 uint64_t size;
35 llvm::yaml::Hex32 offset;
36 uint32_t align;
37 llvm::yaml::Hex32 reloff;
61 std::vector<Section> Sections; argument
146 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Section) in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DCOFFYAML.h69 struct Section { struct
72 yaml::BinaryRef SectionData; argument
76 Optional<CodeViewYAML::DebugHSection> DebugH; argument
80 Section(); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DCOFFYAML.h80 struct Section { struct
83 yaml::BinaryRef SectionData; argument
87 std::optional<CodeViewYAML::DebugHSection> DebugH; argument
88 std::vector<SectionDataEntry> StructuredData; argument
92 Section(); argument
DMachOYAML.h45 struct Section { struct
46 char sectname[16];
47 char segname[16];
48 llvm::yaml::Hex64 addr;
49 uint64_t size;
50 llvm::yaml::Hex32 offset;
51 uint32_t align;
52 llvm::yaml::Hex32 reloff;
53 uint32_t nreloc;
77 std::vector<Section> Sections; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DCOFFYAML.h80 struct Section { struct
83 yaml::BinaryRef SectionData; argument
87 std::optional<CodeViewYAML::DebugHSection> DebugH; argument
88 std::vector<SectionDataEntry> StructuredData; argument
92 Section(); argument
DMachOYAML.h45 struct Section { struct
46 char sectname[16];
47 char segname[16];
48 llvm::yaml::Hex64 addr;
49 uint64_t size;
50 llvm::yaml::Hex32 offset;
51 uint32_t align;
52 llvm::yaml::Hex32 reloff;
53 uint32_t nreloc;
77 std::vector<Section> Sections; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DCOFFYAML.h80 struct Section { struct
83 yaml::BinaryRef SectionData; argument
87 std::optional<CodeViewYAML::DebugHSection> DebugH; argument
88 std::vector<SectionDataEntry> StructuredData; argument
92 Section(); argument
DMachOYAML.h45 struct Section { struct
46 char sectname[16];
47 char segname[16];
48 llvm::yaml::Hex64 addr;
49 uint64_t size;
50 llvm::yaml::Hex32 offset;
51 uint32_t align;
52 llvm::yaml::Hex32 reloff;
53 uint32_t nreloc;
77 std::vector<Section> Sections; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DCOFFYAML.h80 struct Section { struct
83 yaml::BinaryRef SectionData; argument
87 std::optional<CodeViewYAML::DebugHSection> DebugH; argument
88 std::vector<SectionDataEntry> StructuredData; argument
92 Section(); argument
DMachOYAML.h45 struct Section { struct
46 char sectname[16];
47 char segname[16];
48 llvm::yaml::Hex64 addr;
49 uint64_t size;
50 llvm::yaml::Hex32 offset;
51 uint32_t align;
52 llvm::yaml::Hex32 reloff;
53 uint32_t nreloc;
77 std::vector<Section> Sections; argument
/aosp_15_r20/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h25 struct Section { struct
26 char sectname[16];
27 char segname[16];
28 llvm::yaml::Hex64 addr;
29 uint64_t size;
30 llvm::yaml::Hex32 offset;
54 std::vector<Section> Sections; argument
136 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Section) in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DELFYAML.h72 StringRef Section; member
87 struct Section { struct
88 enum class SectionKind { argument
95 SectionKind Kind; argument
103 Section(SectionKind Kind) : Kind(Kind) {} in Section() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h45 struct Section { struct
46 char sectname[16];
47 char segname[16];
48 llvm::yaml::Hex64 addr;
49 uint64_t size;
50 llvm::yaml::Hex32 offset;
51 uint32_t align;
52 llvm::yaml::Hex32 reloff;
53 uint32_t nreloc;
77 std::vector<Section> Sections; argument
H A DCOFFYAML.h69 struct Section { struct
72 yaml::BinaryRef SectionData; argument
76 std::optional<CodeViewYAML::DebugHSection> DebugH; argument
80 Section(); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h35 struct Section { struct
36 object::coff_section Header;
37 std::vector<Relocation> Relocs;
38 StringRef Name;
39 ssize_t UniqueId;
40 size_t Index;
42 ArrayRef<uint8_t> getContents() const { in getContents()
48 void setContentsRef(ArrayRef<uint8_t> Data) { in setContentsRef()
53 void setOwnedContents(std::vector<uint8_t> &&Data) { in setOwnedContents()
59 void clearContents() { in clearContents()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp63 MCSectionWasm *Section; member
75 MCSection *Section; member
124 MCSectionWasm *Section; member
369 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
408 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
430 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
686 const auto &Section = in getProvisionalValue() local
829 SectionBookkeeping Section; in writeTypeSection() local
855 SectionBookkeeping Section; in writeImportSection() local
897 SectionBookkeeping Section; in writeFunctionSection() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DSpecialCaseList.h132 struct Section { struct
133 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section() argument
134 Section() : Section(std::make_unique<Matcher>()) {} in Section() function
136 std::unique_ptr<Matcher> SectionMatcher; argument
137 SectionEntries Entries; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DSpecialCaseList.h132 struct Section { struct
133 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section() function
134 Section() : Section(std::make_unique<Matcher>()) {} in Section() function
136 std::unique_ptr<Matcher> SectionMatcher; argument
137 SectionEntries Entries; argument

12345678910>>...31