OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHF_SH5_ISA32
(Results
1 - 6
of
6
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elf32-sh64-com.c
206
& (
SHF_SH5_ISA32
| SHF_SH5_ISA32_MIXED)) == 0)
215
/* If only the
SHF_SH5_ISA32
bit is set, then we have SHmedia. */
217
& (
SHF_SH5_ISA32
| SHF_SH5_ISA32_MIXED)) ==
SHF_SH5_ISA32
)
elf32-sh64.c
133
/* Set the
SHF_SH5_ISA32
flag for ISA SHmedia code sections, and pass
334
& (
SHF_SH5_ISA32
| SHF_SH5_ISA32_MIXED));
elf64-sh64.c
[
all
...]
elf32-sh.c
521
& (
SHF_SH5_ISA32
| SHF_SH5_ISA32_MIXED))
[
all
...]
/toolchain/binutils/binutils-2.25/include/elf/
sh.h
101
#define
SHF_SH5_ISA32
0x40000000
/toolchain/binutils/binutils-2.25/gas/config/
tc-sh64.c
437
sec_type =
SHF_SH5_ISA32
;
[
all
...]
Completed in 162 milliseconds