OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EF_FRV_FDPIC
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/elf/
frv.h
100
#define
EF_FRV_FDPIC
0x00008000 /* -mfdpic */
115
|
EF_FRV_FDPIC
)
/toolchain/binutils/binutils-2.25/gas/config/
tc-frv.c
166
# define DEFAULT_FDPIC
EF_FRV_FDPIC
433
frv_flags |=
EF_FRV_FDPIC
;
438
frv_flags &= ~(
EF_FRV_FDPIC
| EF_FRV_PIC
516
return (frv_flags &
EF_FRV_FDPIC
) != 0;
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elf32-frv.c
[
all
...]
Completed in 3479 milliseconds