Home
last modified time | relevance | path

Searched refs:ELF_K_ELF (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-12.1/contrib/elftoolchain/libelf/
H A Delf_flag.c90 (e->e_kind != ELF_K_ELF) || (flags & ~ELF_F_DIRTY) != 0 || in elf_flagehdr()
118 (e->e_kind != ELF_K_ELF) || in elf_flagelf()
152 (e->e_kind != ELF_K_ELF) || (flags & ~ELF_F_DIRTY) != 0 || in elf_flagphdr()
H A Delf_shstrndx.c40 if (e == NULL || e->e_kind != ELF_K_ELF || in _libelf_getshdrstrndx()
72 if (e == NULL || e->e_kind != ELF_K_ELF || in elf_setshstrndx()
H A Delf_scn.c150 if (e == NULL || e->e_kind != ELF_K_ELF || in elf_getscn()
195 if (e == NULL || e->e_kind != ELF_K_ELF) { in elf_newscn()
246 if (e == NULL || (e->e_kind != ELF_K_ELF) || in elf_nextscn()
H A Delf_data.c56 assert(e->e_kind == ELF_K_ELF); in elf_getdata()
179 assert(e->e_kind == ELF_K_ELF); in elf_newdata()
225 assert(e->e_kind == ELF_K_ELF); in elf_rawdata()
H A Dlibelf_allocate.c78 case ELF_K_ELF: in _libelf_init_elf()
102 case ELF_K_ELF: in _libelf_release_elf()
H A Dgelf_phdr.c60 (e->e_kind != ELF_K_ELF) || index < 0 || in gelf_getphdr()
131 if (s == NULL || e == NULL || e->e_kind != ELF_K_ELF || in gelf_update_phdr()
H A Delf_kind.c39 e->e_kind == ELF_K_ELF) in elf_kind()
H A Dlibelf_shdr.c40 e->e_kind != ELF_K_ELF) { in _libelf_getshdr()
H A Dlibelf_elfmachine.c47 assert(e->e_kind == ELF_K_ELF); in _libelf_elfmachine()
H A Delf_shnum.c40 if (e == NULL || e->e_kind != ELF_K_ELF || in _libelf_getshdrnum()
H A Delf_getident.c54 else if (e->e_kind == ELF_K_ELF) in elf_getident()
H A Delf_phnum.c40 if (e == NULL || e->e_kind != ELF_K_ELF || in _libelf_getphdrnum()
H A Delf_end.c65 case ELF_K_ELF: in elf_end()
H A Dgelf_mips64el.c37 return (e->e_kind == ELF_K_ELF && e->e_class == ELFCLASS64 && in _libelf_is_mips64el()
H A Dlibelf_memory.c85 _libelf_init_elf(e, ELF_K_ELF); in _libelf_memory()
H A Delf_strptr.c48 if (e == NULL || e->e_kind != ELF_K_ELF) { in elf_strptr()
H A Dgelf_shdr.c98 e->e_kind != ELF_K_ELF || in gelf_update_shdr()
H A Dlibelf_open.c157 _libelf_init_elf(e, ELF_K_ELF); in _libelf_open_object()
H A Dgelf_ehdr.c126 if (s== NULL || e == NULL || e->e_kind != ELF_K_ELF || in gelf_update_ehdr()
H A Dlibelf_ehdr.c112 if (e == NULL || e->e_kind != ELF_K_ELF) { in _libelf_ehdr()
H A Dlibelf.h45 ELF_K_ELF, /* ELF files */ enumerator
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c159 case ELF_K_ELF: in read_archive()
207 case ELF_K_ELF: in read_ctf_common()
311 case ELF_K_ELF: in count_files()
/freebsd-12.1/contrib/elftoolchain/brandelf/
H A Dbrandelf.c175 if ((kind = elf_kind(elf)) != ELF_K_ELF) { in main()
/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A Darchive.c242 if (elf_kind(ecp->eout) != ELF_K_ELF) { in extract_arsym()
427 if (elf_kind(ecp->ein) != ELF_K_ELF) in ac_read_objs()
/freebsd-12.1/contrib/elftoolchain/strings/
H A Dstrings.c258 if (elf_kind(elf) != ELF_K_ELF) { in handle_elf()

12