Home
last modified time | relevance | path

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

1234567891011

/dports/devel/bsdelf/elftoolchain-0.7.1/test/libelf/tset/gelf_getehdr/
H A Dehdr.m473 if (gelf_getehdr(e, NULL) != NULL ||
91 TP_ANNOUNCE("gelf_getehdr(E) for non-ELF (E) fails with "
96 if (gelf_getehdr(e, &d) != NULL ||
127 if ((eh = gelf_getehdr(e, &d)) != NULL ||
158 if ((eh = gelf_getehdr(e, &d)) != NULL ||
187 TP_ANNOUNCE("a successful gelf_getehdr() call returns "
200 if ((eh = gelf_getehdr(e, &d1)) == NULL) {
201 tet_printf("fail: gelf_getehdr(%s): %s.", *fn,
254 if ((eh1 = gelf_getehdr(e, &d1)) == NULL ||
255 (eh2 = gelf_getehdr(e, &d2)) == NULL) {
[all …]
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/libelf/tset/gelf_getehdr/
H A Dehdr.m473 if (gelf_getehdr(e, NULL) != NULL ||
91 TP_ANNOUNCE("gelf_getehdr(E) for non-ELF (E) fails with "
96 if (gelf_getehdr(e, &d) != NULL ||
127 if ((eh = gelf_getehdr(e, &d)) != NULL ||
158 if ((eh = gelf_getehdr(e, &d)) != NULL ||
187 TP_ANNOUNCE("a successful gelf_getehdr() call returns "
200 if ((eh = gelf_getehdr(e, &d1)) == NULL) {
201 tet_printf("fail: gelf_getehdr(%s): %s.", *fn,
254 if ((eh1 = gelf_getehdr(e, &d1)) == NULL ||
255 (eh2 = gelf_getehdr(e, &d2)) == NULL) {
[all …]
/dports/devel/elfutils/elfutils-0.179/tests/
H A Delfshphehdr.c69 check_elf ("gelf_getehdr", gelf_getehdr (elf, &ehdr) != NULL); in test()
92 check_elf ("gelf_getehdr", gelf_getehdr (elf, &ehdr) != NULL); in test()
116 check_elf ("gelf_getehdr", gelf_getehdr (elf, &ehdr) != NULL); in test()
132 check_elf ("gelf_getehdr", gelf_getehdr (elf, &ehdr) != NULL); in test()
H A Ddwflsyms.c93 gelf_getehdr (elf, &ehdr); in elf_section_name()
139 gelf_getehdr (elf, &ehdr); in list_syms()
193 gelf_getehdr (melf, &ehdr); in list_syms()
H A Dscnnames.c64 if (gelf_getehdr (elf, &ehdr) == NULL) in main()
H A Delfcopy.c45 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in setshstrndx()
114 GElf_Ehdr *ehdra = gelf_getehdr (elfa, &ehdr_mema); in copy_elf()
/dports/devel/bsdelf/elftoolchain-0.7.1/test/libelf/
H A Dtet_scen55 ^gelf_getehdr
106 gelf_getehdr :include:/tset/gelf_getehdr/tet_scen
116 ^gelf_getehdr
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/libelf/
H A Dtet_scen55 ^gelf_getehdr
106 gelf_getehdr :include:/tset/gelf_getehdr/tet_scen
116 ^gelf_getehdr
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dutil.c74 if (gelf_getehdr(elf, &ehdr) == NULL) in findelfsecidx()
105 if (gelf_getehdr(elf, &ehdr) == NULL) { in elf_ptrsz()
/dports/devel/bsdelf/elftoolchain-0.7.1/libelf/
H A DMakefile107 gelf_getehdr.3 \
152 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;
/dports/devel/elftoolchain/elftoolchain-0.7.1/libelf/
H A DMakefile107 gelf_getehdr.3 \
152 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;
/dports/devel/elfutils/elfutils-0.179/backends/
H A Dppc64_resolve_sym.c49 GElf_Ehdr ehdr_mem, *ehdr = gelf_getehdr (ebl->elf, &ehdr_mem); in ppc64_resolve_sym_value()
/dports/devel/bsdelf/elftoolchain-0.7.1/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()
387 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_srec()
463 if (gelf_getehdr(e, &eh) == NULL) in create_ihex()
492 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_ihex()
614 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_ihex()
H A Dbinary.c170 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_binary()
269 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_binary()
/dports/devel/elftoolchain/elftoolchain-0.7.1/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()
387 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_srec()
463 if (gelf_getehdr(e, &eh) == NULL) in create_ihex()
492 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_ihex()
614 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_ihex()
H A Dbinary.c170 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_binary()
269 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf_from_binary()
/dports/devel/gnuelf-legacy/libelf-0.8.13/lib/
H A Dlibelf.def61 gelf_getehdr
/dports/devel/libelf/libelf-0.8.13/lib/
H A Dlibelf.def61 gelf_getehdr
/dports/ports-mgmt/pkg/pkg-1.17.5/external/libelf/
H A Dlibelf_checksum.c67 if (gelf_getehdr(e, &eh) == NULL) in _libelf_checksum()
H A DVersion.map70 gelf_getehdr;
/dports/devel/bsdelf/elftoolchain-0.7.1/test/libelf/tset/
H A DMakefile56 SUBDIR+= gelf_getehdr

1234567891011