Home
last modified time | relevance | path

Searched refs:DyldInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Object/
DMachOObjectFile.cpp2527 MachO::dyld_info_command DyldInfo in getDyldInfoRebaseOpcodes() local
2530 getPtr(this, DyldInfo.rebase_off)); in getDyldInfoRebaseOpcodes()
2531 return ArrayRef<uint8_t>(Ptr, DyldInfo.rebase_size); in getDyldInfoRebaseOpcodes()
2538 MachO::dyld_info_command DyldInfo in getDyldInfoBindOpcodes() local
2541 getPtr(this, DyldInfo.bind_off)); in getDyldInfoBindOpcodes()
2542 return ArrayRef<uint8_t>(Ptr, DyldInfo.bind_size); in getDyldInfoBindOpcodes()
2549 MachO::dyld_info_command DyldInfo in getDyldInfoWeakBindOpcodes() local
2552 getPtr(this, DyldInfo.weak_bind_off)); in getDyldInfoWeakBindOpcodes()
2553 return ArrayRef<uint8_t>(Ptr, DyldInfo.weak_bind_size); in getDyldInfoWeakBindOpcodes()
2560 MachO::dyld_info_command DyldInfo in getDyldInfoLazyBindOpcodes() local
[all …]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8409 MachO::dyld_info_command DyldInfo = Obj->getDyldInfoLoadCommand(Command); in PrintLoadCommands() local
8410 PrintDyldInfoLoadCommand(DyldInfo, Buf.size()); in PrintLoadCommands()