HomeSort by relevance Sort by last modified time
    Searched refs:IS_ELF (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
as.h 548 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour)
551 #define IS_ELF 1
553 #define IS_ELF 0
write.c 858 || (IS_ELF
    [all...]
as.c 815 else if (IS_ELF)
    [all...]
macro.c 925 sprintf (buf, IS_ELF ? ".LL%04x" : "LL%04x", ++loccnt);
symbols.c     [all...]
read.c     [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
ElfLoader.c 91 if (!IS_ELF (*Hdr32)) {
elf_common.h 126 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 126 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i386.c     [all...]
tc-cris.c     [all...]

Completed in 1143 milliseconds