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

1 2 3

  /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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
MachOYAML.h 296 template <> struct MappingTraits<MachO::section_64> {
297 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
MachOYAML.h 296 template <> struct MappingTraits<MachO::section_64> {
297 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
MachOYAML.h 296 template <> struct MappingTraits<MachO::section_64> {
297 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
MachOYAML.h 299 template <> struct MappingTraits<MachO::section_64> {
300 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
MachOYAML.h 299 template <> struct MappingTraits<MachO::section_64> {
300 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
MachOYAML.h 299 template <> struct MappingTraits<MachO::section_64> {
300 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
MachOYAML.h 299 template <> struct MappingTraits<MachO::section_64> {
300 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
MachOYAML.h 296 template <> struct MappingTraits<MachO::section_64> {
297 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
MachOYAML.h 296 template <> struct MappingTraits<MachO::section_64> {
297 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
MachOYAML.h 296 template <> struct MappingTraits<MachO::section_64> {
297 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
MachOYAML.h 299 template <> struct MappingTraits<MachO::section_64> {
300 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
MachOYAML.h 299 template <> struct MappingTraits<MachO::section_64> {
300 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
MachOYAML.h 299 template <> struct MappingTraits<MachO::section_64> {
300 static void mapping(IO &IO, MachO::section_64 &LoadCommand);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
MachOYAML.h 299 template <> struct MappingTraits<MachO::section_64> {
300 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>(
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 442 MachO::section_64 getSection64(DataRefImpl DRI) const;
444 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 442 MachO::section_64 getSection64(DataRefImpl DRI) const;
444 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;

Completed in 1255 milliseconds

1 2 3