Home
last modified time | relevance | path

Searched refs:OutputSection (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DOutputSection.h21 class OutputSection
24 OutputSection() : m_id(0), m_options(0) {} in OutputSection() function
25 OutputSection(uint32_t identifier) : m_id(identifier), m_options(0) {} in OutputSection() function
26 virtual ~OutputSection() {} in ~OutputSection()
48 class OperationSequenceSection : public OutputSection
51 OperationSequenceSection() : OutputSection() {} in OperationSequenceSection()
52 OperationSequenceSection(uint32_t identifier) : OutputSection(identifier) {} in OperationSequenceSection()
63 class BinaryDataSection : public OutputSection, public Blob
66 BinaryDataSection() : OutputSection(), Blob() {} in BinaryDataSection()
67 BinaryDataSection(uint32_t identifier) : OutputSection(identifier), Blob() {} in BinaryDataSection()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DBootImageGenerator.h44 void addOutputSection(OutputSection * section) { m_sections.push_back(section); } in addOutputSection()
54 typedef std::vector<OutputSection*> section_vector_t;
H A DConversionController.h98OutputSection * convertDataSection(DataSectionContentsASTNode * dataSection, uint32_t sectionID, O…
132 typedef std::vector<OutputSection*> section_vector_t; //!< List of output sections.
H A DEncoreBootImageGenerator.h42 void processSectionOptions(EncoreBootImage::Section * imageSection, OutputSection * modelSection);
H A DEncoreBootImageGenerator.cpp28 OutputSection * section = *it; in generate()
79 …rator::processSectionOptions(EncoreBootImage::Section * imageSection, OutputSection * modelSection) in processSectionOptions()
H A DConversionController.cpp444 OutputSection * outputSection = NULL; in processSections()
507 OutputSection * ConversionController::convertDataSection(DataSectionContentsASTNode * dataSection, … in convertDataSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp76 template <class ELFT> struct OutputSection { struct
89 struct ContentSection : public OutputSection<ELFT> {
201 std::vector<OutputSection<ELFT> *> Sections = {&DynSym, &DynStr, &DynTab, in ELFStubBuilder()
203 const OutputSection<ELFT> *LastSection = Sections.back(); in ELFStubBuilder()
206 for (OutputSection<ELFT> *Sec : Sections) { in ELFStubBuilder()
238 for (OutputSection<ELFT> *Sec : Sections) { in ELFStubBuilder()
329 uint64_t shdrOffset(const OutputSection<ELFT> &Sec) const { in shdrOffset()
333 void writeShdr(uint8_t *Data, const OutputSection<ELFT> &Sec) const { in writeShdr()
/netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/
H A Dproject.pbxproj35 …1880A0FF0C20027E24E /* OutputSection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 020D41860A…
54 …6930A1668680027E24E /* OutputSection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 020D41860A…
190 …F0C20027E24E /* OutputSection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
191 …20027E24E /* OutputSection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
382 020D41860A0FF0C20027E24E /* OutputSection.cpp */,
383 020D41850A0FF0C20027E24E /* OutputSection.h */,
638 020D46930A1668680027E24E /* OutputSection.cpp in Sources */,
705 020D41880A0FF0C20027E24E /* OutputSection.cpp in Sources */,
H A Dcreed.pbxuser150 020D41850A0FF0C20027E24E /* OutputSection.h */ = {
157 020D41860A0FF0C20027E24E /* OutputSection.cpp */ = {
2557 fRef = 020D41860A0FF0C20027E24E /* OutputSection.cpp */;
2558 name = "OutputSection.cpp: 2";
3788 fRef = 020D41850A0FF0C20027E24E /* OutputSection.h */;
3789 name = "OutputSection.h: 21";
/netbsd-src/external/bsd/elftosb/lib/
H A DMakefile26 OutputSection.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/MachO/
H A DBUILD.gn40 "OutputSection.cpp",
/netbsd-src/external/bsd/elftosb/dist/
H A Dmakefile.rules64 OutputSection.o \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2323 MCSection *OutputSection = in emitXXStructorList() local
2326 OutStreamer->SwitchSection(OutputSection); in emitXXStructorList()