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 D | create-empty-corefile.cpp | 88 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 D | create-empty-corefile.cpp | 80 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 D | create-multibin-corefile.cpp | 108 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 D | ObjectFileMachO.h | 250 lldb::addr_t payload_file_offset = 0; member
|