OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XTENSA_PROP_ALIGN
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/elf/
xtensa.h
196
#define
XTENSA_PROP_ALIGN
0x00000800
/toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c
738
if ((a->flags &
XTENSA_PROP_ALIGN
) != (b->flags &
XTENSA_PROP_ALIGN
))
739
return ((b->flags &
XTENSA_PROP_ALIGN
)
740
- (a->flags &
XTENSA_PROP_ALIGN
));
742
if ((a->flags &
XTENSA_PROP_ALIGN
)
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c
234
#define
XTENSA_PROP_ALIGN
0x00000800
[
all
...]
Completed in 529 milliseconds