/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | input.c | 138 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 D | ctfconvert.c | 99 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in file_read()
|
H A D | output.c | 741 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 D | Makefile | 8 elf_begin.c \ 75 elf_begin.3 \
|
H A D | elf_begin.c | 34 elf_begin(int fd, Elf_Cmd c, Elf *a) in elf_begin() function
|
H A D | Version.map | 23 elf_begin;
|
H A D | libelf.h | 185 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
|
/freebsd/lib/libelf/ |
H A D | Makefile | 14 elf_begin.c \ 101 elf_begin.3 \
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_init.c | 111 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in dwarf_init()
|
/freebsd/contrib/elftoolchain/brandelf/ |
H A D | brandelf.c | 168 if ((elf = elf_begin(fd, (change || force) ? ELF_C_RDWR : in main()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | pe.c | 65 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL) in create_pe()
|
H A D | archive.c | 72 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 D | binary.c | 57 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL) in create_binary()
|
H A D | main.c | 703 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 D | ascii.c | 90 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/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | sym.c | 195 elf = elf_begin(fd, ELF_C_READ, NULL); in symtab_init()
|
/freebsd/contrib/libexecinfo/ |
H A D | symtab.c | 97 elf = elf_begin(fd, ELF_C_READ, NULL); in symtab_create()
|
/freebsd/lib/libproc/ |
H A D | proc_create.c | 61 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) in getelfclass()
|
H A D | proc_sym.c | 261 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 D | strings.c | 280 elf = elf_begin(fd, ELF_C_READ, NULL); in handle_elf()
|
/freebsd/usr.bin/elfctl/ |
H A D | elfctl.c | 147 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in main()
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 626 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 D | ldd.c | 408 elf = elf_begin(fd, ELF_C_READ, NULL); in is_executable()
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 347 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in pmcstat_image_get_elf_params()
|
/freebsd/lib/libkvm/ |
H A D | kvm.c | 86 elf = elf_begin(kd->nlfd, ELF_C_READ, NULL); in _kvm_read_kernel_ehdr()
|