Home
last modified time | relevance | path

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

/external/elfutils/tests/
Darsymtest.c55 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
93 subelf = elf_begin (fd, ELF_C_READ, elf); in main()
Dscnnames.c41 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Decp.c33 Elf *inelf = elf_begin (infd, ELF_C_READ, NULL); in main()
Darextract.c52 cmd = ELF_C_READ; in main()
Dasm-tst8.c68 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dasm-tst7.c67 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dshowptable.c40 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dsectiondump.c52 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dasm-tst1.c110 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dasm-tst2.c126 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dsaridx.c120 cmd = ELF_C_READ; in main()
Dasm-tst3.c133 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
Dasm-tst9.c160 elf = elf_begin (fd, ELF_C_READ, NULL); in main()
/external/elfutils/libelf/
Delf_memory.c39 return __libelf_read_mmaped_file (-1, image, 0, size, ELF_C_READ, NULL);
Dlibelf.h72 ELF_C_READ, /* Read .. */ enumerator
Delf_begin.c906 if (ref->cmd != ELF_C_READ && ref->cmd != ELF_C_READ_MMAP in dup_elf()
1020 case ELF_C_READ: