HomeSort by relevance Sort by last modified time
    Searched full:st_other (Results 51 - 75 of 291) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELFTypes.h 201 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
210 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
220 using Elf_Sym_Base<ELFT>::st_other;
235 /// Access to the STV_xxx flag stored in the first two bits of st_other.
240 unsigned char getVisibility() const { return st_other & 0x3; }
243 st_other = (st_other & ~0x3) | v;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELFTypes.h 201 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
210 unsigned char st_other; // Must be zero; reserved member in struct:llvm::object::Elf_Sym_Base
220 using Elf_Sym_Base<ELFT>::st_other;
235 /// Access to the STV_xxx flag stored in the first two bits of st_other.
240 unsigned char getVisibility() const { return st_other & 0x3; }
243 st_other = (st_other & ~0x3) | v;
  /external/syslinux/core/fs/pxe/
http_readdir.c 43 uint8_t st_other; /* anything else */ member in struct:machine
47 /* xchar st_xchar st_left st_right st_space st_other */
415 state = sm->st_other;
  /external/elfutils/libelf/
gelf_getsym.c 86 COPY (st_other);
gelf_getsymshndx.c 105 COPY (st_other);
gelf_update_symshndx.c 117 COPY (st_other);
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
merge.s 92 // CHECK-NEXT: ('st_other', 0x00)
relocation.s 120 // CHECK: ('st_other', 0x00)
relocation-386.s 178 // CHECK-NEXT: ('st_other', 0x00)
188 // CHECK-NEXT: ('st_other', 0x00)
  /toolchain/binutils/binutils-2.27/include/elf/
alpha.h 62 /* Special values for the st_other field in the symbol table. */
m68hc11.h 99 /* Special values for the st_other field in the symbol table. These
external.h 160 unsigned char st_other[1]; /* No defined meaning, 0 */ member in struct:__anon4683
167 unsigned char st_other[1]; /* No defined meaning, 0 */ member in struct:__anon4684
  /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
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 201 unsigned char st_other; /* Reserved (not used). */ member in struct:__anon4997
212 /* Macro for accessing the fields of st_other. */
elf64.h 205 unsigned char st_other; /* Reserved (not used). */ member in struct:__anon5013
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:__anon5076
212 /* Macro for accessing the fields of st_other. */
elf64.h 205 unsigned char st_other; /* Reserved (not used). */ member in struct:__anon5092
218 /* Macro for accessing the fields of st_other. */
  /external/elfutils/libebl/
ebl-hooks.h 130 /* Check whether only valid bits are set on the st_other symbol flag.
132 bool EBLHOOK(check_st_other_bits) (unsigned char st_other);
  /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) {
102 this.other = st_other;
847 int st_other; local
850 st_other = readByte();
858 st_other = readByte();
869 Symbol sym = new Symbol(symName, st_info, st_shndx, st_value, st_size, st_other);
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
sh64-dis.c 32 (((elf_symbol_type *) (SYM))->internal_elf_sym.st_other & STO_SH5_ISA32)
484 /* We can make a reasonable guess based on the st_other field of a
490 info->symbols[0])->internal_elf_sym.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
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 196 unsigned char st_other; member in struct:elf32_sym
203 unsigned char st_other; /* No defined meaning, 0 */ member in struct:elf64_sym
  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 28 'ELF_Sym', 'st_name st_value st_size st_info st_other st_shndx')):
  /toolchain/binutils/binutils-2.27/gas/config/
obj-elf.h 123 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_other = (V))

Completed in 1001 milliseconds

1 23 4 5 6 7 8 91011>>