Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf.h463 #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