HomeSort by relevance Sort by last modified time
    Searched defs:st_other (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFTypes.h 172 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
181 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
191 using Elf_Sym_Base<ELFT>::st_other;
206 /// Access to the STV_xxx flag stored in the first two bits of st_other.
211 unsigned char getVisibility() const { return st_other & 0x3; }
214 st_other = (st_other & ~0x3) | v;
  /external/llvm/include/llvm/Object/
ELFTypes.h 197 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
206 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
216 using Elf_Sym_Base<ELFT>::st_other;
230 /// Access to the STV_xxx flag stored in the first two bits of st_other.
235 unsigned char getVisibility() const { return st_other & 0x3; }
238 st_other = (st_other & ~0x3) | v;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 201 unsigned char st_other; /* Reserved (not used). */ member in struct:__anon5977
212 /* Macro for accessing the fields of st_other. */
elf64.h 205 unsigned char st_other; /* Reserved (not used). */ member in struct:__anon5993
218 /* Macro for accessing the fields of st_other. */
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 201 unsigned char st_other; /* Reserved (not used). */ member in struct:__anon6056
212 /* Macro for accessing the fields of st_other. */
elf64.h 205 unsigned char st_other; /* Reserved (not used). */ member in struct:__anon6072
218 /* Macro for accessing the fields of st_other. */
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 380 int st_other = readByte(); local
388 int st_other = readByte(); local
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReadElf.java 380 int st_other = readByte(); local
388 int st_other = readByte(); local
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 150 unsigned char st_other; // Must be zero; reserved member in struct:__anon40654::Elf_Sym_Base
159 unsigned char st_other; // Must be zero; reserved member in struct:__anon40654::Elf_Sym_Base
622 Result = SymbolRef::ST_Other;
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 158 unsigned char st_other; member in struct:elf32_sym
164 unsigned char st_other; member in struct:elf64_sym
  /external/kernel-headers/original/uapi/linux/
elf.h 188 unsigned char st_other; member in struct:elf32_sym
195 unsigned char st_other; /* No defined meaning, 0 */ member in struct:elf64_sym
  /external/u-boot/include/
elf.h 359 unsigned char st_other; /* 0 - no defined meaning */ member in struct:__anon47682
395 /* Symbol visibility - ELF32_ST_VISIBILITY - st_other */
  /external/llvm/include/llvm/Support/
ELF.h 388 // Special values for the st_other field in the symbol table entry for PPC64.
534 // Special values for the st_other field in the symbol table entry for MIPS.
825 unsigned char st_other; \/\/ Must be zero; reserved member in struct:llvm::ELF::Elf32_Sym
843 unsigned char st_other; \/\/ Must be zero; reserved member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 388 // Special values for the st_other field in the symbol table entry for PPC64.
549 // Special values for the st_other field in the symbol table entry for MIPS.
948 unsigned char st_other; \/\/ Must be zero; reserved member in struct:llvm::ELF::Elf32_Sym
966 unsigned char st_other; \/\/ Must be zero; reserved member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 387 // Special values for the st_other field in the symbol table entry for PPC64.
525 // Special values for the st_other field in the symbol table entry for MIPS.
829 unsigned char st_other; \/\/ Must be zero; reserved member in struct:llvm::ELF::Elf32_Sym
847 unsigned char st_other; \/\/ Must be zero; reserved member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 812 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf32_Sym
830 unsigned char st_other; // Must be zero; reserved member in struct:llvm::ELF::Elf64_Sym
    [all...]
  /external/kmod/port-gnu/
elf.h 412 unsigned char st_other; /* Symbol visibility */ member in struct:__anon26377
420 unsigned char st_other; /* Symbol visibility */ member in struct:__anon26378
505 /* How to extract and insert information held in the st_other field. */
512 /* Symbol visibility specification encoded in the st_other field. */
    [all...]
  /external/elfutils/libelf/
elf.h 524 unsigned char st_other; /* Symbol visibility */ member in struct:__anon21899
532 unsigned char st_other; /* Symbol visibility */ member in struct:__anon21900
617 /* How to extract and insert information held in the st_other field. */
624 /* Symbol visibility specification encoded in the st_other field. */
    [all...]

Completed in 612 milliseconds