Searched refs:DyldInfoLoadCmd (Results 1 – 2 of 2) sorted by relevance
268 DyldInfoLoadCmd(nullptr), UuidLoadCmd(nullptr), in MachOObjectFile()351 if (DyldInfoLoadCmd) { in MachOObjectFile()355 DyldInfoLoadCmd = Load.Ptr; in MachOObjectFile()2322 if (!DyldInfoLoadCmd) in getDyldInfoRebaseOpcodes()2326 getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoRebaseOpcodes()2333 if (!DyldInfoLoadCmd) in getDyldInfoBindOpcodes()2337 getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoBindOpcodes()2344 if (!DyldInfoLoadCmd) in getDyldInfoWeakBindOpcodes()2348 getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoWeakBindOpcodes()2355 if (!DyldInfoLoadCmd) in getDyldInfoLazyBindOpcodes()[all …]
465 const char *DyldInfoLoadCmd; variable