OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_other
(Results
151 - 175
of
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h
385
unsigned char
st_other
; /* Symbol visibility */
member in struct:__anon62195
393
unsigned char
st_other
; /* Symbol visibility */
member in struct:__anon62196
478
/* How to extract and insert information held in the
st_other
field. */
485
/* Symbol visibility specification encoded in the
st_other
field. */
[
all
...]
/toolchain/binutils/binutils-2.27/bfd/
elf64-sh64.c
[
all
...]
elf32-m32c.c
1036
switch (ELF_ST_VISIBILITY (isym->
st_other
))
1073
"st_info = (%d) %s %s
st_other
= (%d) %s st_shndx = (%d) %s\n",
1081
isym->
st_other
, st_other_str,
[
all
...]
elf64-sparc.c
594
sym.
st_other
= 0;
/art/runtime/
elf.h
1402
unsigned char
st_other
; \/\/ Must be zero; reserved
member in struct:Elf32_Sym
1427
unsigned char
st_other
; \/\/ Must be zero; reserved
member in struct:Elf64_Sym
[
all
...]
elf_file.cc
888
(symbol->
st_other
!= result.first->second->
st_other
) |
[
all
...]
/toolchain/binutils/binutils-2.27/gas/config/
obj-elf.c
247
return elf_symbol (symbol_get_bfdsym (sym))->internal_elf_sym.
st_other
;
489
elfsym->internal_elf_sym.
st_other
&= ~3;
490
elfsym->internal_elf_sym.
st_other
|= visibility;
[
all
...]
/external/llvm/lib/MC/
ELFObjectWriter.cpp
284
write(other); //
st_other
293
write(other); //
st_other
[
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
...]
/toolchain/binutils/binutils-2.27/include/elf/
common.h
691
the
st_other
field. The STV_ defines specify the actual visibility. */
694
/* The remaining bits in the
st_other
field are not currently used.
[
all
...]
/toolchain/binutils/binutils-2.27/ld/
plugin.c
449
elfsym->internal_elf_sym.
st_other
450
= (visibility | (elfsym->internal_elf_sym.
st_other
[
all
...]
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
334
Symbol.
st_other
= Sym.Other;
/external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp
159
Result = SymbolRef::
ST_Other
;
MachOObjectFile.cpp
243
Res = SymbolRef::
ST_Other
;
/external/syslinux/com32/tools/
relocs.c
458
sym_visibility(ELF32_ST_VISIBILITY(sym->
st_other
)),
/external/elfutils/libelf/
elf.h
413
unsigned char
st_other
; /* Symbol visibility */
member in struct:__anon20136
421
unsigned char
st_other
; /* Symbol visibility */
member in struct:__anon20137
506
/* How to extract and insert information held in the
st_other
field. */
513
/* Symbol visibility specification encoded in the
st_other
field. */
[
all
...]
/external/kmod/port-gnu/
elf.h
412
unsigned char
st_other
; /* Symbol visibility */
member in struct:__anon23628
420
unsigned char
st_other
; /* Symbol visibility */
member in struct:__anon23629
505
/* How to extract and insert information held in the
st_other
field. */
512
/* Symbol visibility specification encoded in the
st_other
field. */
[
all
...]
/toolchain/binutils/binutils-2.27/binutils/
readelf.c
[
all
...]
/toolchain/binutils/binutils-2.27/gold/
mips.cc
1021
// (
st_other
& STO_MIPS16) == STO_MIPS16
1030
// (
st_other
& STO_MIPS_ISA) == STO_MICROMIPS
6720
unsigned char
st_other
= sym.get_
st_other
();
local
[
all
...]
/external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp
159
String8(*SymtabF, other); //
st_other
168
String8(*SymtabF, other); //
st_other
[
all
...]
/toolchain/binutils/binutils-2.27/opcodes/
mips-dis.c
[
all
...]
/art/compiler/linker/
elf_builder.h
385
sym.
st_other
= 0;
[
all
...]
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symtab.go
157
// On ppc64 the top three bits of the
st_other
field indicate how
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symtab.go
157
// On ppc64 the top three bits of the
st_other
field indicate how
Completed in 1270 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>