Home
last modified time | relevance | path

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

/external/grub/stage2/
Di386-elf.h134 #define ELF32_ST_INFO(b,t) (((b)<<4)+((t)&0xf)) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.h223 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/elfutils/libelf/
Delf.h441 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/valgrind/main/perf/
Dtinycc.c436 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro