Searched refs:add_uint64 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/ |
| H A D | create-empty-corefile.cpp | 28 add_uint64(std::vector<uint8_t> &buf, uint64_t val) in add_uint64() function 53 add_uint64 (data, 0x0000000000000000); // rax in x86_lc_thread_load_command() 54 add_uint64 (data, 0x0000000000000400); // rbx in x86_lc_thread_load_command() 55 add_uint64 (data, 0x0000000000000000); // rcx in x86_lc_thread_load_command() 56 add_uint64 (data, 0x0000000000000000); // rdx in x86_lc_thread_load_command() 57 add_uint64 (data, 0x0000000000000000); // rdi in x86_lc_thread_load_command() 58 add_uint64 (data, 0x0000000000000000); // rsi in x86_lc_thread_load_command() 59 add_uint64 (data, 0xffffff9246e2ba20); // rbp in x86_lc_thread_load_command() 71 add_uint64 (data, 0x0000000000022222); // cs in x86_lc_thread_load_command() 72 add_uint64 (data, 0x0000000000033333); // fs in x86_lc_thread_load_command() [all …]
|
| /llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/ |
| H A D | create-empty-corefile.cpp | 39 void add_uint64(std::vector<uint8_t> &buf, uint64_t val) { in add_uint64() function 115 add_uint64(loadcmd_data, current_payload_offset); // note_command.offset in add_lc_note_kern_ver_str_load_command() 116 add_uint64(loadcmd_data, 4 + ident.size() + 1); // note_command.size in add_lc_note_kern_ver_str_load_command() 146 add_uint64(loadcmd_data, current_payload_offset); // note_command.offset in add_lc_note_main_bin_spec_load_command() 147 add_uint64(loadcmd_data, in add_lc_note_main_bin_spec_load_command() 155 add_uint64(payload, address); // load address in add_lc_note_main_bin_spec_load_command() 156 add_uint64(payload, slide); // slide in add_lc_note_main_bin_spec_load_command()
|