HomeSort by relevance Sort by last modified time
    Searched refs:ELF64_R_INFO (Results 26 - 28 of 28) sorted by null

12

  /external/elfutils/libelf/
elf.h 526 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 529 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
    [all...]
  /external/valgrind/main/perf/
tinycc.c 532 #define ELF64_R_INFO(sym,type) (((sym) << 32) + (type))
    [all...]

Completed in 1253 milliseconds

12