| /freebsd-14-stable/contrib/elftoolchain/libelf/ |
| HD | Makefile | 8 elf_begin.c \ 75 elf_begin.3 \
|
| HD | elf_begin.c | 34 elf_begin(int fd, Elf_Cmd c, Elf *a) in elf_begin() function
|
| HD | Version.map | 23 elf_begin;
|
| HD | libelf.h | 185 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
|
| /freebsd-14-stable/lib/libelf/ |
| HD | Makefile | 15 elf_begin.c \ 102 elf_begin.3 \
|
| /freebsd-14-stable/contrib/elftoolchain/libdwarf/ |
| HD | dwarf_init.c | 111 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in dwarf_init()
|
| /freebsd-14-stable/contrib/elftoolchain/brandelf/ |
| HD | brandelf.c | 168 if ((elf = elf_begin(fd, (change || force) ? ELF_C_RDWR : in main()
|
| /freebsd-14-stable/contrib/elftoolchain/elfcopy/ |
| HD | pe.c | 65 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL) in create_pe()
|
| HD | 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()
|
| HD | binary.c | 57 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL) in create_binary()
|
| HD | 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()
|
| HD | 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-14-stable/lib/libproc/ |
| HD | proc_create.c | 62 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) in getelfclass()
|
| HD | proc_sym.c | 262 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in open_object() 350 if ((e2 = elf_begin(fd2, ELF_C_READ, NULL)) == NULL) { in open_object()
|
| /freebsd-14-stable/contrib/libexecinfo/ |
| HD | symtab.c | 97 elf = elf_begin(fd, ELF_C_READ, NULL); in symtab_create()
|
| /freebsd-14-stable/contrib/elftoolchain/strings/ |
| HD | strings.c | 280 elf = elf_begin(fd, ELF_C_READ, NULL); in handle_elf()
|
| /freebsd-14-stable/usr.bin/elfctl/ |
| HD | elfctl.c | 150 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in main()
|
| /freebsd-14-stable/lib/librtld_db/ |
| HD | rtld_db.c | 297 e = elf_begin(fd, ELF_C_READ, NULL); in rtld_syms()
|
| /freebsd-14-stable/contrib/elftoolchain/size/ |
| HD | 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-14-stable/usr.bin/ldd/ |
| HD | ldd.c | 409 elf = elf_begin(fd, ELF_C_READ, NULL); in is_executable()
|
| /freebsd-14-stable/lib/libpmcstat/ |
| HD | libpmcstat_image.c | 356 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in pmcstat_image_get_elf_params()
|
| /freebsd-14-stable/lib/libkvm/ |
| HD | kvm.c | 88 elf = elf_begin(kd->nlfd, ELF_C_READ, NULL); in _kvm_read_kernel_ehdr()
|
| /freebsd-14-stable/lib/libprocstat/ |
| HD | core.c | 145 e = elf_begin(fd, ELF_C_READ, NULL); in procstat_core_open()
|
| /freebsd-14-stable/contrib/elftoolchain/nm/ |
| HD | nm.c | 893 (elf = elf_begin(fd, cmd, arf)) != NULL) { in print_ar_index() 1515 if ((arf = elf_begin(fd, elf_cmd, (Elf *) NULL)) == NULL) { in read_object() 1541 while ((elf = elf_begin(fd, elf_cmd, arf)) != NULL) { in read_object()
|
| /freebsd-14-stable/usr.sbin/kldxref/ |
| HD | elf.c | 79 efile->ef_elf = elf_begin(efile->ef_fd, ELF_C_READ, NULL); in elf_open_file()
|