Home
last modified time | relevance | path

Searched defs:OutputSection (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp76 template <class ELFT> struct OutputSection { struct
77 using Elf_Shdr = typename ELFT::Shdr;
78 std::string Name;
79 Elf_Shdr Shdr;
80 uint64_t Addr;
81 uint64_t Offset;
82 uint64_t Size;
83 uint64_t Align;
84 uint32_t Index;
85 bool NoBits = true;
/netbsd-src/external/bsd/elftosb/dist/common/
H A DOutputSection.h24 OutputSection() : m_id(0), m_options(0) {} in OutputSection() function
25 OutputSection(uint32_t identifier) : m_id(identifier), m_options(0) {} in OutputSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2323 MCSection *OutputSection = in emitXXStructorList() local