Home
last modified time | relevance | path

Searched refs:elf_begin (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c138 while ((melf = elf_begin(fd, cmd, elf)) != NULL) { in read_archive()
198 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) in read_ctf_common()
258 while ((melf = elf_begin(fd, cmd, elf)) != NULL) { in count_archive()
296 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in count_files()
H A Dctfconvert.c99 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in file_read()
H A Doutput.c741 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) in write_ctf()
746 if ((telf = elf_begin(tfd, ELF_C_WRITE, NULL)) == NULL) in write_ctf()
/freebsd/contrib/elftoolchain/libelf/
H A DMakefile8 elf_begin.c \
75 elf_begin.3 \
H A Delf_begin.c34 elf_begin(int fd, Elf_Cmd c, Elf *a) in elf_begin() function
H A DVersion.map23 elf_begin;
H A Dlibelf.h185 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
/freebsd/lib/libelf/
H A DMakefile15 elf_begin.c \
102 elf_begin.3 \
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_init.c111 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in dwarf_init()
/freebsd/contrib/elftoolchain/brandelf/
H A Dbrandelf.c168 if ((elf = elf_begin(fd, (change || force) ? ELF_C_RDWR : in main()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dpe.c65 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL) in create_pe()
H A Darchive.c72 if ((ecp->eout = elf_begin(fd, ELF_C_WRITE, NULL)) == NULL) { in process_ar_obj()
89 if ((ecp->eout = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in process_ar_obj()
H A Dbinary.c57 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL) in create_binary()
H A Dmain.c703 if ((ecp->eout = elf_begin(efd, ELF_C_WRITE, NULL)) == NULL) { in create_file()
739 if ((ecp->ein = elf_begin(ifd, ELF_C_READ, NULL)) == NULL) { in create_file()
752 if ((ecp->eout = elf_begin(ofd, ELF_C_WRITE, NULL)) == NULL) { in create_file()
H A Dascii.c90 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL) in create_srec()
420 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL) in create_ihex()
/freebsd/contrib/libexecinfo/
H A Dsymtab.c97 elf = elf_begin(fd, ELF_C_READ, NULL); in symtab_create()
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c195 elf = elf_begin(fd, ELF_C_READ, NULL); in symtab_init()
/freebsd/lib/libproc/
H A Dproc_create.c61 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) in getelfclass()
H A Dproc_sym.c261 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in open_object()
349 if ((e2 = elf_begin(fd2, ELF_C_READ, NULL)) == NULL) { in open_object()
/freebsd/contrib/elftoolchain/strings/
H A Dstrings.c280 elf = elf_begin(fd, ELF_C_READ, NULL); in handle_elf()
/freebsd/usr.bin/elfctl/
H A Delfctl.c147 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in main()
/freebsd/lib/librtld_db/
H A Drtld_db.c297 e = elf_begin(fd, ELF_C_READ, NULL); in rtld_syms()
/freebsd/contrib/elftoolchain/size/
H A Dsize.c626 elf1 = elf_begin(fd, elf_cmd, NULL); in handle_elf()
627 while ((elf = elf_begin(fd, elf_cmd, elf1)) != NULL) { in handle_elf()
/freebsd/usr.bin/ldd/
H A Dldd.c408 elf = elf_begin(fd, ELF_C_READ, NULL); in is_executable()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_image.c347 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in pmcstat_image_get_elf_params()

12