Lines Matching refs:load_command
162 struct load_command *lcp,
780 struct load_command *lcp; in parse_machfile()
1054 if (offset + sizeof(struct load_command) > cmds_size) { in parse_machfile()
1062 lcp = (struct load_command *)((uintptr_t)addr + offset); in parse_machfile()
1074 lcp->cmdsize < sizeof(struct load_command) || in parse_machfile()
1558 struct load_command *lcp; in check_if_simulator_binary()
1631 if (offset + sizeof(struct load_command) > cmds_size) { in check_if_simulator_binary()
1638 lcp = (struct load_command *)((uintptr_t)addr + offset); in check_if_simulator_binary()
1649 lcp->cmdsize < sizeof(struct load_command) || in check_if_simulator_binary()
2050 struct load_command *lcp, in load_segment()
3683 struct load_command *lcp = (struct load_command *)(addr + offset); in set_code_unprotect()