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

  /bionic/tests/
elf_test.cpp 26 info = ELF32_ST_INFO(STB_LOCAL, STT_HIPROC);
36 info = ELF32_ST_INFO(STB_LOCAL, STT_HIPROC);
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 121 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC),
145 .D8(ELF32_ST_INFO(STB_GLOBAL, STT_FUNC))
174 .D8(ELF32_ST_INFO(STB_GLOBAL, STT_FUNC))
198 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC),
202 ELF32_ST_INFO(STB_LOCAL, STT_FUNC),
206 ELF32_ST_INFO(STB_LOCAL, STT_FUNC),
231 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC),
234 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC),
239 ELF32_ST_INFO(STB_GLOBAL, STT_FILE),
synth_elf_unittest.cc 136 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC),
139 ELF32_ST_INFO(STB_LOCAL, STT_FUNC),
142 ELF32_ST_INFO(STB_LOCAL, STT_FUNC),
159 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC), // info
166 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), // info
173 ELF32_ST_INFO(STB_LOCAL, STT_FUNC), // info
dump_symbols_unittest.cc 104 ELF32_ST_INFO(STB_GLOBAL, STT_FUNC),
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 210 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 210 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
  /external/syslinux/com32/include/sys/
elfcommon.h 232 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
237 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
  /bionic/libc/include/
elf.h 306 #define ELF32_ST_INFO(b,t) ELF_ST_INFO(b,t)
  /external/compiler-rt/lib/cfi/
cfi.cc 225 assert(p->st_info == ELF32_ST_INFO(STB_GLOBAL, STT_FUNC));
  /external/elfutils/src/
xelf.h 122 # define XELF_ST_INFO(bind, type) ELF32_ST_INFO (bind, type)
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 685 #define ELF32_ST_INFO ELF_ST_INFO
    [all...]
  /external/elfutils/libelf/
elf.h 463 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
468 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]
  /external/kmod/port-gnu/
elf.h 462 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
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 435 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf))
440 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
    [all...]
  /external/valgrind/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...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go     [all...]

Completed in 1054 milliseconds