Home
last modified time | relevance | path

Searched defs:ELF_ST_BIND (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/sys/
HDelf_generic.h84 #define ELF_ST_BIND __ELFN(ST_BIND) macro
/trueos/contrib/libexecinfo/
HDsymtab.c44 #define ELF_ST_BIND(x) ((x) >> 4) macro
/trueos/sys/xen/interface/
HDelfstructs.h495 #define ELF_ST_BIND ELF32_ST_BIND macro
520 #define ELF_ST_BIND ELF64_ST_BIND macro
/trueos/contrib/binutils/include/elf/
HDcommon.h466 #define ELF_ST_BIND(val) (((unsigned int)(val)) >> 4) macro