Home
last modified time | relevance | path

Searched refs:EV_NONE (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/elftoolchain/libelf/
H A Delf_version.c38 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 Delf_open.c40 if (LIBELF_PRIVATE(version) == EV_NONE) { in elf_open()
56 if (LIBELF_PRIVATE(version) == EV_NONE) { in elf_openmemory()
H A Delf.c39 .libelf_version = EV_NONE
H A Delf_memory.c36 if (LIBELF_PRIVATE(version) == EV_NONE) { in elf_memory()
H A Delf_begin.c40 if (LIBELF_PRIVATE(version) == EV_NONE) { in elf_begin()
H A Delf_update.c555 if (eh_version == EV_NONE) in _libelf_resync_elf()
1219 if (e->e_version == EV_NONE) in elf_update()
/freebsd/lib/libproc/
H A Dproc_create.c133 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 Ddwarf_init.c106 if (elf_version(EV_CURRENT) == EV_NONE) { in dwarf_init()
/freebsd/contrib/elftoolchain/brandelf/
H A Dbrandelf.c100 if (elf_version(EV_CURRENT) == EV_NONE) in main()
/freebsd/contrib/libexecinfo/
H A Dsymtab.c92 if (elf_version(EV_CURRENT) == EV_NONE) { in symtab_create()
/freebsd/contrib/elftoolchain/ar/
H A Dar.c115 if (elf_version(EV_CURRENT) == EV_NONE) in main()
/freebsd/contrib/elftoolchain/strings/
H A Dstrings.c114 if (elf_version(EV_CURRENT) == EV_NONE) in main()
/freebsd/usr.bin/elfctl/
H A Delfctl.c103 if (elf_version(EV_CURRENT) == EV_NONE) in main()
/freebsd/usr.bin/ldd/
H A Dldd.c404 if (elf_version(EV_CURRENT) == EV_NONE) { in is_executable()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_image.c342 if (elf_version(EV_CURRENT) == EV_NONE) { in pmcstat_image_get_elf_params()
H A Dlibpmcstat_logging.c205 if (elf_version(EV_CURRENT) == EV_NONE) in pmcstat_analyze_log()
/freebsd/lib/libkvm/
H A Dkvm.c82 if (elf_version(EV_CURRENT) == EV_NONE) { in _kvm_read_kernel_ehdr()
/freebsd/lib/libprocstat/
H A Dcore.c95 if (elf_version(EV_CURRENT) == EV_NONE) { in procstat_core_open()
/freebsd/usr.sbin/kldxref/
H A Dkldxref.c804 if (elf_version(EV_CURRENT) == EV_NONE) in main()
/freebsd/sys/sys/
H A Delf_common.h148 #define EV_NONE 0 macro
/freebsd/contrib/elftoolchain/size/
H A Dsize.c132 if (elf_version(EV_CURRENT) == EV_NONE) in main()
/freebsd/usr.bin/ar/
H A Dwrite.c587 if (elf_version(EV_CURRENT) == EV_NONE) in write_objs()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h128 enum { EV_NONE = 0, EV_CURRENT = 1 }; enumerator
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c294 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 Dmain.c1643 if (elf_version(EV_CURRENT) == EV_NONE) in main()

12