Searched refs:DyldInfoLoadCmd (Results 1 – 2 of 2) sorted by relevance
252 DyldInfoLoadCmd(nullptr), UuidLoadCmd(nullptr), in MachOObjectFile()294 if (DyldInfoLoadCmd) { in MachOObjectFile()298 DyldInfoLoadCmd = Load.Ptr; in MachOObjectFile()2524 if (!DyldInfoLoadCmd) in getDyldInfoRebaseOpcodes()2528 = getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoRebaseOpcodes()2535 if (!DyldInfoLoadCmd) in getDyldInfoBindOpcodes()2539 = getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoBindOpcodes()2546 if (!DyldInfoLoadCmd) in getDyldInfoWeakBindOpcodes()2550 = getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoWeakBindOpcodes()2557 if (!DyldInfoLoadCmd) in getDyldInfoLazyBindOpcodes()[all …]
442 const char *DyldInfoLoadCmd; variable