Home
last modified time | relevance | path

Searched refs:segment_vmaddr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c142 uint64_t segment_vmaddr = 0; in scan_macho_load_commands() local
151 segment_vmaddr = seg.vmaddr; in scan_macho_load_commands()
165 segment_vmaddr = seg.vmaddr; in scan_macho_load_commands()
173 baton->text_segment_vmaddr = segment_vmaddr; in scan_macho_load_commands()
233 linkedit_segment_vmaddr = segment_vmaddr; in scan_macho_load_commands()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6256 struct segment_vmaddr {
6261 segment_vmaddr() {
6266 segment_vmaddr(const segment_vmaddr &rhs) {
6344 std::vector<std::vector<segment_vmaddr>> modules_segment_vmaddrs;
6350 std::vector<segment_vmaddr> segment_vmaddrs;
6358 segment_vmaddr seg_vmaddr;
6378 modules_segment_vmaddrs[i].size() * sizeof(segment_vmaddr);
6435 current_segaddrs_offset += ent.segment_count * sizeof(segment_vmaddr);
6444 for (struct segment_vmaddr segvm : modules_segment_vmaddrs[i]) {