HomeSort by relevance Sort by last modified time
    Searched defs:ELF32_ST_INFO (Results 1 - 3 of 3) sorted by null

  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 315 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf))
566 #define ELF_ST_INFO ELF32_ST_INFO
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 223 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
  /external/elfutils/0.153/libelf/
elf.h 438 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
443 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]

Completed in 1783 milliseconds