HomeSort by relevance Sort by last modified time
    Searched refs:ELF32_R_INFO (Results 51 - 57 of 57) sorted by null

1 23

  /bionic/libc/include/sys/
exec_elf.h 558 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type))
    [all...]
  /external/elfutils/src/
xelf.h 135 # define XELF_R_INFO(sym, type) ELF32_R_INFO (sym, type)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 525 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 525 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 525 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff))
    [all...]
  /external/elfutils/libelf/
elf.h 535 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff))
    [all...]
  /external/valgrind/main/perf/
tinycc.c 528 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff))
    [all...]

Completed in 995 milliseconds

1 23