Home
last modified time | relevance | path

Searched refs:ELFOSABI_STANDALONE (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h79 #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ macro
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h148 ELFOSABI_STANDALONE = 255
/toolchain/binutils/binutils-2.25/bfd/
Delf32-msp430.c2438 #define ELF_OSABI ELFOSABI_STANDALONE
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3201 case ELFOSABI_STANDALONE: return _("Standalone App"); in get_osabi_name()