/external/llvm-project/lld/MachO/ |
D | InputSection.h | 64 return llvm::MachO::isVirtualSection(flags & llvm::MachO::SECTION_TYPE); in isZeroFill() 68 return (flags & llvm::MachO::SECTION_TYPE) == in isThreadLocalVariables()
|
D | MergedOutputSection.cpp | 57 uint8_t sectionFlag = MachO::SECTION_TYPE & inputFlags; in mergeFlags() 58 if (sectionFlag != (MachO::SECTION_TYPE & flags)) in mergeFlags()
|
D | InputSection.cpp | 66 uint32_t type = isec->flags & MachO::SECTION_TYPE; in isCodeSection()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 52 MachO::SECTION_TYPE); in getType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 59 MachO::SECTION_TYPE); in getType()
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 60 MachO::SECTION_TYPE); in getType()
|
/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 283 if ((sec.flags & SECTION_TYPE) != S_ZEROFILL && sec.offset != 0) in WalkerCB() 316 if ((sec64.flags & SECTION_TYPE) != S_ZEROFILL && sec64.offset != 0) in WalkerCB()
|
D | macho_reader.cc | 503 const uint32_t section_type = section.flags & SECTION_TYPE; in WalkSegmentSections()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | Mangling.cpp | 137 if ((SecType & MachO::SECTION_TYPE) == MachO::S_MOD_INIT_FUNC_POINTERS) { in getObjectSymbolInfo()
|
/external/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 263 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 267 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 272 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | Object.h | 70 return static_cast<MachO::SectionType>(Flags & MachO::SECTION_TYPE); in getType()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryReader.cpp | 300 SECTION_TYPE); in readBinary() 343 SECTION_TYPE); in readBinary()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 463 return Flags & MachO::SECTION_TYPE; in getSectionType() 626 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize() 631 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize() 686 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() 694 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS()
|
/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
D | loader.h | 433 #define SECTION_TYPE 0x000000ff /* 256 section types */ macro
|
/external/libabigail/src/ |
D | abg-elf-helpers.cc | 42 return elf_symbol::SECTION_TYPE; in stt_to_elf_symbol_type()
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 158 unsigned SectionType = NSec.Flags & MachO::SECTION_TYPE; in createNormalizedSections()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 142 unsigned SectionType = NSec.Flags & MachO::SECTION_TYPE; in createNormalizedSections()
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1773 return Flags & MachO::SECTION_TYPE; in getSectionType() 1938 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize() 1943 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize() 2022 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() 2030 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() 2049 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1770 return Flags & MachO::SECTION_TYPE; in getSectionType() 1935 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize() 1940 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize() 2019 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() 2027 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() 2039 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOEmitter.cpp | 300 if (MachO::isVirtualSection(Sec.flags & MachO::SECTION_TYPE)) in writeSectionData()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 408 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() 436 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() 811 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection() 814 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection() 905 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection() 908 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection() 1093 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents() 2238 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() 2259 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer() 2294 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol() [all …]
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 89 if (!MachO::isVirtualSection(Sec.flags & MachO::SECTION_TYPE)) in constructSectionCommon()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MachOEmitter.cpp | 306 if (MachO::isVirtualSection(Sec.flags & MachO::SECTION_TYPE)) in writeSectionData()
|