Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/musl/include/
Delf.h369 #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/elfutils/libelf/
Delf.h572 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro