Searched refs:elf_rawfile (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libelf/ |
D | elf_rawfile.c | 41 elf_rawfile (Elf *elf, size_t *ptr) in elf_rawfile() function
|
D | libelf.map | 52 elf_rawfile;
|
D | Android.bp | 81 "elf_rawfile.c",
|
D | Makefile.am | 57 elf_rawfile.c elf_readall.c elf_cntl.c \
|
D | libelf.h | 424 extern char *elf_rawfile (Elf *__elf, size_t *__nbytes);
|
D | ChangeLog | 777 * elf_rawfile.c (elf_rawfile): Lock around elf-> references.
|
/external/elfutils/tests/ |
D | showptable.c | 124 char *filedata = elf_rawfile (elf, &maxsize); in main()
|
/external/elfutils/src/ |
D | ranlib.c | 137 char *rawfile = elf_rawfile (elf, &len); in copy_content()
|
D | ar.c | 442 char *rawfile = elf_rawfile (elf, &len); in copy_content() 595 char *data = elf_rawfile (subelf, &nleft); in do_oper_extract() 863 memcpy (&arhdr, elf_rawfile (elf, NULL) + *startp, sizeof (arhdr)); in write_member() 1300 found[cnt]->mem = elf_rawfile (newelf, &found[cnt]->size); in do_oper_insert()
|
D | elfcmp.c | 577 raw1 = elf_rawfile (elf1, &size1); in main() 582 raw2 = elf_rawfile (elf2, &size2); in main()
|
D | ldgeneric.c | 1740 content = elf_rawfile (elf, &contentsize); in open_elf()
|
D | ChangeLog | 1435 * ar.c (do_oper_insert): Fix check on elf_rawfile return value.
|
D | readelf.c | 1297 char *filedata = elf_rawfile (ebl->elf, &maxsize); in print_phdr()
|
/external/elfutils/libdw/ |
D | dwarf_getcfi_elf.c | 166 if (elf_rawfile (elf, &filesize) != NULL) in getcfi_gnu_eh_frame()
|