HomeSort by relevance Sort by last modified time
    Searched refs:ELF64_ST_INFO (Results 1 - 17 of 17) sorted by null

  /bionic/tests/
elf_test.cpp 31 info = ELF64_ST_INFO(STB_LOCAL, STT_HIPROC);
41 info = ELF64_ST_INFO(STB_LOCAL, STT_HIPROC);
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 291 ELF64_ST_INFO(STB_GLOBAL, STT_FUNC),
315 ELF64_ST_INFO(STB_GLOBAL, STT_FUNC),
319 ELF64_ST_INFO(STB_LOCAL, STT_FUNC),
323 ELF64_ST_INFO(STB_LOCAL, STT_FUNC),
348 ELF64_ST_INFO(STB_GLOBAL, STT_FUNC),
351 ELF64_ST_INFO(STB_GLOBAL, STT_FUNC),
356 ELF64_ST_INFO(STB_GLOBAL, STT_FILE),
dump_symbols_unittest.cc 144 ELF64_ST_INFO(STB_GLOBAL, STT_FUNC),
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf64.h 216 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf64.h 216 #define ELF64_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
  /external/elfutils/libelf/
gelf.h 132 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
elf.h 468 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]
  /external/syslinux/com32/include/sys/
elfcommon.h 237 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
  /bionic/libc/include/
elf.h 307 #define ELF64_ST_INFO(b,t) ELF_ST_INFO(b,t)
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.cpp 879 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
997 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
    [all...]
  /external/elfutils/src/
xelf.h 254 # define XELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 688 #define ELF64_ST_INFO ELF_ST_INFO
    [all...]
  /external/kmod/port-gnu/
elf.h 467 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 440 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go     [all...]
  /external/valgrind/perf/
tinycc.c 441 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]

Completed in 170 milliseconds