HomeSort by: relevance | last modified time | path
    Searched refs:EF_SH_FDPIC (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/elf/
sh.h 96 #define EF_SH_FDPIC 0x8000 /* Uses the FDPIC ABI. */
  /src/external/gpl3/binutils.old/dist/include/elf/
sh.h 96 #define EF_SH_FDPIC 0x8000 /* Uses the FDPIC ABI. */
  /src/external/gpl3/gdb/dist/include/elf/
sh.h 96 #define EF_SH_FDPIC 0x8000 /* Uses the FDPIC ABI. */
  /src/external/gpl3/gdb.old/dist/include/elf/
sh.h 96 #define EF_SH_FDPIC 0x8000 /* Uses the FDPIC ABI. */
  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.c 3353 elf_elfheader (stdoutput)->e_flags |= EF_SH_FDPIC;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.c 3353 elf_elfheader (stdoutput)->e_flags |= EF_SH_FDPIC;
  /src/external/gpl3/binutils/dist/bfd/
elf32-sh.c 5903 if (elf_elfheader (obfd)->e_flags & EF_SH_FDPIC)
5942 return (((elf_elfheader (abfd)->e_flags & EF_SH_FDPIC) != 0)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-sh.c 5902 if (elf_elfheader (obfd)->e_flags & EF_SH_FDPIC)
5941 return (((elf_elfheader (abfd)->e_flags & EF_SH_FDPIC) != 0)
  /src/external/gpl3/gdb/dist/bfd/
elf32-sh.c 5899 if (elf_elfheader (obfd)->e_flags & EF_SH_FDPIC)
5938 return (((elf_elfheader (abfd)->e_flags & EF_SH_FDPIC) != 0)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-sh.c 5901 if (elf_elfheader (obfd)->e_flags & EF_SH_FDPIC)
5940 return (((elf_elfheader (abfd)->e_flags & EF_SH_FDPIC) != 0)
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 5089 if (e_flags & EF_SH_FDPIC)
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 4705 if (e_flags & EF_SH_FDPIC)

Completed in 79 milliseconds