Searched refs:add_uint32 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/ |
| H A D | create-empty-corefile.cpp | 46 void add_uint32(std::vector<uint8_t> &buf, uint32_t val) { in add_uint32() function 61 add_uint32(data, LC_THREAD); // thread_command.cmd in lc_thread_load_command() 62 add_uint32(data, in lc_thread_load_command() 73 add_uint32(data, LC_THREAD); // thread_command.cmd in lc_thread_load_command() 74 add_uint32(data, in lc_thread_load_command() 101 add_uint32(loadcmd_data, LC_NOTE); // note_command.cmd in add_lc_note_kern_ver_str_load_command() 120 add_uint32(payload, 1); // kerneL_version_string.version in add_lc_note_kern_ver_str_load_command() 132 add_uint32(loadcmd_data, LC_NOTE); // note_command.cmd in add_lc_note_main_bin_spec_load_command() 153 add_uint32(payload, 2); // version in add_lc_note_main_bin_spec_load_command() 161 add_uint32(payload, 0); // log2_pagesize unspecified in add_lc_note_main_bin_spec_load_command() [all …]
|
| /llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/ |
| H A D | create-empty-corefile.cpp | 37 add_uint32(std::vector<uint8_t> &buf, uint32_t val) in add_uint32() function 49 add_uint32 (data, LC_THREAD); // thread_command.cmd in x86_lc_thread_load_command() 50 add_uint32 (data, 184); // thread_command.cmdsize in x86_lc_thread_load_command() 51 add_uint32 (data, x86_THREAD_STATE64); // thread_command.flavor in x86_lc_thread_load_command() 52 add_uint32 (data, x86_THREAD_STATE64_COUNT); // thread_command.count in x86_lc_thread_load_command() 85 add_uint32 (loadcmd_data, LC_NOTE); // note_command.cmd in add_lc_note_kern_ver_str_load_command() 86 add_uint32 (loadcmd_data, 40); // note_command.cmdsize in add_lc_note_kern_ver_str_load_command() 104 add_uint32 (payload, 1); // kerneL_version_string.version in add_lc_note_kern_ver_str_load_command()
|