Searched refs:BUILD_ID_LOG_1 (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c622 #define BUILD_ID_LOG_1 "dso: id=" macro
632 return (sizeof(BUILD_ID_LOG_1) - 1 + id_size +
642 memcpy(buffer, BUILD_ID_LOG_1, sizeof(BUILD_ID_LOG_1) - 1);
643 char *p = buffer + sizeof(BUILD_ID_LOG_1) - 1;

Completed in 83 milliseconds