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 | 95 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr() 240 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags() 575 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() 591 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() 654 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() 2267 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() 2271 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64() 2280 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() 2283 return getStruct<MachO::section_64>(this, Sec); in getSection64() 2409 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
|
/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 | 337 MachO::section_64 getSection64(DataRefImpl DRI) const; 339 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 176 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in WriteSegmentLoadCommand() 247 assert(OS.tell() - Start == (is64Bit() ? sizeof(MachO::section_64) : in WriteSection() 754 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in WriteObject()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 142 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSectionSizes() 209 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSegmentSizes()
|
/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 158 MachO::section_64 Sect = Obj.getSection64(LCI, i); in DumpSegment64Command()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 604 struct section_64 { struct 1062 inline void swapStruct(section_64 §) { in swapStruct()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 308 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
|
/external/valgrind/coregrind/m_ume/ |
D | macho.c | 67 #define SECTION section_64
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 77 # define SECTION section_64
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 388 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols() 791 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 880 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() 1059 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents() 2134 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer() 2196 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol() 2358 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer() 7150 expected_cmdsize *= sizeof(struct MachO::section_64); in PrintSegmentCommand() 8393 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)
|