Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrings.c128 static const char *locfmt; variable
290 locfmt = "%7" PRId64 " "; in parse_opt()
295 locfmt = "%7" PRIo64 " "; in parse_opt()
299 locfmt = "%7" PRIx64 " "; in parse_opt()
366 if (unlikely (locfmt != NULL)) in process_chunk_mb()
367 printf (locfmt, (int64_t) to - len - (buf - start)); in process_chunk_mb()
431 if (likely (locfmt != NULL)) in process_chunk()
432 printf (locfmt, (int64_t) to - len - (buf - start)); in process_chunk()