Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c317 const char* wrk; in ParseFrame() local
330 if ((wrk=find_pc(frame)) == NULL) { in ParseFrame()
337 wrk = get_next_token(wrk, pc_address, sizeof(pc_address)); in ParseFrame()
343 get_next_token(wrk, module_path, sizeof(module_path)); in ParseFrame()