Searched refs:OutputSection (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | OutputSection.h | 21 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 D | BootImageGenerator.h | 44 void addOutputSection(OutputSection * section) { m_sections.push_back(section); } in addOutputSection() 54 typedef std::vector<OutputSection*> section_vector_t;
|
| H A D | ConversionController.h | 98 …OutputSection * convertDataSection(DataSectionContentsASTNode * dataSection, uint32_t sectionID, O… 132 typedef std::vector<OutputSection*> section_vector_t; //!< List of output sections.
|
| H A D | EncoreBootImageGenerator.h | 42 void processSectionOptions(EncoreBootImage::Section * imageSection, OutputSection * modelSection);
|
| H A D | EncoreBootImageGenerator.cpp | 28 OutputSection * section = *it; in generate() 79 …rator::processSectionOptions(EncoreBootImage::Section * imageSection, OutputSection * modelSection) in processSectionOptions()
|
| H A D | ConversionController.cpp | 444 OutputSection * outputSection = NULL; in processSections() 507 OutputSection * ConversionController::convertDataSection(DataSectionContentsASTNode * dataSection, … in convertDataSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 76 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 D | project.pbxproj | 35 …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 D | creed.pbxuser | 150 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 D | Makefile | 26 OutputSection.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/MachO/ |
| H A D | BUILD.gn | 40 "OutputSection.cpp",
|
| /netbsd-src/external/bsd/elftosb/dist/ |
| H A D | makefile.rules | 64 OutputSection.o \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2323 MCSection *OutputSection = in emitXXStructorList() local 2326 OutStreamer->SwitchSection(OutputSection); in emitXXStructorList()
|