HomeSort by: relevance | last modified time | path
    Searched refs:sectionName (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/powerpc/stand/mkbootimage/
pef.h 56 uint32_t sectionName;
mkbootimage.c 623 textHdr.sectionName = sa_htobe32(-1);
636 dataHdr.sectionName = sa_htobe32(-1);
649 ldrHdr.sectionName = sa_htobe32(-1);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
attributes.d 309 auto section(string sectionName)
311 return attribute("section", sectionName);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
macho.d 718 in char* segmentName, in char* sectionName)
725 sectionName);
732 sectionName);
  /src/external/bsd/elftosb/dist/common/
StELFFile.cpp 162 std::string sectionName = getSectionNameAtIndex(header.sh_name);
163 if (inName == sectionName)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 129 // checked entries are to be used with the segmentName(), sectionName() and
141 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset);
148 StringRef SectionName;
176 StringRef sectionName() const;
227 StringRef sectionName() const;
305 Expected<SectionRef> getSection(StringRef SectionName) const;
312 bool isDebugSection(StringRef SectionName) const override;
451 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 919 std::string sectionName() {
1103 ObjCStrGV->setSection(sectionName<ConstantStringSection>());
1328 GV->setSection(sectionName<ProtocolReferenceSection>());
1419 GV->setSection(sectionName<ProtocolSection>());
1481 GV->setSection(sectionName<SelectorSection>());
1589 Cat->setSection(sectionName<CategorySection>());
1608 GetClassVar(clsAlias.first) }, sectionName<ClassAliasSection>());
1615 sectionName<SelectorSection>());
1619 sectionName<CategorySection>());
1622 sectionName<ClassSection>())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 201 std::string sectionName = sectionPrefix.str() + symbolName;
204 sectionName, ELF::SHT_PROGBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC);
  /src/external/bsd/elftosb/dist/elftosb2/
ConversionController.cpp 1127 std::string * sectionName = sectionNode->getSectionName();
1128 GlobMatcher globber(*sectionName);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2002 Expected<SectionRef> MachOObjectFile::getSection(StringRef SectionName) const {
2007 if (*NameOrErr == SectionName)
2038 bool MachOObjectFile::isDebugSection(StringRef SectionName) const {
2039 return SectionName.startswith("__debug") ||
2040 SectionName.startswith("__zdebug") ||
2041 SectionName.startswith("__apple") || SectionName == "__gdb_index" ||
2042 SectionName == "__swift_ast";
3437 StringRef MachORebaseEntry::sectionName() const {
3989 StringRef MachOBindEntry::sectionName() const
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 10324 StringRef SectionName = Entry.sectionName();
10329 SegmentName.str().c_str(), SectionName.str().c_str(),
10368 StringRef SectionName = Entry.sectionName();
10377 << left_justify(SectionName, 18) << " "
10398 StringRef SectionName = Entry.sectionName();
10404 << left_justify(SectionName, 18) << " "
10429 StringRef SectionName = Entry.sectionName()
    [all...]

Completed in 77 milliseconds