Lines Matching refs:load_command
158 struct load_command *lcp,
772 struct load_command *lcp; in parse_machfile()
1042 if (offset + sizeof(struct load_command) > cmds_size) { in parse_machfile()
1050 lcp = (struct load_command *)((uintptr_t)addr + offset); in parse_machfile()
1062 lcp->cmdsize < sizeof(struct load_command) || in parse_machfile()
1515 struct load_command *lcp; in check_if_simulator_binary()
1588 if (offset + sizeof(struct load_command) > cmds_size) { in check_if_simulator_binary()
1595 lcp = (struct load_command *)((uintptr_t)addr + offset); in check_if_simulator_binary()
1606 lcp->cmdsize < sizeof(struct load_command) || in check_if_simulator_binary()
2019 struct load_command *lcp, in load_segment()
3369 struct load_command *lcp = (struct load_command *)(addr + offset); in set_code_unprotect()