HomeSort by relevance Sort by last modified time
    Searched refs:ELF_C_READ (Results 1 - 19 of 19) sorted by null

  /external/elfutils/libelf/
elf_memory.c 39 return __libelf_read_mmaped_file (-1, image, 0, size, ELF_C_READ, NULL);
libelf.h 72 ELF_C_READ, /* Read .. */
elf_begin.c 904 command different then ELF_C_READ, ELF_C_WRITE and ELF_C_RDWR is
906 if (ref->cmd != ELF_C_READ && ref->cmd != ELF_C_READ_MMAP
1020 case ELF_C_READ:
  /external/elfutils/tests/
arsymtest.c 55 elf = elf_begin (fd, ELF_C_READ, NULL);
93 subelf = elf_begin (fd, ELF_C_READ, elf);
scnnames.c 41 elf = elf_begin (fd, ELF_C_READ, NULL);
arextract.c 52 cmd = ELF_C_READ;
asm-tst7.c 67 elf = elf_begin (fd, ELF_C_READ, NULL);
ecp.c 33 Elf *inelf = elf_begin (infd, ELF_C_READ, NULL);
asm-tst8.c 68 elf = elf_begin (fd, ELF_C_READ, NULL);
showptable.c 40 elf = elf_begin (fd, ELF_C_READ, NULL);
asm-tst1.c 110 elf = elf_begin (fd, ELF_C_READ, NULL);
asm-tst2.c 126 elf = elf_begin (fd, ELF_C_READ, NULL);
saridx.c 120 cmd = ELF_C_READ;
sectiondump.c 52 elf = elf_begin (fd, ELF_C_READ, NULL);
asm-tst3.c 133 elf = elf_begin (fd, ELF_C_READ, NULL);
asm-tst9.c 160 elf = elf_begin (fd, ELF_C_READ, NULL);
  /build/tools/soslim/
main.c 90 elf = elf_begin(elf_fd, ELF_C_READ, NULL);
133 ((outfile == NULL && dry_run == 0) ? ELF_C_RDWR : ELF_C_READ),
  /build/tools/lsd/
lsd.c 142 source->elf = elf_begin(source->elf_fd, ELF_C_READ, NULL);
  /build/tools/apriori/
apriori.c 632 (dry_run || output != NULL) ? ELF_C_READ : ELF_C_RDWR,
    [all...]

Completed in 228 milliseconds