Home
last modified time | relevance | path

Searched refs:Sect (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp333 Section.Address = Sect.addr; in getSection()
334 Section.Size = Sect.size; in getSection()
335 Section.Offset = Sect.offset; in getSection()
336 Section.Alignment = Sect.align; in getSection()
339 Section.Flags = Sect.flags; in getSection()
345 Section.Address = Sect.addr; in getSection()
346 Section.Size = Sect.size; in getSection()
347 Section.Offset = Sect.offset; in getSection()
348 Section.Alignment = Sect.align; in getSection()
351 Section.Flags = Sect.flags; in getSection()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h51 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) argument
53 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp309 SymbolCache::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument
313 return findFunctionSymbolBySectOffset(Sect, Offset); in findSymbolBySectOffset()
315 return findPublicSymbolBySectOffset(Sect, Offset); in findSymbolBySectOffset()
318 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi)) in findSymbolBySectOffset()
325 if (auto Sym = findFunctionSymbolBySectOffset(Sect, Offset)) in findSymbolBySectOffset()
336 auto Iter = AddressToSymbolId.find({Sect, Offset}); in findFunctionSymbolBySectOffset()
344 if (!Session.moduleIndexForSectOffset(Sect, Offset, Modi)) in findFunctionSymbolBySectOffset()
360 if (Sect == PS.Segment && Offset >= PS.CodeOffset && in findFunctionSymbolBySectOffset()
380 SymbolCache::findPublicSymbolBySectOffset(uint32_t Sect, uint32_t Offset) { in findPublicSymbolBySectOffset() argument
381 auto Iter = AddressToPublicSymId.find({Sect, Offset}); in findPublicSymbolBySectOffset()
[all …]
H A DNativeSession.cpp257 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument
262 return Cache.findSymbolBySectOffset(Sect, Offset, Type); in findSymbolBySectOffset()
403 bool NativeSession::moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset, in moduleIndexForSectOffset() argument
406 auto Iter = AddrToModuleIndex.find(getVAFromSectOffset(Sect, Offset)); in moduleIndexForSectOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp34 for (const object::SectionRef &Sect : Obj.sections()) { in getUUID() local
35 Expected<StringRef> SectNameOrErr = Sect.getName(); in getUUID()
44 Expected<StringRef> E = Sect.getContents(); in getUUID()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h41 uint8_t Sect, uint16_t Desc, Linkage L, Scope S) in NormalizedSymbol()
42 : Name(Name), Value(Value), Type(Type), Sect(Sect), Desc(Desc), L(L), in NormalizedSymbol()
56 uint8_t Sect = 0; member
H A DMachOLinkGraphBuilder.cpp245 uint8_t Sect; in createNormalizedSymbols() local
254 Sect = NL64.n_sect; in createNormalizedSymbols()
262 Sect = NL32.n_sect; in createNormalizedSymbols()
288 if (Sect) in createNormalizedSymbols()
289 dbgs() << static_cast<unsigned>(Sect - 1); in createNormalizedSymbols()
296 if (Sect != 0) { in createNormalizedSymbols()
297 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols()
316 &createNormalizedSymbol(*Name, Value, Type, Sect, Desc, in createNormalizedSymbols()
378 SecIndexToSymbols[NSym.Sect - 1].push_back(&NSym); in graphifyRegularSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h112 std::unique_ptr<PDBSymbol> findFunctionSymbolBySectOffset(uint32_t Sect,
114 std::unique_ptr<PDBSymbol> findPublicSymbolBySectOffset(uint32_t Sect,
171 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, PDB_SymType Type);
H A DNativeSession.h61 std::unique_ptr<PDBSymbol> findSymbolBySectOffset(uint32_t Sect,
114 bool moduleIndexForSectOffset(uint32_t Sect, uint32_t Offset,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp179 return Sect.flags; in getSectionFlags()
182 return Sect.flags; in getSectionFlags()
1938 SectSize = Sect.size; in getSectionSize()
1943 SectSize = Sect.size; in getSectionSize()
1968 Offset = Sect.offset; in getSectionContents()
1969 Size = Sect.size; in getSectionContents()
1973 Size = Sect.size; in getSectionContents()
1983 Align = Sect.align; in getSectionAlignment()
1986 Align = Sect.align; in getSectionAlignment()
2087 Num = Sect.nreloc; in section_rel_end()
[all …]
H A DObject.cpp218 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection() argument
228 *unwrap(Sect) = *SecOrErr; in LLVMMoveToContainingSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp226 static Error emitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, in emitPubSection() argument
228 writeInitialLength(Sect.Format, Sect.Length, OS, IsLittleEndian); in emitPubSection()
229 writeInteger((uint16_t)Sect.Version, OS, IsLittleEndian); in emitPubSection()
230 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection()
231 writeInteger((uint32_t)Sect.UnitSize, OS, IsLittleEndian); in emitPubSection()
232 for (const auto &Entry : Sect.Entries) { in emitPubSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DObject.h165 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Dtodo.txt19 * OTP Extended Responses (Sect. 5.5)
22 RFC 3748 Sect. 4.2
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h50 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, PDB_SymType Type) = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument
227 if (S_OK != Session->findSymbolByAddr(Sect, Offset, EnumVal, &Symbol)) in findSymbolBySectOffset()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc740 #define INSTR_PROF_SECT_START(Sect) \
741 INSTR_PROF_CONCAT(__start_,Sect)
742 #define INSTR_PROF_SECT_STOP(Sect) \
743 INSTR_PROF_CONCAT(__stop_,Sect)
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc740 #define INSTR_PROF_SECT_START(Sect) \
741 INSTR_PROF_CONCAT(__start_,Sect)
742 #define INSTR_PROF_SECT_STOP(Sect) \
743 INSTR_PROF_CONCAT(__stop_,Sect)
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp84 void changeSection(MCSection *Sect, const MCExpr *Subsect) override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1770 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() argument
1776 std::move(Sect)); in AddSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1498 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { in DumpLiteralPointerSection() local
1501 if (Sect == LiteralSections.end()) { in DumpLiteralPointerSection()
1506 uint64_t SectAddress = Sect->getAddress(); in DumpLiteralPointerSection()
1507 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection()
1510 Expected<StringRef> SectNameOrErr = Sect->getName(); in DumpLiteralPointerSection()
1516 DataRefImpl Ref = Sect->getRawDataRefImpl(); in DumpLiteralPointerSection()
1529 StringRef BytesStr = unwrapOrError(Sect->getContents(), O->getFileName()); in DumpLiteralPointerSection()