Home
last modified time | relevance | path

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

/external/syslinux/com32/include/sys/
Delfcommon.h232 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/elfutils/libelf/
Delf.h463 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/kmod/port-gnu/
Delf.h462 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/valgrind/perf/
Dtinycc.c436 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro