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

/freebsd-10.1-release/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-10.1-release/lib/libelf/
H A DVersion.map24 elf_begin;
H A Delf_begin.c86 elf_begin(int fd, Elf_Cmd c, Elf *a) function
H A DMakefile5 SRCS= elf_begin.c \
78 elf_begin.3 \
H A Dlibelf.h179 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
/freebsd-10.1-release/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.c745 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL)
750 if ((telf = elf_begin(tfd, ELF_C_WRITE, NULL)) == NULL)
/freebsd-10.1-release/contrib/libexecinfo/
H A Dsymtab.c95 elf = elf_begin(fd, ELF_C_READ, NULL);
/freebsd-10.1-release/lib/libproc/
H A Dproc_sym.c254 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
255 DPRINTFX("ERROR: elf_begin() failed: %s", elf_errmsg(-1));
435 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
436 DPRINTFX("ERROR: elf_begin() failed: %s", elf_errmsg(-1));
532 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
533 DPRINTFX("ERROR: elf_begin() failed: %s", elf_errmsg(-1));
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c188 elf = elf_begin(fd, ELF_C_READ, NULL);
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c197 if ((e = elf_begin(efd, ELF_C_READ, NULL)) == NULL) {
198 dprintf(1, "elf_begin failed\n");
H A Ddt_link.c1214 if ((elf = elf_begin(fd, ELF_C_RDWR, NULL)) == NULL) {
1929 if ((e = elf_begin(efd, ELF_C_RDWR, NULL)) == NULL) {
H A Ddt_module.c1163 dmp->dm_elf = elf_begin(fd, ELF_C_READ, NULL);
/freebsd-10.1-release/lib/libprocstat/
H A Dcore.c85 e = elf_begin(fd, ELF_C_READ, NULL);
87 warnx("elf_begin: %s", elf_errmsg(-1));
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf_init.c737 if ((elf = elf_begin(fd, c, NULL)) == NULL) {
/freebsd-10.1-release/usr.sbin/pkg/
H A Dconfig.c322 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
324 warnx("elf_begin() failed: %s.", elf_errmsg(-1));
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c871 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) != NULL &&
/freebsd-10.1-release/contrib/gcc/
H A Dsys-protos.h263 extern Elf * elf_begin(int, Elf_Cmd, Elf *);
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1364 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
/freebsd-10.1-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c658 (e = elf_begin(fd, ELF_C_READ, NULL)) == NULL ||

Completed in 297 milliseconds