/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 65 #define ELFOSABI_LINUX 3 /* GNU/Linux */ macro
|
H A D | ChangeLog-9103 | 973 * common.h (ELFOSABI_LINUX): Define.
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | osabi.c | 523 case ELFOSABI_LINUX: in generic_elf_osabi_sniffer()
|
H A D | arm-tdep.c | 2591 case ELFOSABI_LINUX: in arm_elf_osabi_sniffer()
|
H A D | ChangeLog-2000 | 1256 if not ELFOSABI_LINUX.
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 65 #define ELFOSABI_LINUX 3 /* GNU/Linux */ macro
|
H A D | ChangeLog-9103 | 1007 * common.h (ELFOSABI_LINUX): Define.
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 99 #define ELFOSABI_LINUX 3 /* GNU/Linux */ macro
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 345 ELFOSABI_LINUX = 3, // Historical alias for ELFOSABI_GNU. enumerator
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-hppa.c | 386 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_LINUX && 1206 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_LINUX;
|
H A D | elf32-i370.c | 1497 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_LINUX;
|
H A D | elf32-hppa.c | 900 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_LINUX && in elf32_hppa_object_p() 4124 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_LINUX; in elf32_hppa_post_process_headers()
|
H A D | ChangeLog-0001 | 4110 * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX 5509 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-hppa.c | 383 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_LINUX 1212 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_LINUX;
|
H A D | elf32-i370.c | 1405 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_LINUX; in i370_elf_post_process_headers()
|
H A D | elf32-hppa.c | 929 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_LINUX && in elf32_hppa_object_p() 4230 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_LINUX; in elf32_hppa_post_process_headers()
|
H A D | ChangeLog-0001 | 4110 * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX 5509 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 387 ECase(ELFOSABI_LINUX); in enumeration()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | ChangeLog-0001 | 1919 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
|
H A D | readelf.c | 2059 case ELFOSABI_LINUX: return "UNIX - Linux"; in get_osabi_name()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | ChangeLog-0001 | 1919 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
|
H A D | readelf.c | 2585 case ELFOSABI_LINUX: return "UNIX - Linux"; in get_osabi_name()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-ia64.c | 544 { "linux", PSEUDO_FUNC_CONST, { ELFOSABI_LINUX } },
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1009 {"GNU/Linux", "UNIX - GNU", ELF::ELFOSABI_LINUX},
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-ia64.c | 601 { "linux", PSEUDO_FUNC_CONST, { ELFOSABI_LINUX } },
|