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

123

/external/elfutils/tests/
H A Dearly-offscn.c50 Elf *elf = elf_begin (fd, ELF_C_READ, NULL);
52 error (2, 0, "elf_begin: %s", elf_errmsg (-1));
H A Drdwrmmap.c18 Elf *elf = elf_begin (fd, ELF_C_RDWR_MMAP, NULL);
20 error (1, 0, "elf_begin: %s", elf_errmsg (-1));
H A Darls.c37 Elf *elf = elf_begin (fd, ELF_C_READ_MMAP, NULL);
57 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
H A Dnewscn.c59 elf = elf_begin (fd, ELF_C_WRITE, NULL);
62 fprintf (stderr, "Failed to elf_begin fdput file: %s\n", name);
H A Darextract.c65 elf = elf_begin (fd, cmd, NULL);
80 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
H A Darsymtest.c67 elf = elf_begin (fd, ELF_C_READ, NULL);
105 subelf = elf_begin (fd, ELF_C_READ, elf);
H A Decp.c45 Elf *inelf = elf_begin (infd, ELF_C_READ, NULL);
54 Elf *outelf = elf_begin (outfd, ELF_C_WRITE, NULL);
H A Dscnnames.c59 elf = elf_begin (fd, ELF_C_READ, NULL);
H A Dsaridx.c133 elf = elf_begin (fd, cmd, NULL);
136 printf ("elf_begin: %s\n", elf_errmsg (-1));
155 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
H A Dupdate1.c57 elf = elf_begin (fd, ELF_C_WRITE, NULL);
H A Dasm-tst7.c90 elf = elf_begin (fd, ELF_C_READ, NULL);
H A Dasm-tst8.c91 elf = elf_begin (fd, ELF_C_READ, NULL);
H A Dnewfile.c78 elf = elf_begin (fd, ELF_C_WRITE, NULL);
81 printf ("elf_begin: %s\n", elf_errmsg (-1));
H A Dshowptable.c58 elf = elf_begin (fd, ELF_C_READ, NULL);
H A Dupdate2.c58 elf = elf_begin (fd, ELF_C_WRITE, NULL);
H A Dasm-tst1.c133 elf = elf_begin (fd, ELF_C_READ, NULL);
H A Dasm-tst2.c149 elf = elf_begin (fd, ELF_C_READ, NULL);
/external/elfutils/libdw/
H A Ddwarf_begin.c95 elf = elf_begin (fd, elfcmd, NULL);
100 /* Test why the `elf_begin" call failed. */
/external/elfutils/libdwfl/
H A Ddwfl_build_id_find_debuginfo.c74 mod->debug.elf = elf_begin (fd, ELF_C_READ_MMAP_PRIVATE, NULL);
H A Doffline.c262 Elf *member = elf_begin (fd, ELF_C_READ_MMAP_PRIVATE, archive);
271 member = elf_begin (fd, ELF_C_READ_MMAP_PRIVATE, archive);
291 Elf *elf = elf_begin (fd, ELF_C_READ_MMAP_PRIVATE, NULL);
H A Ddwfl_build_id_find_elf.c155 *elfp = elf_begin (fd, ELF_C_READ_MMAP_PRIVATE, NULL);
/external/linux-tools-perf/config/
H A Dfeature-tests.mak31 Elf *elf = elf_begin(0, ELF_C_READ, 0);
50 Elf *elf = elf_begin(0, ELF_C_READ_MMAP, 0);
/external/elfutils/src/
H A Dranlib.c183 Elf *arelf = elf_begin (fd, ELF_C_READ_MMAP, NULL);
208 while ((elf = elf_begin (fd, cmd, arelf)) != NULL)
/external/elfutils/libasm/
H A Dasm_begin.c73 result->out.elf = elf_begin (result->fd, ELF_C_WRITE_MMAP, NULL);
/external/elfutils/libelf/
H A Dnlist.c109 elf = INTUSE(elf_begin) (fd, ELF_C_READ_MMAP, NULL);

Completed in 4337 milliseconds

123