Searched refs:EV_CURRENT (Results 1 – 25 of 35) sorted by relevance
12
| /openbsd/src/lib/libelf/ |
| D | elf_version.c | 39 old = EV_CURRENT; in elf_version() 43 if (v > EV_CURRENT) { in elf_version()
|
| D | libelf_phdr.c | 90 if ((msz = _libelf_msize(ELF_T_PHDR, ec, EV_CURRENT)) == 0) in _libelf_getphdr() 130 assert(e->e_version == EV_CURRENT); in _libelf_newphdr()
|
| D | libelf_ehdr.c | 127 if (e->e_version != EV_CURRENT) { in _libelf_ehdr() 151 if ((msz = _libelf_msize(ELF_T_EHDR, ec, EV_CURRENT)) == 0) in _libelf_ehdr()
|
| D | libelf_memory.c | 71 if (e_version > EV_CURRENT) in _libelf_memory()
|
| D | libelf_msize.m4 | 106 if (version != EV_CURRENT) {
|
| D | libelf_fsize.m4 | 148 if (v != EV_CURRENT)
|
| D | elf_update.c | 555 eh_version = EV_CURRENT; in _libelf_resync_elf() 1217 e->e_version = EV_CURRENT; in elf_update()
|
| D | libelf_convert.m4 | 297 fsz = elf$3_fsize(ELF_T_$1, (size_t) 1, EV_CURRENT);
|
| /openbsd/src/usr.sbin/btrace/ |
| D | ksyms.c | 63 if (elf_version(EV_CURRENT) == EV_NONE) in kelf_open()
|
| /openbsd/src/usr.sbin/rdsetroot/ |
| D | rdsetroot.c | 101 if (elf_version(EV_CURRENT) == EV_NONE) in main()
|
| /openbsd/src/gnu/usr.bin/binutils/include/elf/ |
| D | common.h | 273 #define EV_CURRENT 1 /* Current version */ macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/ |
| D | common.h | 288 #define EV_CURRENT 1 /* Current version */ macro
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elfcode.h | 504 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT in elf_object_p() 1557 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT in NAME() 1749 ELFCLASS, EV_CURRENT,
|
| D | elf64-mips.c | 2660 EV_CURRENT,
|
| D | elf64-hppa.c | 2703 ELFCLASS64, EV_CURRENT,
|
| /openbsd/src/sys/sys/ |
| D | exec_elf.h | 202 #define EV_CURRENT 1 /* Current */ macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elfcode.h | 524 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT in elf_object_p() 1635 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT in NAME() 1833 ELFCLASS, EV_CURRENT,
|
| D | elf64-sparc.c | 797 EV_CURRENT,
|
| D | elf64-mips.c | 3045 EV_CURRENT,
|
| D | elf64-hppa.c | 2789 ELFCLASS64, EV_CURRENT,
|
| /openbsd/src/usr.bin/ctfdump/ |
| D | ctfdump.c | 115 if (elf_version(EV_CURRENT) == EV_NONE) in main()
|
| /openbsd/src/sys/kern/ |
| D | exec_elf.c | 1293 ehdr.e_ident[EI_VERSION] = EV_CURRENT; in coredump_setup_elf() 1300 ehdr.e_version = EV_CURRENT; in coredump_setup_elf()
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | ELFObjectWriter.cpp | 412 W.OS << char(ELF::EV_CURRENT); // e_ident[EI_VERSION] in writeHeader() 427 W.write<uint32_t>(ELF::EV_CURRENT); // e_version in writeHeader()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 127 enum { EV_NONE = 0, EV_CURRENT = 1 }; enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | ELFEmitter.cpp | 468 Header.e_ident[EI_VERSION] = EV_CURRENT; in writeELFHeader() 478 Header.e_version = EV_CURRENT; in writeELFHeader()
|
12