Home
last modified time | relevance | path

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

/llvm-project/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
130 int payload_file_offset, std::string uuidstr, uint64_t address, in add_lc_note_main_bin_spec_load_command() argument
168 std::vector<uint8_t> &payload, int payload_file_offset) { in add_lc_segment() argument
/llvm-project/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()
114 int payload_file_offset) in add_lc_segment()
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/
H A Dcreate-multibin-corefile.cpp108 int payload_file_offset, std::string uuidstr, uint64_t address, in add_lc_note_main_bin_spec_load_command()
147 int payload_file_offset, std::string uuidstr, uint64_t address, in add_lc_note_load_binary_load_command()
183 std::vector<uint8_t> &payload, int payload_file_offset, in add_lc_segment()
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h250 lldb::addr_t payload_file_offset = 0; member