Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/runtime/libprofile/
DPathProfiling.c230 uint32_t headerLocation; in pathProfAtExitHandler() local
234 headerLocation = lseek(outFile, 0, SEEK_CUR); in pathProfAtExitHandler()
254 lseek(outFile, headerLocation, SEEK_SET); in pathProfAtExitHandler()