Home
last modified time | relevance | path

Searched refs:Sections (Results 1 – 25 of 1621) sorted by relevance

12345678910>>...65

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h62 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
132 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
142 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
144 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset( in resolveRelocation()
149 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
159 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) - in resolveRelocation()
160 Sections[0].getLoadAddress(); in resolveRelocation()
164 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
172 uint64_t Result = RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
174 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
[all …]
DRuntimeDyldCOFFThumb.h84 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
175 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
187 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
189 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
194 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
203 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()
204 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()
208 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
236 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
240 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
[all …]
DRuntimeDyldCOFFX86_64.h38 for (const SectionEntry &Section : Sections) in getImageBase()
87 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
148 SectionEntry &Section = Sections[SectionID]; in generateRelocationStub()
211 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
273 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress(); in registerEHFrames()
274 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
275 size_t EHFrameSize = Sections[EHFrameSID].getSize(); in registerEHFrames()
DRuntimeDyldMachOARM.h52 auto TargetObjAddr = Sections[SectionID].getObjAddress() + Offset; in isAddrTargetThumb()
56 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
64 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend()
205 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
260 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
261 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
310 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation()
360 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h80 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
143 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
153 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
155 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset( in resolveRelocation()
160 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
170 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) - in resolveRelocation()
171 Sections[0].getLoadAddress(); in resolveRelocation()
175 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
183 uint64_t Result = RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
185 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
[all …]
DRuntimeDyldCOFFThumb.h84 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
187 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
199 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
201 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
206 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
215 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()
216 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()
220 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
248 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
252 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
[all …]
DRuntimeDyldCOFFX86_64.h38 for (const SectionEntry &Section : Sections) in getImageBase()
88 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
148 SectionEntry &Section = Sections[SectionID]; in generateRelocationStub()
211 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
283 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress(); in registerEHFrames()
284 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
285 size_t EHFrameSize = Sections[EHFrameSID].getSize(); in registerEHFrames()
DRuntimeDyldMachOARM.h52 auto TargetObjAddr = Sections[SectionID].getObjAddress() + Offset; in isAddrTargetThumb()
56 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
64 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend()
205 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
260 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
261 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
310 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation()
360 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h63 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
133 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
143 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
145 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset( in resolveRelocation()
153 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
162 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) - in resolveRelocation()
163 Sections[0].getLoadAddress(); in resolveRelocation()
170 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
177 uint64_t Result = RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
179 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
[all …]
DRuntimeDyldCOFFThumb.h62 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef()
143 const auto Section = Sections[RE.SectionID]; in resolveRelocation()
154 RE.Sections.SectionA == static_cast<uint32_t>(-1) in resolveRelocation()
156 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
163 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
171 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()
172 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()
179 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
209 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
216 << " TargetSection: " << RE.Sections.SectionA in resolveRelocation()
[all …]
DRuntimeDyldMachOARM.h38 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend()
117 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
154 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
155 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
192 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation()
235 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation()
DRuntimeDyldCOFFX86_64.h64 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
131 SectionEntry &Section = Sections[SectionID]; in processRelocationRef()
189 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress(); in registerEHFrames()
190 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
191 size_t EHFrameSize = Sections[EHFrameSID].getSize(); in registerEHFrames()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOReader.cpp70 std::vector<std::unique_ptr<Section>> Sections; in extractSections() local
76 Sections.push_back( in extractSections()
79 Sections.push_back( in extractSections()
83 Section &S = *Sections.back(); in extractSections()
113 return std::move(Sections); in extractSections()
126 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local
129 LC.Sections = std::move(*Sections); in readLoadCommands()
131 return Sections.takeError(); in readLoadCommands()
134 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = in readLoadCommands() local
137 LC.Sections = std::move(*Sections); in readLoadCommands()
[all …]
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp62 for (const Section &Sec : Sections) { in markSymbols()
77 Sections.emplace_back(S); in addSections()
83 SectionMap = DenseMap<ssize_t, Section *>(Sections.size()); in updateSections()
85 for (Section &S : Sections) { in updateSections()
105 Sections.erase( in removeSections()
106 std::remove_if(std::begin(Sections), std::end(Sections), in removeSections()
113 std::end(Sections)); in removeSections()
137 for (Section &Sec : Sections) { in truncateSections()
DReader.cpp57 std::vector<Section> Sections; in readSections() local
64 Sections.push_back(Section()); in readSections()
65 Section &S = Sections.back(); in readSections()
80 Obj.addSections(Sections); in readSections()
87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols() local
130 Sections.size()) in readSymbols()
131 Sym.TargetSectionId = Sections[SymRef.getSectionNumber() - 1].UniqueId; in readSymbols()
141 if (Index <= 0 || static_cast<uint32_t>(Index - 1) >= Sections.size()) in readSymbols()
144 Sym.AssociativeComdatTargetSectionId = Sections[Index - 1].UniqueId; in readSymbols()
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DObject.cpp23 Sections.push_back(NewSection); in addSectionWithOwnedContents()
29 Sections.erase( in removeSections()
30 std::remove_if(std::begin(Sections), std::end(Sections), ToRemove), in removeSections()
31 std::end(Sections)); in removeSections()
DReader.cpp21 std::vector<Section> Sections; in create() local
22 Obj->Sections.reserve(WasmObj.getNumSections()); in create()
25 Obj->Sections.push_back( in create()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp101 StringMap<size_t> Sections; in createInternal() local
110 if (!parse(FileOrErr.get().get(), Sections, ParseError)) { in createInternal()
120 StringMap<size_t> Sections; in createInternal() local
121 if (!parse(MB, Sections, Error)) in createInternal()
187 SectionsMap[Section] = Sections.size(); in parse()
188 Sections.emplace_back(std::move(M)); in parse()
191 auto &Entry = Sections[SectionsMap[Section]].Entries[Prefix][Category]; in parse()
212 for (auto &SectionIter : Sections) in inSectionBlame()
/external/llvm-project/llvm/lib/Support/
DSpecialCaseList.cpp101 StringMap<size_t> Sections; in createInternal() local
110 if (!parse(FileOrErr.get().get(), Sections, ParseError)) { in createInternal()
120 StringMap<size_t> Sections; in createInternal() local
121 if (!parse(MB, Sections, Error)) in createInternal()
187 SectionsMap[Section] = Sections.size(); in parse()
188 Sections.emplace_back(std::move(M)); in parse()
191 auto &Entry = Sections[SectionsMap[Section]].Entries[Prefix][Category]; in parse()
212 for (auto &SectionIter : Sections) in inSectionBlame()
/external/llvm-project/llvm/test/tools/llvm-objdump/
Dsection-headers.test11 # WHITESPACE: {{^}}Sections:{{$}}
19 # WHITESPACE-NO-LMA: {{^}}Sections:{{$}}
33 Sections:
57 # NAME-13: Sections:
72 # NAME-14: Sections:
85 Sections:
99 Sections:
139 Sections:
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dshared-strtab-shstrtab.s22 # BASIC: Sections [
33 # SECTION-RENAME: Sections [
44 # SYMBOL-RENAME: Sections [
55 # SECTION-REMOVE: Sections [
65 # SYMBOL-REMOVE: Sections [
75 # SECTION-ADD: Sections [
87 # SYMBOL-ADD: Sections [
99 # STRIP-ALL: Sections [
/external/llvm-project/lld/test/ELF/
Dmips-fp-flags-err.test40 Sections:
59 Sections:
78 Sections:
97 Sections:
116 Sections:
135 Sections:
154 Sections:
/external/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.cpp57 ArrayRef<std::string> Sections) { in getSectionRefsByNameOrIndex() argument
62 for (StringRef Section : Sections) { in getSectionRefsByNameOrIndex()
99 ArrayRef<std::string> Sections) { in printSectionsAsString() argument
102 getSectionRefsByNameOrIndex(Obj, Sections)) { in printSectionsAsString()
133 ArrayRef<std::string> Sections) { in printSectionsAsHex() argument
136 getSectionRefsByNameOrIndex(Obj, Sections)) { in printSectionsAsHex()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h797 std::unique_ptr<Section> Sec(new Section(Name, Prot, Sections.size())); in createSection()
798 Sections.push_back(std::move(Sec)); in createSection()
799 return *Sections.back(); in createSection()
904 return make_range(section_iterator(Sections.begin()), in sections()
905 section_iterator(Sections.end())); in sections()
918 return make_range(block_iterator(Sections.begin(), Sections.end()), in blocks()
919 block_iterator(Sections.end(), Sections.end())); in blocks()
923 return make_range(const_block_iterator(Sections.begin(), Sections.end()), in blocks()
924 const_block_iterator(Sections.end(), Sections.end())); in blocks()
936 return make_range(defined_symbol_iterator(Sections.begin(), Sections.end()), in defined_symbols()
[all …]
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h817 std::unique_ptr<Section> Sec(new Section(Name, Prot, Sections.size())); in createSection()
818 Sections.push_back(std::move(Sec)); in createSection()
819 return *Sections.back(); in createSection()
924 return make_range(section_iterator(Sections.begin()), in sections()
925 section_iterator(Sections.end())); in sections()
938 return make_range(block_iterator(Sections.begin(), Sections.end()), in blocks()
939 block_iterator(Sections.end(), Sections.end())); in blocks()
943 return make_range(const_block_iterator(Sections.begin(), Sections.end()), in blocks()
944 const_block_iterator(Sections.end(), Sections.end())); in blocks()
956 return make_range(defined_symbol_iterator(Sections.begin(), Sections.end()), in defined_symbols()
[all …]

12345678910>>...65