Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_maps.cpp47 auto elfMap = std::make_shared<DfxElfMap>(); in Create() local
63 elfMap->begin = begin; in Create()
64 elfMap->end = end; in Create()
65 elfMap->offset = offset; in Create()
66 elfMap->perms = std::string(perms, sizeof(perms)); in Create()
67 PermsToProts(elfMap->perms, elfMap->prots); in Create()
68 TrimAndDupStr(mapBuf.substr(pos), elfMap->path); in Create()
69 if (!elfMap->IsValidPath()) { in Create()
70 elfMap->prots |= PROT_DEVICE_MAP; in Create()
72 return elfMap; in Create()