Home
last modified time | relevance | path

Searched defs:ELF32_ST_INFO (Results 1 – 4 of 4) 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.h463 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/musl/include/
Delf.h491 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/elfutils/libelf/
Delf.h576 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro