Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6234 struct segment_vmaddr {
6239 segment_vmaddr() {
6244 segment_vmaddr(const segment_vmaddr &rhs) {
6322 std::vector<std::vector<segment_vmaddr>> modules_segment_vmaddrs;
6328 std::vector<segment_vmaddr> segment_vmaddrs;
6336 segment_vmaddr seg_vmaddr;
6350 modules_segment_vmaddrs[i].size() * sizeof(segment_vmaddr);
6407 current_segaddrs_offset += ent.segment_count * sizeof(segment_vmaddr);
6416 for (struct segment_vmaddr segvm : modules_segment_vmaddrs[i]) {