Home
last modified time | relevance | path

Searched refs:load_bias (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/debuggerd/libdebuggerd/test/
H A DUnwinderMock.h31 uint64_t load_bias) { in MockAddMap() argument
32 GetMaps()->Add(start, end, offset, flags, name, load_bias); in MockAddMap()
/aosp14/system/core/debuggerd/proto/
H A Dtombstone.proto189 uint64 load_bias = 9;
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp375 if (map.load_bias() != 0) { in print_memory_maps()
376 StringAppendF(&line, " (load bias 0x%" PRIx64 ")", map.load_bias()); in print_memory_maps()