Home
last modified time | relevance | path

Searched refs:payload_file_offset (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp88 int payload_file_offset, std::string uuid, uint64_t address) { in add_lc_note_kern_ver_str_load_command() argument
113 uint64_t current_payload_offset = payload.size() + payload_file_offset; in add_lc_note_kern_ver_str_load_command()
128 int payload_file_offset, std::string uuidstr, uint64_t address, in add_lc_note_main_bin_spec_load_command() argument
144 uint64_t current_payload_offset = payload.size() + payload_file_offset; in add_lc_note_main_bin_spec_load_command()
166 std::vector<uint8_t> &payload, int payload_file_offset) { in add_lc_segment() argument
174 seg.fileoff = payload.size() + payload_file_offset; in add_lc_segment()
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/
H A Dcreate-empty-corefile.cpp80 int payload_file_offset, in add_lc_note_kern_ver_str_load_command() argument
97 uint64_t current_payload_offset = payload.size() + payload_file_offset; in add_lc_note_kern_ver_str_load_command()
114 int payload_file_offset) in add_lc_segment() argument
123 seg.fileoff = payload.size() + payload_file_offset; in add_lc_segment()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h240 lldb::addr_t payload_file_offset = 0; member
H A DObjectFileMachO.cpp6699 addrable_bits_lcnote_up->payload_file_offset = file_offset;
6715 all_image_infos_lcnote_up->payload_file_offset = file_offset;
6732 buffer.PutHex64(lcnote->payload_file_offset);
6790 if (core_file.get()->SeekFromStart(lcnote->payload_file_offset) ==