Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c131 const char *NoteName = (const char *)Note + sizeof(ElfW(Nhdr)); in WriteBinaryIdForNote() local
133 memcmp(NoteName, "GNU\0", 4) == 0) { in WriteBinaryIdForNote()
136 (const uint8_t *)(NoteName + RoundUp(Note->n_namesz, 4)); in WriteBinaryIdForNote()