Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.h227 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/elfutils/0.153/libelf/
Delf.h443 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro
/external/valgrind/main/perf/
Dtinycc.c441 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) macro