/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_version.c | 38 if ((old = LIBELF_PRIVATE(version)) == EV_NONE) in elf_version() 41 if (v == EV_NONE) in elf_version() 45 return EV_NONE; in elf_version()
|
H A D | elf_open.c | 40 if (LIBELF_PRIVATE(version) == EV_NONE) { in elf_open() 56 if (LIBELF_PRIVATE(version) == EV_NONE) { in elf_openmemory()
|
H A D | elf.c | 39 .libelf_version = EV_NONE
|
H A D | elf_memory.c | 36 if (LIBELF_PRIVATE(version) == EV_NONE) { in elf_memory()
|
H A D | elf_begin.c | 40 if (LIBELF_PRIVATE(version) == EV_NONE) { in elf_begin()
|
H A D | elf_update.c | 555 if (eh_version == EV_NONE) in _libelf_resync_elf() 1219 if (e->e_version == EV_NONE) in elf_update()
|
/freebsd/lib/libproc/ |
H A D | proc_create.c | 133 if (elf_version(EV_CURRENT) == EV_NONE) in proc_attach() 185 if (elf_version(EV_CURRENT) == EV_NONE) in proc_create()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_init.c | 106 if (elf_version(EV_CURRENT) == EV_NONE) { in dwarf_init()
|
/freebsd/contrib/elftoolchain/brandelf/ |
H A D | brandelf.c | 100 if (elf_version(EV_CURRENT) == EV_NONE) in main()
|
/freebsd/contrib/libexecinfo/ |
H A D | symtab.c | 92 if (elf_version(EV_CURRENT) == EV_NONE) { in symtab_create()
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | ar.c | 115 if (elf_version(EV_CURRENT) == EV_NONE) in main()
|
/freebsd/contrib/elftoolchain/strings/ |
H A D | strings.c | 114 if (elf_version(EV_CURRENT) == EV_NONE) in main()
|
/freebsd/usr.bin/elfctl/ |
H A D | elfctl.c | 103 if (elf_version(EV_CURRENT) == EV_NONE) in main()
|
/freebsd/usr.bin/ldd/ |
H A D | ldd.c | 404 if (elf_version(EV_CURRENT) == EV_NONE) { in is_executable()
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 342 if (elf_version(EV_CURRENT) == EV_NONE) { in pmcstat_image_get_elf_params()
|
H A D | libpmcstat_logging.c | 205 if (elf_version(EV_CURRENT) == EV_NONE) in pmcstat_analyze_log()
|
/freebsd/lib/libkvm/ |
H A D | kvm.c | 82 if (elf_version(EV_CURRENT) == EV_NONE) { in _kvm_read_kernel_ehdr()
|
/freebsd/lib/libprocstat/ |
H A D | core.c | 95 if (elf_version(EV_CURRENT) == EV_NONE) { in procstat_core_open()
|
/freebsd/usr.sbin/kldxref/ |
H A D | kldxref.c | 804 if (elf_version(EV_CURRENT) == EV_NONE) in main()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 148 #define EV_NONE 0 macro
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 132 if (elf_version(EV_CURRENT) == EV_NONE) in main()
|
/freebsd/usr.bin/ar/ |
H A D | write.c | 587 if (elf_version(EV_CURRENT) == EV_NONE) in write_objs()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 128 enum { EV_NONE = 0, EV_CURRENT = 1 }; enumerator
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 294 case EV_NONE: return "EV_NONE"; in elf_version_str() 737 if (elf_version(EV_CURRENT) == EV_NONE) in main()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | main.c | 1643 if (elf_version(EV_CURRENT) == EV_NONE) in main()
|