OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isym_sto
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils.old/dist/bfd/
elfnn-riscv.c
5933
unsigned int
isym_sto
= st_other & ~ELF_ST_VISIBILITY (-1);
local
5936
if (
isym_sto
== h_sto)
5939
if (
isym_sto
& ~STO_RISCV_VARIANT_CC)
5941
h->root.root.string,
isym_sto
);
local
5943
if (
isym_sto
& STO_RISCV_VARIANT_CC)
elfnn-aarch64.c
2881
unsigned int
isym_sto
= st_other & ~ELF_ST_VISIBILITY (-1);
local
2884
if (
isym_sto
== h_sto)
2887
if (
isym_sto
& ~STO_AARCH64_VARIANT_PCS)
2890
h->root.root.string,
isym_sto
);
local
2894
if (
isym_sto
& STO_AARCH64_VARIANT_PCS)
/src/external/gpl3/gdb.old/dist/bfd/
elfnn-riscv.c
5698
unsigned int
isym_sto
= st_other & ~ELF_ST_VISIBILITY (-1);
local
5701
if (
isym_sto
== h_sto)
5704
if (
isym_sto
& ~STO_RISCV_VARIANT_CC)
5706
h->root.root.string,
isym_sto
);
local
5708
if (
isym_sto
& STO_RISCV_VARIANT_CC)
elfnn-aarch64.c
2870
unsigned int
isym_sto
= st_other & ~ELF_ST_VISIBILITY (-1);
local
2873
if (
isym_sto
== h_sto)
2876
if (
isym_sto
& ~STO_AARCH64_VARIANT_PCS)
2879
h->root.root.string,
isym_sto
);
local
2883
if (
isym_sto
& STO_AARCH64_VARIANT_PCS)
/src/external/gpl3/gdb/dist/bfd/
elfnn-riscv.c
5939
unsigned int
isym_sto
= st_other & ~ELF_ST_VISIBILITY (-1);
local
5942
if (
isym_sto
== h_sto)
5945
if (
isym_sto
& ~STO_RISCV_VARIANT_CC)
5947
h->root.root.string,
isym_sto
);
local
5949
if (
isym_sto
& STO_RISCV_VARIANT_CC)
elfnn-aarch64.c
2881
unsigned int
isym_sto
= st_other & ~ELF_ST_VISIBILITY (-1);
local
2884
if (
isym_sto
== h_sto)
2887
if (
isym_sto
& ~STO_AARCH64_VARIANT_PCS)
2890
h->root.root.string,
isym_sto
);
local
2894
if (
isym_sto
& STO_AARCH64_VARIANT_PCS)
/src/external/gpl3/binutils/dist/bfd/
elfnn-aarch64.c
2881
unsigned int
isym_sto
= st_other & ~ELF_ST_VISIBILITY (-1);
local
2884
if (
isym_sto
== h_sto)
2887
if (
isym_sto
& ~STO_AARCH64_VARIANT_PCS)
2890
h->root.root.string,
isym_sto
);
local
2894
if (
isym_sto
& STO_AARCH64_VARIANT_PCS)
elfnn-riscv.c
6032
unsigned int
isym_sto
= st_other & ~ELF_ST_VISIBILITY (-1);
local
6035
if (
isym_sto
== h_sto)
6038
if (
isym_sto
& ~STO_RISCV_VARIANT_CC)
6040
h->root.root.string,
isym_sto
);
local
6042
if (
isym_sto
& STO_RISCV_VARIANT_CC)
Completed in 49 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026