Searched refs:size_of_load_cmds (Results 1 – 3 of 3) sorted by relevance
8 int size_of_load_cmds = in main() local11 (uint8_t *)malloc(sizeof(struct mach_header_64) + size_of_load_cmds); in main()19 mh.sizeofcmds = size_of_load_cmds; in main()
148 uint32_t size_of_load_cmds = 0; in get_uuid_from_binary() local186 size_of_load_cmds = mh.sizeofcmds; in get_uuid_from_binary()205 size_of_load_cmds = mh.sizeofcmds; in get_uuid_from_binary()211 … for (int i = 0; i < num_of_load_cmds && (file_offset - load_cmds_offset) < size_of_load_cmds; i++) in get_uuid_from_binary()
196 uint32_t size_of_load_cmds = 0; in get_uuid_from_binary() local231 size_of_load_cmds = mh.sizeofcmds; in get_uuid_from_binary()249 size_of_load_cmds = mh.sizeofcmds; in get_uuid_from_binary()258 (file_offset - load_cmds_offset) < size_of_load_cmds; in get_uuid_from_binary()