Home
last modified time | relevance | path

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

/busybox-1.35.0/modutils/
Dmodutils-24.c523 #ifndef ELF64_ST_INFO
524 # define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro