OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:abi_features
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
loongarch-tdep.h
41
struct loongarch_gdbarch_features
abi_features
;
member in struct:loongarch_gdbarch_tdep
riscv-tdep.h
88
struct riscv_gdbarch_features
abi_features
;
member in struct:riscv_gdbarch_tdep
loongarch-tdep.c
1780
struct loongarch_gdbarch_features
abi_features
local
1783
/* If the
ABI_FEATURES
xlen or fputype is 0 then this indicates we got
1786
if (
abi_features
.xlen == 0)
1790
features.fputype =
abi_features
.fputype;
1791
abi_features
= features;
1793
if (
abi_features
.fputype == 0)
1795
features.xlen =
abi_features
.xlen;
1797
abi_features
= features;
1811
if (candidate_tdep->
abi_features
!=
abi_features
)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
loongarch-tdep.h
41
struct loongarch_gdbarch_features
abi_features
;
member in struct:loongarch_gdbarch_tdep
riscv-tdep.h
92
struct riscv_gdbarch_features
abi_features
;
member in struct:riscv_gdbarch_tdep
loongarch-tdep.c
2101
struct loongarch_gdbarch_features
abi_features
local
2104
/* If the
ABI_FEATURES
xlen or fputype is 0 then this indicates we got
2107
if (
abi_features
.xlen == 0)
2111
features.fputype =
abi_features
.fputype;
2112
abi_features
= features;
2114
if (
abi_features
.fputype == 0)
2116
features.xlen =
abi_features
.xlen;
2118
abi_features
= features;
2132
if (candidate_tdep->
abi_features
!=
abi_features
)
[
all
...]
Completed in 16 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026