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

12

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
exec_elf.h 315 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf))
566 #define ELF_ST_INFO ELF32_ST_INFO
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 315 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf))
566 #define ELF_ST_INFO ELF32_ST_INFO
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 315 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf))
566 #define ELF_ST_INFO ELF32_ST_INFO
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h 315 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf))
566 #define ELF_ST_INFO ELF32_ST_INFO
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
exec_elf.h 315 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf))
566 #define ELF_ST_INFO ELF32_ST_INFO
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
exec_elf.h 315 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf))
566 #define ELF_ST_INFO ELF32_ST_INFO
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
exec_elf.h 315 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf))
566 #define ELF_ST_INFO ELF32_ST_INFO
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
exec_elf.h 315 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf))
566 #define ELF_ST_INFO ELF32_ST_INFO
  /bionic/libc/include/sys/
exec_elf.h     [all...]
  /external/elfutils/libelf/
elf.h 441 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
446 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 431 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
436 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 431 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
436 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 431 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
436 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]
  /external/valgrind/main/perf/
tinycc.c 436 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
441 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]

Completed in 652 milliseconds

12