OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:howto_table_std
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
aoutx.h
148
? howto_table_ext :
howto_table_std
) \
177
#define
howto_table_std
NAME (aout, std_howto_table)
macro
214
reloc_howto_type
howto_table_std
[] =
variable
266
#define STD(i, j) case i: return &
howto_table_std
[j]
332
howto_table =
howto_table_std
;
333
size = sizeof (
howto_table_std
) / sizeof (
howto_table_std
[0]);
[
all
...]
hp300hpux.c
689
cache_ptr->howto =
howto_table_std
+ r_length + 4 * r_pcrel;
Completed in 40 milliseconds