Home
last modified time | relevance | path

Searched refs:size_of_load_commands (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/test/API/macosx/arm-corefile-regctx/
H A Dcreate-arm-corefiles.cpp165 int size_of_load_commands = 0; in main() local
167 size_of_load_commands += lc.size(); in main()
170 sizeof(struct mach_header_64) + size_of_load_commands; in main()
193 mh.sizeofcmds = size_of_load_commands; in main()
/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp271 int size_of_load_commands = 0; in main() local
273 size_of_load_commands += lc.size(); in main()
275 int header_and_load_cmd_room = sizeof (struct mach_header_64) + size_of_load_commands; in main()
292 mh.sizeofcmds = size_of_load_commands; in main()
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp358 int size_of_load_commands = 0; in main()
360 size_of_load_commands += lc.size(); in main()
363 sizeof(struct mach_header_64) + size_of_load_commands; in main()
388 mh.sizeofcmds = size_of_load_commands; in main()
350 int size_of_load_commands = 0; main() local
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/
H A Dcreate-multibin-corefile.cpp404 int size_of_load_commands = 0; in main() local
406 size_of_load_commands += lc.size(); in main()
409 sizeof(struct mach_header_64) + size_of_load_commands; in main()
464 mh.sizeofcmds = size_of_load_commands; in main()