Searched refs:loadcmd_data (Results 1 – 2 of 2) sorted by relevance
99 std::vector<uint8_t> loadcmd_data; in add_lc_note_kern_ver_str_load_command() local101 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() local140 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() local183 loadcmd_data.push_back(*(p + i)); in add_lc_segment()[all …]
83 std::vector<uint8_t> loadcmd_data; in add_lc_note_kern_ver_str_load_command() local85 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() local133 loadcmd_data.push_back (*(p + i)); in add_lc_segment()135 loadcmds.push_back (loadcmd_data); in add_lc_segment()