Home
last modified time | relevance | path

Searched refs:num_of_load_cmds (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp147 uint32_t num_of_load_cmds = 0; in get_uuid_from_binary() local
185 num_of_load_cmds = mh.ncmds; in get_uuid_from_binary()
204 num_of_load_cmds = mh.ncmds; 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.cpp195 uint32_t num_of_load_cmds = 0; in get_uuid_from_binary() local
230 num_of_load_cmds = mh.ncmds; in get_uuid_from_binary()
248 num_of_load_cmds = mh.ncmds; in get_uuid_from_binary()
257 for (int i = 0; i < num_of_load_cmds && in get_uuid_from_binary()