Lines Matching defs:elf
19 #include <elf.h>
140 auto elf = ctx->map->GetElf(getpid());
141 if (elf == nullptr) {
142 DFXLOGU("FindUnwindTable elf is null");
145 ret = elf->FindUnwindTableInfo(pc, ctx->map, uti);
176 if (ctx->map != nullptr && ctx->map->elf != nullptr) {
178 if (ctx->map->elf->Read(pos, val, sizeof(uintptr_t))) {
179 DFXLOGU("Read elf mmap pos: %{public}p", (void *)pos);
241 auto elf = ctx->map->GetElf(ctx->pid);
242 if (elf == nullptr) {
243 DFXLOGU("FindUnwindTable elf is null");
246 int ret = elf->FindUnwindTableInfo(pc, ctx->map, uti);