Home
last modified time | relevance | path

Searched refs:size_of_load_cmds (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/unregistered-macho/
H A Dmain.c8 int size_of_load_cmds = in main() local
11 (uint8_t *)malloc(sizeof(struct mach_header_64) + size_of_load_cmds); in main()
19 mh.sizeofcmds = size_of_load_cmds; in main()
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp148 uint32_t size_of_load_cmds = 0; in get_uuid_from_binary() local
186 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()
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp196 uint32_t size_of_load_cmds = 0; in get_uuid_from_binary() local
231 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()