OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_other
(Results
26 - 50
of
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/elfutils/libelf/
abstract.h
118
TYPE_EXTRA (unsigned char
st_other
;) \
119
TYPE_XLATE (tdest->
st_other
= tsrc->
st_other
;) \
127
TYPE_EXTRA (unsigned char
st_other
;) \
128
TYPE_XLATE (tdest->
st_other
= tsrc->
st_other
;) \
gelf_update_sym.c
92
COPY (
st_other
);
/external/elfutils/backends/
ppc64_symbol.c
127
ppc64_check_st_other_bits (unsigned char
st_other
)
129
return (PPC64_LOCAL_ENTRY_OFFSET (
st_other
) != 0);
/external/swiftshader/third_party/LLVM/test/MC/ELF/
rename.s
43
// CHECK-NEXT: ('
st_other
', 0x00)
/frameworks/compile/mclinker/lib/LD/
ELFReader.cpp
78
uint8_t
st_other
= 0x0;
local
89
st_other
= symtab[idx].
st_other
;
119
getSymBinding((st_info >> 4), st_shndx,
st_other
);
125
ResolveInfo::Visibility ld_vis = getSymVisibility(
st_other
);
447
uint8_t
st_other
= 0x0;
local
450
st_other
= entry->
st_other
;
469
result->setBinding(getSymBinding((st_info >> 4), st_shndx,
st_other
));
470
result->setVisibility(getSymVisibility(
st_other
));
578
uint8_t
st_other
= 0x0;
local
941
uint8_t
st_other
= 0x0;
local
[
all
...]
/toolchain/binutils/binutils-2.27/include/elf/
ppc64.h
192
/* The ELFv2 ABI uses three bits in the symbol
st_other
field of a
231
/*
st_other
to number of bytes. */
235
/* number of bytes to
st_other
. */
/prebuilts/go/darwin-x86/src/runtime/
vdso_linux_386.go
14
st_other
byte
vdso_linux_amd64.go
12
st_other
byte
/prebuilts/go/linux-x86/src/runtime/
vdso_linux_386.go
14
st_other
byte
vdso_linux_amd64.go
12
st_other
byte
/toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_internal.h
151
unsigned char
st_other
;
member in struct:elfcpp::internal::Sym_data
160
unsigned char
st_other
;
member in struct:elfcpp::internal::Sym_data
mips.h
433
// Special values for the
st_other
field in the symbol table.
476
elf_st_is_mips16(unsigned char
st_other
)
477
{ return (
st_other
& elfcpp::STO_MIPS16) == elfcpp::STO_MIPS16; }
480
elf_st_is_micromips(unsigned char
st_other
)
481
{ return (
st_other
& elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; }
/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;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h
196
unsigned char
st_other
; // Must be zero; reserved
member in struct:llvm::object::Elf_Sym_Base
205
unsigned char
st_other
; // Must be zero; reserved
member in struct:llvm::object::Elf_Sym_Base
215
using Elf_Sym_Base<ELFT>::
st_other
;
229
/// Access to the STV_xxx flag stored in the first two bits of
st_other
.
234
unsigned char getVisibility() const { return
st_other
& 0x3; }
237
st_other
= (
st_other
& ~0x3) | v;
/prebuilts/clang/host/darwin-x86/clang-4393122/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/darwin-x86/clang-4479392/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/darwin-x86/clang-4579689/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/darwin-x86/clang-4630689/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/darwin-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/darwin-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;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h
196
unsigned char
st_other
; // Must be zero; reserved
member in struct:llvm::object::Elf_Sym_Base
205
unsigned char
st_other
; // Must be zero; reserved
member in struct:llvm::object::Elf_Sym_Base
215
using Elf_Sym_Base<ELFT>::
st_other
;
229
/// Access to the STV_xxx flag stored in the first two bits of
st_other
.
234
unsigned char getVisibility() const { return
st_other
& 0x3; }
237
st_other
= (
st_other
& ~0x3) | v;
/prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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;
Completed in 1200 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>