OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:howto_table_internal
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elfxx-riscv.c
882
static const reloc_howto_type
howto_table_internal
[] =
variable
1067
else if (r_type < R_RISCV_max + ARRAY_SIZE (
howto_table_internal
))
1068
return &
howto_table_internal
[r_type - R_RISCV_max];
/src/external/gpl3/binutils.old/dist/bfd/
elfxx-riscv.c
882
static reloc_howto_type
howto_table_internal
[] =
variable
1064
else if (r_type < R_RISCV_max + ARRAY_SIZE (
howto_table_internal
))
1065
return &
howto_table_internal
[r_type - R_RISCV_max];
/src/external/gpl3/gdb.old/dist/bfd/
elfxx-riscv.c
882
static reloc_howto_type
howto_table_internal
[] =
variable
1058
else if (r_type < R_RISCV_max + ARRAY_SIZE (
howto_table_internal
))
1059
return &
howto_table_internal
[r_type - R_RISCV_max];
/src/external/gpl3/gdb/dist/bfd/
elfxx-riscv.c
882
static const reloc_howto_type
howto_table_internal
[] =
variable
1064
else if (r_type < R_RISCV_max + ARRAY_SIZE (
howto_table_internal
))
1065
return &
howto_table_internal
[r_type - R_RISCV_max];
Completed in 70 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026