Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_mib.c594 #define BUILD_ID_HEADER_LEN 0x10 macro
613 if (sectionlen <= BUILD_ID_HEADER_LEN || in sysctl_build_id()
614 sectionlen > (BUILD_ID_HEADER_LEN + BUILD_ID_HASH_MAXLEN)) { in sysctl_build_id()
618 hashlen = sectionlen - BUILD_ID_HEADER_LEN; in sysctl_build_id()
620 uint8_t c = __build_id_start[i+BUILD_ID_HEADER_LEN]; in sysctl_build_id()