OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:howto_table_ext
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
aout-cris.c
248
cache_ptr->howto =
howto_table_ext
+ r_type;
aoutx.h
148
?
howto_table_ext
: howto_table_std) \
176
#define
howto_table_ext
NAME (aout, ext_howto_table)
macro
179
reloc_howto_type
howto_table_ext
[] =
variable
265
#define EXT(i, j) case i: return &
howto_table_ext
[j]
327
howto_table =
howto_table_ext
;
328
size = sizeof (
howto_table_ext
) / sizeof (
howto_table_ext
[0]);
[
all
...]
Completed in 338 milliseconds