HomeSort by: relevance | last modified time | path
    Searched defs:IS_ELF (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/stand/mkboot/
mkboot.c 69 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
255 else if (IS_ELF(*(Elf32_External_Ehdr *)&ex)) {
  /src/external/gpl3/binutils/dist/gas/
as.h 615 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour)
618 #define IS_ELF 1
620 #define IS_ELF 0
718 #define SEC_OCTETS (IS_ELF ? SEC_ELF_OCTETS : 0)
  /src/external/gpl3/binutils.old/dist/gas/
as.h 601 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour)
604 #define IS_ELF 1
606 #define IS_ELF 0
704 #define SEC_OCTETS (IS_ELF ? SEC_ELF_OCTETS : 0)

Completed in 18 milliseconds