OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EF_FRV_FDPIC
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/elf/
frv.h
100
#define
EF_FRV_FDPIC
0x00008000 /* -mfdpic */
115
|
EF_FRV_FDPIC
)
/src/external/gpl3/binutils.old/dist/include/elf/
frv.h
100
#define
EF_FRV_FDPIC
0x00008000 /* -mfdpic */
115
|
EF_FRV_FDPIC
)
/src/external/gpl3/gdb/dist/include/elf/
frv.h
100
#define
EF_FRV_FDPIC
0x00008000 /* -mfdpic */
115
|
EF_FRV_FDPIC
)
/src/external/gpl3/gdb.old/dist/include/elf/
frv.h
100
#define
EF_FRV_FDPIC
0x00008000 /* -mfdpic */
115
|
EF_FRV_FDPIC
)
/src/external/gpl3/gdb/dist/gdb/
frv-linux-tdep.c
481
if (elf_flags &
EF_FRV_FDPIC
)
frv-tdep.c
1474
if (elf_flags &
EF_FRV_FDPIC
)
/src/external/gpl3/gdb.old/dist/gdb/
frv-linux-tdep.c
481
if (elf_flags &
EF_FRV_FDPIC
)
frv-tdep.c
1475
if (elf_flags &
EF_FRV_FDPIC
)
/src/external/gpl3/binutils/dist/gas/config/
tc-frv.c
165
# define DEFAULT_FDPIC
EF_FRV_FDPIC
432
frv_flags |=
EF_FRV_FDPIC
;
437
frv_flags &= ~(
EF_FRV_FDPIC
| EF_FRV_PIC
515
return (frv_flags &
EF_FRV_FDPIC
) != 0;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-frv.c
165
# define DEFAULT_FDPIC
EF_FRV_FDPIC
432
frv_flags |=
EF_FRV_FDPIC
;
437
frv_flags &= ~(
EF_FRV_FDPIC
| EF_FRV_PIC
515
return (frv_flags &
EF_FRV_FDPIC
) != 0;
/src/external/gpl3/binutils/dist/bfd/
elf32-frv.c
6292
return (((elf_elfheader (abfd)->e_flags &
EF_FRV_FDPIC
) != 0)
6358
if (new_flags &
EF_FRV_FDPIC
)
6598
if (((new_flags &
EF_FRV_FDPIC
) == 0)
6687
if (flags &
EF_FRV_FDPIC
)
/src/external/gpl3/binutils.old/dist/bfd/
elf32-frv.c
6289
return (((elf_elfheader (abfd)->e_flags &
EF_FRV_FDPIC
) != 0)
6352
if (new_flags &
EF_FRV_FDPIC
)
6592
if (((new_flags &
EF_FRV_FDPIC
) == 0)
6681
if (flags &
EF_FRV_FDPIC
)
/src/external/gpl3/gdb/dist/bfd/
elf32-frv.c
6283
return (((elf_elfheader (abfd)->e_flags &
EF_FRV_FDPIC
) != 0)
6346
if (new_flags &
EF_FRV_FDPIC
)
6586
if (((new_flags &
EF_FRV_FDPIC
) == 0)
6675
if (flags &
EF_FRV_FDPIC
)
/src/external/gpl3/gdb.old/dist/bfd/
elf32-frv.c
6284
return (((elf_elfheader (abfd)->e_flags &
EF_FRV_FDPIC
) != 0)
6347
if (new_flags &
EF_FRV_FDPIC
)
6587
if (((new_flags &
EF_FRV_FDPIC
) == 0)
6676
if (flags &
EF_FRV_FDPIC
)
Completed in 67 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026