Searched refs:elf_begin (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_begin.c31 ELFTC_VCSID("$Id: elf_begin.c 2364 2011-12-28 17:55:25Z jkoshy $");
34 elf_begin(int fd, Elf_Cmd c, Elf *a) function
H A DMakefile8 elf_begin.c \
75 elf_begin.3 \
H A Dlibelf.h185 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.h97 #define obj_begin() elf_begin ()
99 extern void elf_begin (void);
H A Dobj-elf.c190 elf_begin (void) function
2245 elf_begin,
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c138 while ((melf = elf_begin(fd, cmd, elf)) != NULL) {
198 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL)
258 while ((melf = elf_begin(fd, cmd, elf)) != NULL) {
296 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
H A Dctfconvert.c100 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
H A Doutput.c743 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL)
748 if ((telf = elf_begin(tfd, ELF_C_WRITE, NULL)) == NULL)
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_init.c111 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
/freebsd-11-stable/lib/libelf/
H A DMakefile16 elf_begin.c \
103 elf_begin.3 \
/freebsd-11-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c168 if ((elf = elf_begin(fd, (change || force) ? ELF_C_RDWR :
170 warnx("elf_begin failed: %s", elf_errmsg(-1));
/freebsd-11-stable/contrib/libexecinfo/
H A Dsymtab.c95 elf = elf_begin(fd, ELF_C_READ, NULL);
/freebsd-11-stable/lib/libproc/
H A Dproc_sym.c317 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
318 DPRINTFX("ERROR: elf_begin() failed: %s", elf_errmsg(-1));
465 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
466 DPRINTFX("ERROR: elf_begin() failed: %s", elf_errmsg(-1));
561 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
562 DPRINTFX("ERROR: elf_begin() failed: %s", elf_errmsg(-1));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c194 elf = elf_begin(fd, ELF_C_READ, NULL);
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dpe.c65 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL)
66 errx(EXIT_FAILURE, "elf_begin() failed: %s",
H A Dbinary.c57 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL)
58 errx(EXIT_FAILURE, "elf_begin() failed: %s",
H A Darchive.c72 if ((ecp->eout = elf_begin(fd, ELF_C_WRITE, NULL)) == NULL)
73 errx(EXIT_FAILURE, "elf_begin() failed: %s",
85 if ((ecp->eout = elf_begin(fd, ELF_C_READ, NULL)) == NULL)
86 errx(EXIT_FAILURE, "elf_begin() failed: %s",
H A Dmain.c680 if ((ecp->eout = elf_begin(efd, ELF_C_WRITE, NULL)) == NULL)
681 errx(EXIT_FAILURE, "elf_begin() failed: %s",
704 if ((ecp->ein = elf_begin(ifd, ELF_C_READ, NULL)) == NULL)
705 errx(EXIT_FAILURE, "elf_begin() failed: %s",
712 if ((ecp->eout = elf_begin(ofd, ELF_C_WRITE, NULL)) == NULL)
713 errx(EXIT_FAILURE, "elf_begin() failed: %s",
H A Dascii.c90 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL)
91 errx(EXIT_FAILURE, "elf_begin() failed: %s",
420 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL)
421 errx(EXIT_FAILURE, "elf_begin() failed: %s",
/freebsd-11-stable/contrib/elftoolchain/strings/
H A Dstrings.c259 elf = elf_begin(fd, ELF_C_READ, NULL);
/freebsd-11-stable/lib/libprocstat/
H A Dcore.c105 e = elf_begin(fd, ELF_C_READ, NULL);
107 warnx("elf_begin: %s", elf_errmsg(-1));
/freebsd-11-stable/contrib/elftoolchain/size/
H A Dsize.c603 elf1 = elf_begin(fd, elf_cmd, NULL);
604 while ((elf = elf_begin(fd, elf_cmd, elf1)) != NULL) {
/freebsd-11-stable/lib/libkvm/
H A Dkvm.c191 elf = elf_begin(kd->nlfd, ELF_C_READ, NULL);
256 elf = elf_begin(kd->pmfd, ELF_C_READ, NULL);
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c855 (elf = elf_begin(fd, cmd, arf)) != NULL) {
1477 if ((arf = elf_begin(fd, elf_cmd, (Elf *) NULL)) == NULL) {
1479 warnx("elf_begin error: %s", elf_errmsg(e_err));
1481 warnx("elf_begin error");
1503 while ((elf = elf_begin(fd, elf_cmd, arf)) != NULL) {
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c945 if ((e = elf_begin(fd, ELF_C_READ, ed->ar)) == NULL) {
946 warnx("elf_begin failed: %s", elf_errmsg(-1));
986 while ((ed->elf = elf_begin(fd, cmd, ed->ar)) != NULL) {
1025 if ((ed->elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
1026 warnx("elf_begin() failed: %s", elf_errmsg(-1));

Completed in 160 milliseconds

12