Lines Matching refs:DyldInfoLoadCmd
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()
2259 getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoLazyBindOpcodes()
2266 if (!DyldInfoLoadCmd) in getDyldInfoExportsTrie()
2270 getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoExportsTrie()