OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_other
(Results
76 - 100
of
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.27/gold/testsuite/
testfile.cc
391
//
st_other
571
//
st_other
750
//
st_other
933
//
st_other
/toolchain/binutils/binutils-2.27/include/elf/
sh.h
98
/* Flags for the
st_other
symbol field.
v850.h
51
/* Flags for the
st_other
field. */
/external/swiftshader/third_party/subzero/src/
IceELFSection.h
338
Str.write8(SymInfo.
st_other
);
350
Str.write8(SymInfo.
st_other
);
/external/elfutils/tests/
asm-tst3.c
296
if (sym->
st_other
!= 0)
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp
176
// the
st_other
bits encoding the local entry point offset.
/toolchain/binutils/binutils-2.27/elfcpp/
powerpc.h
233
// The ELFv2 ABI uses three bits in the symbol
st_other
field of a
/toolchain/binutils/binutils-2.27/gas/config/
tc-sh64.h
142
/* We need to mark this symbol as a BranchTarget; setting
st_other
for it
/toolchain/binutils/binutils-2.27/bfd/
elf32-sh64.c
739
/* Merge non visibility
st_other
attribute when the symbol comes from
747
if ((isym->
st_other
& ~ELF_ST_VISIBILITY (-1)) != 0)
752
other = (definition ? isym->
st_other
: h->other);
elf32-m68hc1x.c
192
if (sym->
st_other
& STO_M68HC12_FAR)
215
/* Merge non-visibility
st_other
attributes, STO_M68HC12_FAR and
225
h->other = ((isym->
st_other
& ~ELF_ST_VISIBILITY (-1))
464
is_far = (sym && (sym->
st_other
& STO_M68HC12_FAR));
982
is_far = (sym && (sym->
st_other
& STO_M68HC12_FAR));
[
all
...]
elflink.c
480
DSO. However, if ld.so honors
st_other
in the dynamic table,
924
/* Merge
st_other
field. */
933
/* If
st_other
has a processor-specific meaning, specific
941
unsigned symvis = ELF_ST_VISIBILITY (isym->
st_other
);
945
of the
st_other
field to elf_backend_merge_symbol_attribute. */
950
&& ELF_ST_VISIBILITY (isym->
st_other
) != STV_DEFAULT
7319
unsigned char
st_other
; \/* Visibilty, and target specific *\/
member in struct:elf_symbuf_symbol
[
all
...]
/external/elfutils/libelf/
gelf.h
134
/* How to extract information held in the
st_other
field. */
/external/swiftshader/third_party/LLVM/test/Scripts/
elf-dump
111
print " ('
st_other
', %s)" % common_dump.HexDump(f.read8())
/external/elfutils/libebl/
eblopenbackend.c
188
static bool default_check_st_other_bits (unsigned char
st_other
);
692
default_check_st_other_bits (unsigned char
st_other
__attribute__ ((unused)))
libebl.h
163
/* Check whether only valid bits are set on the
st_other
symbol flag. */
164
extern bool ebl_check_st_other_bits (Ebl *ebl, unsigned char
st_other
);
/external/elfutils/src/
elfcmp.c
370
|| sym1->
st_other
!= sym2->
st_other
/toolchain/binutils/binutils-2.27/gold/
symtab.h
268
// Return the non-visibility part of the
st_other
field.
273
// Set the non-visibility part of the
st_other
field.
1027
// Rest of symbol
st_other
field (bits 10 to 15).
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp
150
unsigned char
st_other
; // Must be zero; reserved
member in struct:__anon36086::Elf_Sym_Base
159
unsigned char
st_other
; // Must be zero; reserved
member in struct:__anon36086::Elf_Sym_Base
622
Result = SymbolRef::
ST_Other
;
[
all
...]
/bionic/linker/
linker_mips.cpp
167
ElfW(Word) st_visibility = (local_sym->
st_other
& 0x3);
/external/elfutils/libasm/
asm_end.c
199
syment.
st_other
= 0;
/external/llvm/include/llvm/Object/
ObjectFile.h
127
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/llvm/tools/obj2yaml/
elf2yaml.cpp
180
S.Other = Sym->
st_other
;
/external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h
97
ST_Other
/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
...]
Completed in 1026 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>