Home
last modified time | relevance | path

Searched defs:ELF_ST_INFO (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/sys/
H A Delf_generic.h92 #define ELF_ST_INFO __ELFN(ST_INFO) macro
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dsimple-object-elf.c236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dsimple-object-elf.c236 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/dflybsd-src/contrib/gdb-7/include/elf/
H A Dcommon.h642 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro
/dflybsd-src/contrib/binutils-2.27/include/elf/
H A Dcommon.h675 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro
/dflybsd-src/contrib/binutils-2.34/include/elf/
H A Dcommon.h879 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) macro