Searched refs:section_64 (Results 1 – 16 of 16) sorted by relevance
/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 | 76 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr() 157 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags() 215 Obj->is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section); in parseSegmentLoadCommand() 497 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() 523 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() 539 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() 590 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() 1966 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() 1968 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64() 1977 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() [all …]
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.h | 194 std::vector<llvm::MachO::section_64> m_mach_sections;
|
D | ObjectFileMachO.cpp | 1101 struct section_64 sect64; in CreateSections()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 331 MachO::section_64 getSection64(DataRefImpl DRI) const; 333 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 209 static MachO::section_64 311 NumSections * sizeof(MachO::section_64); in segmentLoadCommandSize()
|
/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() 721 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in writeObject()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 141 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSectionSizes() 201 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSegmentSizes()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 602 struct section_64 { struct 1057 inline void swapStruct(section_64 §) { in swapStruct()
|
/external/valgrind/coregrind/m_ume/ |
D | macho.c | 67 #define SECTION section_64
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 320 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 77 # define SECTION section_64
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 366 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols() 756 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 845 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 1021 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents() 2093 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer() 2149 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol() 2307 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer() 7321 expected_cmdsize *= sizeof(struct MachO::section_64); in PrintSegmentCommand() 8547 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()
|
/external/google-breakpad/src/client/mac/handler/testcases/testdata/ |
D | dump_syms_i386_breakpad.sym | 3505 FUNC 12736 1d1 0 breakpad_swap_section_64(section_64*, unsigned int, NXByteOrder)
|