Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c112 const char *NoteName = (const char *)Note + sizeof(ElfW(Nhdr)); in WriteBinaryIdForNote() local
114 memcmp(NoteName, "GNU\0", 4) == 0) { in WriteBinaryIdForNote()
117 (const uint8_t *)(NoteName + RoundUp(Note->n_namesz, 4)); in WriteBinaryIdForNote()