Home
last modified time | relevance | path

Searched defs:ELF32_ST_INFO (Results 1 – 5 of 5) 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/coreboot/util/cbfstool/
Delf.h409 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/trusty/musl/include/
Delf.h490 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/musl/include/
Delf.h493 #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