Home
last modified time | relevance | path

Searched refs:gelf_getehdr (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c71 if (gelf_getehdr(elf, &ehdr) == NULL) in findelfsecidx()
102 if (gelf_getehdr(elf, &ehdr) == NULL) { in elf_ptrsz()
H A Doutput.c476 gelf_getehdr(src, &sehdr); in write_file()
749 if (gelf_getehdr(elf, &ehdr)) { in write_ctf()
/freebsd/contrib/elftoolchain/libelf/
H A DMakefile109 gelf_getehdr.3 \
154 gelf_getehdr.3 elf${E}_getehdr.3 \
H A Dlibelf_checksum.c65 if (gelf_getehdr(e, &eh) == NULL) in _libelf_checksum()
H A DVersion.map70 gelf_getehdr;
H A Dgelf_ehdr.c51 gelf_getehdr(Elf *e, GElf_Ehdr *d) in gelf_getehdr() function
H A Dgelf.h80 GElf_Ehdr *gelf_getehdr(Elf *_elf, GElf_Ehdr *_dst);
/freebsd/lib/libelf/
H A DMakefile136 gelf_getehdr.3 \
182 gelf_getehdr.3 elf${E}_getehdr.3 \
/freebsd/contrib/elftoolchain/elfcopy/
H A Dascii.c191 if (gelf_getehdr(e, &eh) == NULL) in create_srec()
221 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_srec()
385 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_srec()
461 if (gelf_getehdr(e, &eh) == NULL) in create_ihex()
490 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_ihex()
609 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_ihex()
H A Dbinary.c175 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_binary()
271 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_binary()
H A Dpe.c69 if (gelf_getehdr(e, &eh) == NULL) in create_pe()
H A Dmain.c291 if (gelf_getehdr(ecp->ein, &ieh) == NULL) in create_elf()
306 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf()
399 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c144 if (gelf_getehdr(elf, &eh) == NULL) { in _dwarf_elf_relocate()
290 if (gelf_getehdr(elf, &e->eo_ehdr) == NULL) { in _dwarf_elf_init()
/freebsd/contrib/elftoolchain/brandelf/
H A Dbrandelf.c185 if (gelf_getehdr(elf, &ehdr) == NULL) { in main()
/freebsd/contrib/libexecinfo/
H A Dsymtab.c108 if (gelf_getehdr(elf, &ehdr) == NULL) { in symtab_create()
/freebsd/lib/libproc/
H A Dproc_create.c63 if (gelf_getehdr(e, &ehdr) == NULL) in getelfclass()
H A Dproc_sym.c163 if (gelf_getehdr(e, &ehdr) == NULL) in load_symtab()
265 if (gelf_getehdr(e, &file->ehdr) != &file->ehdr) { in open_object()
/freebsd/contrib/elftoolchain/strings/
H A Dstrings.c286 if (gelf_getehdr(elf, &elfhdr) == NULL) { in handle_elf()
/freebsd/usr.bin/elfctl/
H A Delfctl.c162 if (gelf_getehdr(elf, &ehdr) == NULL) { in main()
/freebsd/usr.bin/ldd/
H A Dldd.c418 if (gelf_getehdr(elf, &ehdr) == NULL) { in is_executable()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_image.c360 if (gelf_getehdr(e, &eh) != &eh) { in pmcstat_image_get_elf_params()
/freebsd/lib/libkvm/
H A Dkvm.c95 if (gelf_getehdr(elf, &kd->nlehdr) == NULL) { in _kvm_read_kernel_ehdr()
/freebsd/lib/libprocstat/
H A Dcore.c113 if (gelf_getehdr(e, &ehdr) == NULL) { in procstat_core_open()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c98 gelf_getehdr(dmp->dm_elf, &ehdr); in dt_module_syminit32()
148 gelf_getehdr(dmp->dm_elf, &ehdr); in dt_module_syminit64()
1200 gelf_getehdr(dmp->dm_elf, &ehdr); in dt_module_update()
/freebsd/lib/libkldelf/
H A Delf.c94 if (gelf_getehdr(efile->ef_elf, &efile->ef_hdr) == NULL) { in elf_open_file()

12