Home
last modified time | relevance | path

Searched refs:elf_rawfile (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/libelf/
Delf_rawfile.c41 elf_rawfile (Elf *elf, size_t *ptr) in elf_rawfile() function
Dlibelf.map52 elf_rawfile;
DAndroid.bp82 "elf_rawfile.c",
DMakefile.am67 elf_rawfile.c elf_readall.c elf_cntl.c \
Dlibelf.h455 extern char *elf_rawfile (Elf *__elf, size_t *__nbytes);
DChangeLog1136 * elf_rawfile.c (elf_rawfile): Lock around elf-> references.
/external/elfutils/tests/
Dshowptable.c124 char *filedata = elf_rawfile (elf, &maxsize); in main()
/external/elfutils/src/
Dar.c427 char *rawfile = elf_rawfile (elf, &len); in copy_content()
586 char *data = elf_rawfile (subelf, &nleft); in do_oper_extract()
857 memcpy (&arhdr, elf_rawfile (elf, NULL) + *startp, sizeof (arhdr)); in write_member()
1298 found[cnt]->mem = elf_rawfile (newelf, &found[cnt]->size); in do_oper_insert()
Dranlib.c121 char *rawfile = elf_rawfile (elf, &len); in copy_content()
Delfcmp.c593 raw1 = elf_rawfile (elf1, &size1); in main()
598 raw2 = elf_rawfile (elf2, &size2); in main()
DChangeLog2498 * ar.c (do_oper_insert): Fix check on elf_rawfile return value.
Dreadelf.c1380 char *filedata = elf_rawfile (ebl->elf, &maxsize); in print_phdr()
/external/elfutils/libdw/
Ddwarf_getcfi_elf.c166 if (elf_rawfile (elf, &filesize) != NULL) in getcfi_gnu_eh_frame()