Home
last modified time | relevance | path

Searched refs:lc_note_name (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.cpp103 char lc_note_name[16]; in add_lc_note_kern_ver_str_load_command() local
104 memset(lc_note_name, 0, 16); in add_lc_note_kern_ver_str_load_command()
105 strcpy(lc_note_name, "kern ver str"); 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()
134 char lc_note_name[16]; in add_lc_note_main_bin_spec_load_command() local
135 memset(lc_note_name, 0, 16); in add_lc_note_main_bin_spec_load_command()
136 strcpy(lc_note_name, "main bin spec"); in add_lc_note_main_bin_spec_load_command()
140 loadcmd_data.push_back(lc_note_name[i]); in add_lc_note_main_bin_spec_load_command()
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp87 char lc_note_name[16]; in add_lc_note_kern_ver_str_load_command() local
88 memset (lc_note_name, 0, 16); in add_lc_note_kern_ver_str_load_command()
89 strcpy (lc_note_name, "kern ver str"); 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()