Home
last modified time | relevance | path

Searched defs:SectionInfo (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/include/unwindstack/
DElfInterface.h45 struct SectionInfo { struct
46 uint64_t offset;
47 uint64_t size;
48 uint64_t flags;
49 int64_t bias;
/system/unwinding/libunwindstack/utils/
DDwarfSectionImplFake.h33 bool Init(const SectionInfo&) override { return false; } in Init()