Searched refs:DyldInfoLoadCmd (Results 1 – 2 of 2) sorted by relevance
232 DyldInfoLoadCmd(nullptr), UuidLoadCmd(nullptr), in MachOObjectFile()284 if (DyldInfoLoadCmd) { in MachOObjectFile()288 DyldInfoLoadCmd = Load.Ptr; in MachOObjectFile()2222 if (!DyldInfoLoadCmd) in getDyldInfoRebaseOpcodes()2226 getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoRebaseOpcodes()2233 if (!DyldInfoLoadCmd) in getDyldInfoBindOpcodes()2237 getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoBindOpcodes()2244 if (!DyldInfoLoadCmd) in getDyldInfoWeakBindOpcodes()2248 getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoWeakBindOpcodes()2255 if (!DyldInfoLoadCmd) in getDyldInfoLazyBindOpcodes()[all …]
461 const char *DyldInfoLoadCmd; variable