Searched refs:elf_rawfile (Results 1 – 13 of 13) sorted by relevance
/third_party/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 | Makefile.am | 67 elf_rawfile.c elf_readall.c elf_cntl.c \
|
D | libelf.h | 455 extern char *elf_rawfile (Elf *__elf, size_t *__nbytes);
|
D | ChangeLog | 1431 * elf_rawfile.c (elf_rawfile): Lock around elf-> references.
|
/third_party/elfutils/tests/ |
D | showptable.c | 124 char *filedata = elf_rawfile (elf, &maxsize); in main()
|
/third_party/elfutils/src/ |
D | ar.c | 426 char *rawfile = elf_rawfile (elf, &len); in copy_content() 584 char *data = elf_rawfile (subelf, &nleft); in do_oper_extract() 859 memcpy (&arhdr, elf_rawfile (elf, NULL) + *startp, sizeof (arhdr)); in write_member() 1301 found[cnt]->mem = elf_rawfile (newelf, &found[cnt]->size); in do_oper_insert()
|
D | ranlib.c | 120 char *rawfile = elf_rawfile (elf, &len); in copy_content()
|
D | elfcmp.c | 592 raw1 = elf_rawfile (elf1, &size1); in main() 597 raw2 = elf_rawfile (elf2, &size2); in main()
|
D | ChangeLog | 3186 * ar.c (do_oper_insert): Fix check on elf_rawfile return value.
|
D | readelf.c | 1441 char *filedata = elf_rawfile (ebl->elf, &maxsize); in print_phdr()
|
/third_party/elfutils/libdw/ |
D | dwarf_getcfi_elf.c | 168 if (elf_rawfile (elf, &filesize) != NULL) in getcfi_gnu_eh_frame()
|
/third_party/elfutils/ |
D | elfutils_config.gni | 455 "//third_party/elfutils/libelf/elf_rawfile.c",
|