HomeSort by relevance Sort by last modified time
    Searched defs:STB_LOCAL (Results 1 - 25 of 38) sorted by null

1 2

  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 30 STB_LOCAL = 0
42 return self.st_bind == Elf_Sym.STB_LOCAL
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 63 public static final int STB_LOCAL = 0;
94 case STB_LOCAL:
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 68 public static final int STB_LOCAL = 0;
119 case STB_LOCAL:
158 return (bind != STB_LOCAL && shndx == SHN_UNDEF);
163 return (bind != STB_LOCAL && shndx != SHN_UNDEF);
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 101 #define STB_LOCAL 0
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 301 STB_LOCAL = 0
313 return self.st_bind == Elf_Sym.STB_LOCAL
    [all...]
  /external/kernel-headers/original/uapi/linux/
elf.h 119 #define STB_LOCAL 0
  /external/syslinux/com32/include/sys/
elfcommon.h 241 #define STB_LOCAL 0 /* Local symbol */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 127 #define STB_LOCAL 0
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 300 STB_LOCAL = 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 300 STB_LOCAL = 0
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h     [all...]

Completed in 1075 milliseconds

1 2