Home | History | Annotate | Download | only in processor

Lines Matching refs:MemAddr

65   MemAddr address = frame->instruction - frame->module->base_address();
77 MemAddr function_base;
78 MemAddr function_size;
79 MemAddr public_address;
90 MemAddr line_base;
174 StaticRangeMap<MemAddr, Function>(mem_buffer + offsets[map_id++]);
176 StaticAddressMap<MemAddr, PublicSymbol>(mem_buffer + offsets[map_id++]);
179 StaticContainedRangeMap<MemAddr, char>(mem_buffer + offsets[map_id++]);
182 StaticRangeMap<MemAddr, char>(mem_buffer + offsets[map_id++]);
183 cfi_delta_rules_ = StaticMap<MemAddr, char>(mem_buffer + offsets[map_id++]);
190 MemAddr address = frame->instruction - frame->module->base_address();
217 MemAddr function_base, function_size;
231 MemAddr public_address;
243 MemAddr address = frame->instruction - frame->module->base_address();
244 MemAddr initial_base, initial_size;
263 StaticMap<MemAddr, char>::iterator delta =