HomeSort by relevance Sort by last modified time
    Searched refs:section_64 (Results 1 - 18 of 18) sorted by null

  /external/google-breakpad/src/common/mac/
macho_utilities.h 80 void breakpad_swap_section_64(struct section_64 *s,
macho_utilities.cc 74 void breakpad_swap_section_64(struct section_64 *s,
macho_id.cc 308 struct section_64 sec64;
323 offset += sizeof(struct section_64);
  /external/llvm/include/llvm/ObjectYAML/
MachOYAML.h 288 template <> struct MappingTraits<MachO::section_64> {
289 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /external/llvm/lib/Object/
MachOObjectFile.cpp 83 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
164 MachO::section_64 Sect = O->getSection64(Sec);
234 Obj->is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section);
623 MachO::section_64 Sect = getSection64(Sec);
649 MachO::section_64 Sect = getSection64(Sec);
665 MachO::section_64 Sect = getSection64(Sec);
728 MachO::section_64 Sect = getSection64(Sec);
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 134 auto TempSec = constructSection<MachO::section_64>(Sec);
137 sizeof(MachO::section_64));
138 BytesWritten += sizeof(MachO::section_64);
  /external/llvm/include/llvm/Object/
MachO.h 335 MachO::section_64 getSection64(DataRefImpl DRI) const;
337 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 210 static MachO::section_64
312 NumSections * sizeof(MachO::section_64);
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 79 template <> MachOYAML::Section constructSection(MachO::section_64 Sec) {
125 return extractSections<MachO::section_64, MachO::segment_command_64>(
  /external/llvm/lib/MC/
MachObjectWriter.cpp 170 NumSections * (is64Bit() ? sizeof(MachO::section_64) :
211 // struct section_64 (80 bytes)
238 (is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section)));
725 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64):
    [all...]
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 431 void MappingTraits<MachO::section_64>::mapping(IO &IO,
432 MachO::section_64 &Section) {
  /external/llvm/tools/llvm-size/
llvm-size.cpp 227 MachO::section_64 Sec = MachO->getSection64(Load, J);
289 MachO::section_64 Sec = MachO->getSection64(Load, J);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 126 // llvm::MachO::section_64
133 // llvm::MachO::section_64 (mask "flags" with SECTION_TYPE)
153 // llvm::MachO::section_64 (mask "flags" with SECTION_ATTRIBUTES_USR)
163 // llvm::MachO::section_64 (mask "flags" with SECTION_ATTRIBUTES_SYS)
347 struct section_64 { struct in namespace:llvm::MachO
  /external/valgrind/coregrind/m_ume/
macho.c 67 #define SECTION section_64
  /external/llvm/include/llvm/Support/
MachO.h 106 // llvm::MachO::section_64
117 // llvm::MachO::section_64 (mask "flags" with SECTION_TYPE)
178 // llvm::MachO::section_64 (mask "flags" with SECTION_ATTRIBUTES_USR)
200 // llvm::MachO::section_64 (mask "flags" with SECTION_ATTRIBUTES_SYS)
560 struct section_64 { struct
1046 inline void swapStruct(section_64 &sect) {
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 320 MachO::section_64 Sect = Obj->getSection64(Sec);
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 77 # define SECTION section_64
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 407 MachO::section_64 Sec = O->getSection64(Load, J);
810 const MachO::section_64 Sec = O->getSection64(Ref);
904 const MachO::section_64 Sec = O->getSection64(Ref);
    [all...]

Completed in 317 milliseconds