HomeSort by relevance Sort by last modified time
    Searched refs:st_info (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 829 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
847 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 874 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
892 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 874 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
892 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 874 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
892 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 874 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
892 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 831 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
849 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 829 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
847 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 829 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
847 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 874 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
892 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 874 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
892 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 874 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
892 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 874 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf32_Sym
892 unsigned char st_info; \/\/ Symbol's type and binding attributes member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /bionic/linker/
linker_soinfo.cpp 151 if (ELF_ST_BIND(s->st_info) == STB_GLOBAL ||
152 ELF_ST_BIND(s->st_info) == STB_WEAK) {
154 } else if (ELF_ST_BIND(s->st_info) != STB_LOCAL) {
156 ELF_ST_BIND(s->st_info), si->get_string(s->st_name), si->get_realpath());
640 if (ELF_ST_TYPE(s->st_info) == STT_GNU_IFUNC) {
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 95 Symbol(String name, int st_info, int st_shndx, long st_value, long st_size, int st_other) {
97 this.bind = (st_info >> 4) & 0x0F;
98 this.type = st_info & 0x0F;
843 int st_info; local
849 st_info = readByte();
857 st_info = readByte();
869 Symbol sym = new Symbol(symName, st_info, st_shndx, st_value, st_size, st_other);
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf64.h 204 unsigned char st_info; /* Type and binding information. */ member in struct:__anon5013
211 /* Macros for accessing the fields of st_info. */
215 /* Macro for constructing st_info from field values. */
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf64.h 204 unsigned char st_info; /* Type and binding information. */ member in struct:__anon5092
211 /* Macros for accessing the fields of st_info. */
215 /* Macro for constructing st_info from field values. */
  /external/elfutils/libelf/
nlist.c 191 nl->n_type = GELF_ST_TYPE (found->sym.st_info);
  /external/elfutils/tests/
sectiondump.c 180 GELF_ST_TYPE (sym->st_info));
  /bionic/libc/kernel/uapi/linux/
elf.h 157 unsigned char st_info; member in struct:elf32_sym
163 unsigned char st_info; member in struct:elf64_sym
  /external/kernel-headers/original/uapi/linux/
elf.h 187 unsigned char st_info; member in struct:elf32_sym
194 unsigned char st_info; /* Type and binding attributes */ member in struct:elf64_sym
  /external/swiftshader/third_party/subzero/src/
IceELFSection.h 337 Str.write8(SymInfo.st_info);
349 Str.write8(SymInfo.st_info);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 195 unsigned char st_info; member in struct:elf32_sym
202 unsigned char st_info; /* Type and binding attributes */ member in struct:elf64_sym
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux.go 63 /* How to extract and insert information held in the st_info field. */
215 typ := _ELF_ST_TYPE(sym.st_info)
216 bind := _ELF_ST_BIND(sym.st_info)
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux.go 63 /* How to extract and insert information held in the st_info field. */
215 typ := _ELF_ST_TYPE(sym.st_info)
216 bind := _ELF_ST_BIND(sym.st_info)
  /external/libunwind/src/
elfxx.c 195 GET_SYM_FIELD(ei, sym_offset, &sym, st_info);
198 if (ELF_W (ST_TYPE) (sym.st_info) == STT_FUNC && sym.st_shndx != SHN_UNDEF) {
207 Debug (16, "0x%016lx info=0x%02x\n", (long) val, sym.st_info);
341 if (ELF_W (ST_TYPE) (sym->st_info) == STT_FUNC && sym->st_shndx != SHN_UNDEF) {
349 Debug (16, "0x%016lx info=0x%02x\n", (long) val, sym->st_info);

Completed in 922 milliseconds

1 23 4 5 6 7 8