HomeSort by relevance Sort by last modified time
    Searched refs:offset_base (Results 1 - 7 of 7) sorted by null

  /system/extras/perfprofd/quipper/
address_mapper.h 36 // |offset_base| represents the offset within the original region at which the
40 // offset_base=0x10000, then the address 0x5000 maps to an offset of 0x11000
45 const uint64_t offset_base,
83 uint64_t offset_base; member in struct:quipper::AddressMapper::MappedRange
address_mapper.cc 24 const uint64_t offset_base,
30 range.offset_base = offset_base;
85 old_range.offset_base,
89 CHECK(MapWithID(range.real_addr, range.size, id, offset_base, false));
95 old_range.offset_base + gap_before + range.size,
176 *offset = real_addr - iter->real_addr + iter->offset_base;
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 202 offset_base() const function in class:gold::Symbol
205 return this->u_.in_output_segment.offset_base;
904 Segment_offset_base offset_base,
979 Segment_offset_base offset_base; member in struct:gold::Symbol::__anon115894::__anon115897
1232 Symbol::Segment_offset_base offset_base; member in struct:gold::Define_symbol_in_segment
    [all...]
symtab.cc 157 Segment_offset_base offset_base,
162 this->u_.in_output_segment.offset_base = offset_base;
257 Segment_offset_base offset_base,
261 nonvis, offset_base, is_predefined);
547 this->u_.in_output_segment.offset_base = base;
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.cc     [all...]
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc 16958 uint64_t offset_base = CPU::SetPointerTag(UINT64_C(0), tags[o]); local
    [all...]
test-trace-aarch64.cc     [all...]

Completed in 230 milliseconds