| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 311 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 D | InstrProfilingPort.h | 42 #define COMPILER_RT_SECTION(Sect) __declspec(allocate(Sect)) argument 44 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) argument
|
| H A D | InstrProfData.inc | 710 #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 D | DWARFEmitter.cpp | 119 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 D | MachOObjectFile.cpp | 177 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 D | Object.cpp | 102 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection() argument 112 *unwrap(Sect) = *SecOrErr; in LLVMMoveToContainingSection()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFEmitter.h | 36 void EmitPubSection(raw_ostream &OS, const PubSection &Sect,
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | Object.h | 52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | todo.txt | 19 * OTP Extended Responses (Sect. 5.5) 22 RFC 3748 Sect. 4.2
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBSession.h | 51 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset,
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeSession.h | 55 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset,
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 231 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 D | NativeSession.cpp | 117 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, in findSymbolBySectOffset() argument
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 710 #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 D | MCMachOStreamer.cpp | 85 void ChangeSection(MCSection *Sect, const MCExpr *Subsect) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1929 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 D | MachODump.cpp | 1197 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()
|