Lines Matching refs:load_command
212 struct load_command *lcp,
1064 struct load_command *lcp; in parse_machfile()
1338 if (offset + sizeof(struct load_command) > cmds_size) { in parse_machfile()
1346 lcp = (struct load_command *)((uintptr_t)addr + offset); in parse_machfile()
1358 lcp->cmdsize < sizeof(struct load_command) || in parse_machfile()
1842 struct load_command *lcp; in check_if_simulator_binary()
1915 if (offset + sizeof(struct load_command) > cmds_size) { in check_if_simulator_binary()
1922 lcp = (struct load_command *)((uintptr_t)addr + offset); in check_if_simulator_binary()
1933 lcp->cmdsize < sizeof(struct load_command) || in check_if_simulator_binary()
2199 struct load_command *lcp, in load_segment()
3815 struct load_command *lcp = (struct load_command *)(addr + offset); in set_code_unprotect()