Home
last modified time | relevance | path

Searched refs:ELF_C_READ (Results 1 – 25 of 30) sorted by relevance

12

/external/elfutils/src/tests/
Darsymtest.c59 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
97 subelf = elf_begin (fd, ELF_C_READ, elf); in main()
Dtest-flag-nobits.c30 Elf *stripped = elf_begin (fd, ELF_C_READ, NULL); in main()
Dearly-offscn.c42 Elf *elf = elf_begin (fd, ELF_C_READ, 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()
Dscnnames.c51 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dtest-elf_cntl_gelf_getshdr.c74 Elf *elf = elf_begin (fd, do_mmap ? ELF_C_READ_MMAP : ELF_C_READ, NULL); in main()
Decp.c37 Elf *inelf = elf_begin (infd, ELF_C_READ, NULL); in main()
Darextract.c56 cmd = ELF_C_READ; in main()
Dasm-tst7.c82 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dshowptable.c50 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dasm-tst8.c83 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dsectiondump.c56 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dasm-tst1.c125 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dsaridx.c124 cmd = ELF_C_READ; in main()
Dasm-tst2.c141 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dasm-tst9.c175 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dasm-tst3.c148 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
/external/elfutils/src/libelf/
Delf_memory.c51 return __libelf_read_mmaped_file (-1, image, 0, size, ELF_C_READ, NULL);
Dlibelf.h86 ELF_C_READ, /* Read .. */ enumerator
Delf_begin.c959 if (unlikely (ref->cmd != ELF_C_READ && ref->cmd != ELF_C_READ_MMAP in dup_elf()
1086 case ELF_C_READ:
/external/google-breakpad/src/common/solaris/
Dfile_id.cc81 Elf *elf = elf_begin(fd, ELF_C_READ, NULL); in FindElfTextSection()
/external/linux-tools-perf/src/tools/perf/util/
Dsymbol.h52 # define PERF_ELF_C_READ_MMAP ELF_C_READ
/external/linux-tools-perf/src/tools/perf/config/
Dfeature-tests.mak31 Elf *elf = elf_begin(0, ELF_C_READ, 0);
/external/elfutils/src/
DTODO27 When reading (ELF_C_READ*) then there is no need to malloc Shdr

12