Home
last modified time | relevance | path

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

1234

/external/elfutils/libelf/
DChangeLog26 * elf_begin.c (elf_begin): Check __libelf_version is EV_CURRENT.
70 * elf_begin.c (read_long_names): Make sure ar_size is properly
195 * elf_begin.c (read_unmmaped_file): Likewise.
196 (elf_begin): Likewise.
201 * elf_begin.c (file_read_elf): Skip sanity checking e_shoff if scncnt
211 * elf_begin.c (get_shnum): Likewise. Explicitly set libelf errno on
250 * elf_begin.c: Use F_GETFD rather than F_GETFL.
290 * elf_begin.c (read_file): Always set maxsize when parent == NULL.
304 * elf_begin.c: Remove sys/param.h.
388 * elf_begin.c (file_read_elf): Make a writable copy of the shdrs
[all …]
/external/elfutils/tests/
Delfshphehdr.c160 elf = elf_begin (fd, ELF_C_WRITE, NULL); in main()
165 elf = elf_begin (fd, ELF_C_WRITE, NULL); in main()
170 elf = elf_begin (fd, ELF_C_WRITE, NULL); in main()
175 elf = elf_begin (fd, ELF_C_WRITE, NULL); in main()
Darls.c57 Elf *elf = elf_begin (fd, ELF_C_READ_MMAP, NULL); in handle()
77 while ((subelf = elf_begin (fd, cmd, elf)) != NULL) in handle()
Darsymtest.c59 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
97 subelf = elf_begin (fd, ELF_C_READ, elf); in main()
Demptyfile.c77 Elf *elf = elf_begin (fd, use_mmap ? ELF_C_WRITE_MMAP : ELF_C_WRITE, NULL); in check_elf()
135 elf = elf_begin (fd, use_mmap ? ELF_C_RDWR_MMAP : ELF_C_RDWR, NULL); in check_elf()
218 elf = elf_begin (fd, use_mmap ? ELF_C_READ_MMAP : ELF_C_READ, NULL); in check_elf()
Darextract.c57 elf = elf_begin (fd, cmd, NULL); in main()
72 while ((subelf = elf_begin (fd, cmd, elf)) != NULL) in main()
Decp.c41 Elf *inelf = elf_begin (infd, ELF_C_READ, NULL); in main()
50 Elf *outelf = elf_begin (outfd, ELF_C_WRITE, NULL); in main()
Dvendorelf.c46 Elf *elf = elf_begin (fd, use_mmap ? ELF_C_WRITE_MMAP : ELF_C_WRITE, NULL); in check_elf()
134 elf = elf_begin (fd, use_mmap ? ELF_C_READ_MMAP : ELF_C_READ, NULL); in check_elf()
Delfstrtab.c144 Elf *elf = elf_begin (fd, use_mmap ? ELF_C_WRITE_MMAP : ELF_C_WRITE, NULL); in check_elf()
290 elf = elf_begin (fd, use_mmap ? ELF_C_RDWR_MMAP : ELF_C_RDWR, NULL); in check_elf()
359 elf = elf_begin (fd, use_mmap ? ELF_C_READ_MMAP : ELF_C_READ, NULL); in check_elf()
Dsaridx.c125 elf = elf_begin (fd, cmd, NULL); in main()
147 while ((subelf = elf_begin (fd, cmd, elf)) != NULL) in main()
Dfillfile.c211 Elf *elf = elf_begin (fd, use_mmap ? ELF_C_WRITE_MMAP : ELF_C_WRITE, NULL); in check_elf()
276 elf = elf_begin (fd, use_mmap ? ELF_C_RDWR_MMAP : ELF_C_RDWR, NULL); in check_elf()
357 elf = elf_begin (fd, use_mmap ? ELF_C_READ_MMAP : ELF_C_READ, NULL); in check_elf()
Delfcopy.c85 Elf *elfa = elf_begin (fda, use_mmap ? ELF_C_READ_MMAP : ELF_C_READ, NULL); in copy_elf()
102 Elf *elfb = elf_begin (fdb, use_mmap ? ELF_C_WRITE_MMAP : ELF_C_WRITE, NULL); in copy_elf()
Dtest-flag-nobits.c34 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); in main()
Drdwrmmap.c38 Elf *elf = elf_begin (fd, ELF_C_RDWR_MMAP, NULL); in main()
Dearly-offscn.c42 Elf *elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dnewscn.c51 elf = elf_begin (fd, ELF_C_WRITE, NULL); in main()
Ddebuglink.c47 Elf *elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dbuildid.c49 Elf *elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dstrptr.c55 Elf *elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dscnnames.c51 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dtest-elf_cntl_gelf_getshdr.c78 Elf *elf = elf_begin (fd, do_mmap ? ELF_C_READ_MMAP : ELF_C_READ, NULL); in main()
/external/elfutils/libdwfl/
Dopen.c125 Elf *elf = elf_begin (*fdp, ELF_C_READ_MMAP_PRIVATE, NULL); in libdw_open_elf()
146 Elf *subelf = elf_begin (-1, ELF_C_READ_MMAP_PRIVATE, elf); in libdw_open_elf()
Doffline.c251 Elf *member = elf_begin (fd, ELF_C_READ_MMAP_PRIVATE, archive); in process_archive()
260 member = elf_begin (fd, ELF_C_READ_MMAP_PRIVATE, archive); in process_archive()
/external/elfutils/src/
Dranlib.c155 Elf *arelf = elf_begin (fd, ELF_C_READ_MMAP, NULL); in handle_file()
180 while ((elf = elf_begin (fd, cmd, arelf)) != NULL) in handle_file()
/external/elfutils/libdw/
Ddwarf_begin.c72 elf = elf_begin (fd, elfcmd, NULL); in dwarf_begin()

1234