Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp311 Section.Address = Sect.addr; in getSection()
312 Section.Size = Sect.size; in getSection()
313 Section.Offset = Sect.offset; in getSection()
314 Section.Alignment = Sect.align; in getSection()
317 Section.Flags = Sect.flags; in getSection()
323 Section.Address = Sect.addr; in getSection()
324 Section.Size = Sect.size; in getSection()
325 Section.Offset = Sect.offset; in getSection()
326 Section.Alignment = Sect.align; in getSection()
329 Section.Flags = Sect.flags; in getSection()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingPort.h42 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) argument
44 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) argument
H A DInstrProfData.inc710 #define INSTR_PROF_SECT_START(Sect) \
711 INSTR_PROF_CONCAT(__start_,Sect)
712 #define INSTR_PROF_SECT_STOP(Sect) \
713 INSTR_PROF_CONCAT(__stop_,Sect)
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp119 const DWARFYAML::PubSection &Sect, in EmitPubSection() argument
121 writeInitialLength(Sect.Length, OS, IsLittleEndian); in EmitPubSection()
122 writeInteger((uint16_t)Sect.Version, OS, IsLittleEndian); in EmitPubSection()
123 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in EmitPubSection()
124 writeInteger((uint32_t)Sect.UnitSize, OS, IsLittleEndian); in EmitPubSection()
125 for (auto Entry : Sect.Entries) { in EmitPubSection()
127 if (Sect.IsGNUStyle) in EmitPubSection()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp177 return Sect.flags; in getSectionFlags()
180 return Sect.flags; in getSectionFlags()
1892 SectSize = Sect.size; in getSectionSize()
1897 SectSize = Sect.size; in getSectionSize()
1917 Offset = Sect.offset; in getSectionContents()
1918 Size = Sect.size; in getSectionContents()
1922 Size = Sect.size; in getSectionContents()
1933 Align = Sect.align; in getSectionAlignment()
1936 Align = Sect.align; in getSectionAlignment()
2025 Num = Sect.nreloc; in section_rel_end()
[all …]
H A DObject.cpp102 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection() argument
112 *unwrap(Sect) = *SecOrErr; in LLVMMoveToContainingSection()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DObject.h52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dtodo.txt19 * OTP Extended Responses (Sect. 5.5)
22 RFC 3748 Sect. 4.2
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h51 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset,
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h55 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp231 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument
236 if (S_OK != Session->findSymbolByAddr(Sect, Offset, EnumVal, &Symbol)) in findSymbolBySectOffset()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp117 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc710 #define INSTR_PROF_SECT_START(Sect) \
711 INSTR_PROF_CONCAT(__start_,Sect)
712 #define INSTR_PROF_SECT_STOP(Sect) \
713 INSTR_PROF_CONCAT(__stop_,Sect)
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCMachOStreamer.cpp85 void ChangeSection(MCSection *Sect, const MCExpr *Subsect) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1929 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() argument
1935 std::move(Sect)); in AddSection()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp1197 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { in DumpLiteralPointerSection() local
1200 if (Sect == LiteralSections.end()) { in DumpLiteralPointerSection()
1205 uint64_t SectAddress = Sect->getAddress(); in DumpLiteralPointerSection()
1206 uint64_t SectSize = Sect->getSize(); in DumpLiteralPointerSection()
1209 Sect->getName(SectName); in DumpLiteralPointerSection()
1210 DataRefImpl Ref = Sect->getRawDataRefImpl(); in DumpLiteralPointerSection()
1224 Sect->getContents(BytesStr); in DumpLiteralPointerSection()