/external/google-breakpad/src/common/mac/ |
D | macho_utilities.h | 80 void breakpad_swap_section_64(struct section_64 *s,
|
D | macho_id.cc | 308 struct section_64 sec64; in WalkerCB() 323 offset += sizeof(struct section_64); in WalkerCB()
|
D | macho_utilities.cc | 74 void breakpad_swap_section_64(struct section_64 *s, in breakpad_swap_section_64()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 83 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr() 164 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags() 234 Obj->is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section); in parseSegmentLoadCommand() 623 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() 649 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() 665 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() 728 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() 2066 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() 2068 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64() 2077 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() [all …]
|
/external/llvm/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 288 template <> struct MappingTraits<MachO::section_64> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 289 static void mapping(IO &IO, MachO::section_64 &LoadCommand); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 299 template <> struct MappingTraits<MachO::section_64> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 300 static void mapping(IO &IO, MachO::section_64 &LoadCommand); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 134 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData() 137 sizeof(MachO::section_64)); in writeLoadCommandData() 138 BytesWritten += sizeof(MachO::section_64); in writeLoadCommandData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 142 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData() 147 sizeof(MachO::section_64)); in writeLoadCommandData() 148 BytesWritten += sizeof(MachO::section_64); in writeLoadCommandData()
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 210 static MachO::section_64 312 NumSections * sizeof(MachO::section_64); in segmentLoadCommandSize()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 335 MachO::section_64 getSection64(DataRefImpl DRI) const; 337 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 170 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in writeSegmentLoadCommand() 238 (is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section))); in writeSection() 725 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in writeObject()
|
/external/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 79 template <> MachOYAML::Section constructSection(MachO::section_64 Sec) { in constructSection() 125 return extractSections<MachO::section_64, MachO::segment_command_64>( in processLoadCommandData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 225 static MachO::section_64 328 NumSections * sizeof(MachO::section_64); in segmentLoadCommandSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 102 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr() 176 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags() 1349 MachO::section_64>( in MachOObjectFile() 1890 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() 1916 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() 1932 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() 2024 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() 4235 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() 4237 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64() 4246 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 84 template <> MachOYAML::Section constructSection(MachO::section_64 Sec) { in constructSection() 130 return extractSections<MachO::section_64, MachO::segment_command_64>( in processLoadCommandData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 188 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in writeSegmentLoadCommand() 255 (is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section))); in writeSection() 754 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in writeObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | MachO.h | 495 MachO::section_64 getSection64(DataRefImpl DRI) const; 497 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
|
/external/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 431 void MappingTraits<MachO::section_64>::mapping(IO &IO, in mapping() 432 MachO::section_64 &Section) { in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 448 void MappingTraits<MachO::section_64>::mapping(IO &IO, in mapping() 449 MachO::section_64 &Section) { in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 237 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes() 299 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 227 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes() 289 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MachO.h | 347 struct section_64 { struct
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 560 struct section_64 { struct 1046 inline void swapStruct(section_64 §) { in swapStruct()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 560 struct section_64 { struct 1054 inline void swapStruct(section_64 §) { in swapStruct()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 565 struct section_64 { struct 1071 inline void swapStruct(section_64 §) { in swapStruct()
|