OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V850_OTHER_SDA
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/elf/
v850.h
52
#define
V850_OTHER_SDA
0x10 /* Symbol had SDA relocations. */
/toolchain/binutils/binutils-2.25/bfd/
elf32-v850.c
120
other =
V850_OTHER_SDA
;
141
#define V850_OTHER_MASK (V850_OTHER_TDA |
V850_OTHER_SDA
| V850_OTHER_ZDA)
159
case
V850_OTHER_SDA
| V850_OTHER_ZDA | V850_OTHER_TDA:
162
case
V850_OTHER_SDA
| V850_OTHER_ZDA:
165
case
V850_OTHER_SDA
| V850_OTHER_TDA:
[
all
...]
Completed in 88 milliseconds