/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | util.c | 71 if (gelf_getehdr(elf, &ehdr) == NULL) in findelfsecidx() 102 if (gelf_getehdr(elf, &ehdr) == NULL) { in elf_ptrsz()
|
H A D | output.c | 476 gelf_getehdr(src, &sehdr); in write_file() 749 if (gelf_getehdr(elf, &ehdr)) { in write_ctf()
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | Makefile | 109 gelf_getehdr.3 \ 154 gelf_getehdr.3 elf${E}_getehdr.3 \
|
H A D | libelf_checksum.c | 65 if (gelf_getehdr(e, &eh) == NULL) in _libelf_checksum()
|
H A D | Version.map | 70 gelf_getehdr;
|
H A D | gelf_ehdr.c | 51 gelf_getehdr(Elf *e, GElf_Ehdr *d) in gelf_getehdr() function
|
H A D | gelf.h | 80 GElf_Ehdr *gelf_getehdr(Elf *_elf, GElf_Ehdr *_dst);
|
/freebsd/lib/libelf/ |
H A D | Makefile | 136 gelf_getehdr.3 \ 182 gelf_getehdr.3 elf${E}_getehdr.3 \
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | ascii.c | 191 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 D | binary.c | 175 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 D | pe.c | 69 if (gelf_getehdr(e, &eh) == NULL) in create_pe()
|
H A D | main.c | 291 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 D | libdwarf_elf_init.c | 144 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 D | brandelf.c | 185 if (gelf_getehdr(elf, &ehdr) == NULL) { in main()
|
/freebsd/contrib/libexecinfo/ |
H A D | symtab.c | 108 if (gelf_getehdr(elf, &ehdr) == NULL) { in symtab_create()
|
/freebsd/lib/libproc/ |
H A D | proc_create.c | 63 if (gelf_getehdr(e, &ehdr) == NULL) in getelfclass()
|
H A D | proc_sym.c | 163 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 D | strings.c | 286 if (gelf_getehdr(elf, &elfhdr) == NULL) { in handle_elf()
|
/freebsd/usr.bin/elfctl/ |
H A D | elfctl.c | 162 if (gelf_getehdr(elf, &ehdr) == NULL) { in main()
|
/freebsd/usr.bin/ldd/ |
H A D | ldd.c | 418 if (gelf_getehdr(elf, &ehdr) == NULL) { in is_executable()
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 360 if (gelf_getehdr(e, &eh) != &eh) { in pmcstat_image_get_elf_params()
|
/freebsd/lib/libkvm/ |
H A D | kvm.c | 95 if (gelf_getehdr(elf, &kd->nlehdr) == NULL) { in _kvm_read_kernel_ehdr()
|
/freebsd/lib/libprocstat/ |
H A D | core.c | 113 if (gelf_getehdr(e, &ehdr) == NULL) { in procstat_core_open()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_module.c | 98 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 D | elf.c | 94 if (gelf_getehdr(efile->ef_elf, &efile->ef_hdr) == NULL) { in elf_open_file()
|