Searched refs:ELF_C_READ (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Delf_next.c50 assert(parent->e_cmd == ELF_C_READ);
77 return (ELF_C_READ);
H A Delf_open.c45 return (_libelf_open_object(fd, ELF_C_READ, 0));
H A Delf_getident.c49 assert(e->e_kind != ELF_K_AR || e->e_cmd == ELF_C_READ);
H A Delf_begin.c63 case ELF_C_READ:
H A Dlibelf_memory.c55 e->e_cmd = ELF_C_READ;
H A Dgelf_shdr.c104 if (e->e_cmd == ELF_C_READ) {
H A Dgelf_ehdr.c132 if (e->e_cmd == ELF_C_READ) {
H A Dgelf_phdr.c138 if (e->e_cmd == ELF_C_READ) {
H A Dlibelf_open.c133 assert(c == ELF_C_READ || c == ELF_C_RDWR || c == ELF_C_WRITE);
170 * ELF_C_READ and ELF_C_RDWR mode.
H A Dlibelf.h91 ELF_C_READ, enumerator in enum:__anon673
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c134 Elf_Cmd cmd = ELF_C_READ;
198 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL)
254 Elf_Cmd cmd = ELF_C_READ;
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) {
/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_init.c111 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
/freebsd-13-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c169 ELF_C_READ, NULL)) == NULL) {
/freebsd-13-stable/lib/libproc/
H A Dproc_create.c64 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL)
H A Dproc_sym.c267 if ((e = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
355 if ((e2 = elf_begin(fd2, ELF_C_READ, NULL)) == NULL) {
/freebsd-13-stable/contrib/libexecinfo/
H A Dsymtab.c97 elf = elf_begin(fd, ELF_C_READ, NULL);
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c57 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL)
H A Dpe.c65 if ((e = elf_begin(ifd, ELF_C_READ, NULL)) == NULL)
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c200 elf = elf_begin(fd, ELF_C_READ, NULL);
/freebsd-13-stable/usr.bin/elfctl/
H A Delfctl.c148 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
/freebsd-13-stable/lib/librtld_db/
H A Drtld_db.c298 e = elf_begin(fd, ELF_C_READ, NULL);
/freebsd-13-stable/contrib/elftoolchain/strings/
H A Dstrings.c280 elf = elf_begin(fd, ELF_C_READ, NULL);
/freebsd-13-stable/usr.bin/ldd/
H A Dldd.c409 elf = elf_begin(fd, ELF_C_READ, NULL);
/freebsd-13-stable/lib/libkvm/
H A Dkvm.c89 elf = elf_begin(kd->nlfd, ELF_C_READ, NULL);

Completed in 224 milliseconds

12