Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp99 std::vector<uint8_t> loadcmd_data; in add_lc_note_kern_ver_str_load_command() local
101 add_uint32(loadcmd_data, LC_NOTE); // note_command.cmd in add_lc_note_kern_ver_str_load_command()
109 loadcmd_data.push_back(lc_note_name[i]); in add_lc_note_kern_ver_str_load_command()
118 loadcmds.push_back(loadcmd_data); in add_lc_note_kern_ver_str_load_command()
130 std::vector<uint8_t> loadcmd_data; in add_lc_note_main_bin_spec_load_command() local
140 loadcmd_data.push_back(lc_note_name[i]); in add_lc_note_main_bin_spec_load_command()
147 add_uint64(loadcmd_data, in add_lc_note_main_bin_spec_load_command()
150 loadcmds.push_back(loadcmd_data); in add_lc_note_main_bin_spec_load_command()
167 std::vector<uint8_t> loadcmd_data; in add_lc_segment() local
183 loadcmd_data.push_back(*(p + i)); in add_lc_segment()
[all …]
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp83 std::vector<uint8_t> loadcmd_data; in add_lc_note_kern_ver_str_load_command() local
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()
93 loadcmd_data.push_back (lc_note_name[i]); in add_lc_note_kern_ver_str_load_command()
99 add_uint64 (loadcmd_data, current_payload_offset); // note_command.offset in add_lc_note_kern_ver_str_load_command()
100 add_uint64 (loadcmd_data, 4 + ident.size() + 1); // note_command.size in add_lc_note_kern_ver_str_load_command()
102 loadcmds.push_back (loadcmd_data); in add_lc_note_kern_ver_str_load_command()
116 std::vector<uint8_t> loadcmd_data; in add_lc_segment() local
133 loadcmd_data.push_back (*(p + i)); in add_lc_segment()
135 loadcmds.push_back (loadcmd_data); in add_lc_segment()