Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
Delf_rawfile.c41 elf_rawfile (Elf *elf, size_t *ptr) in elf_rawfile() function
Dlibelf.map52 elf_rawfile;
DMakefile.am67 elf_rawfile.c elf_readall.c elf_cntl.c \
Dlibelf.h455 extern char *elf_rawfile (Elf *__elf, size_t *__nbytes);
DChangeLog1431 * elf_rawfile.c (elf_rawfile): Lock around elf-> references.
/third_party/elfutils/tests/
Dshowptable.c124 char *filedata = elf_rawfile (elf, &maxsize); in main()
/third_party/elfutils/src/
Dar.c426 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()
Dranlib.c120 char *rawfile = elf_rawfile (elf, &len); in copy_content()
Delfcmp.c592 raw1 = elf_rawfile (elf1, &size1); in main()
597 raw2 = elf_rawfile (elf2, &size2); in main()
DChangeLog3186 * ar.c (do_oper_insert): Fix check on elf_rawfile return value.
Dreadelf.c1441 char *filedata = elf_rawfile (ebl->elf, &maxsize); in print_phdr()
/third_party/elfutils/libdw/
Ddwarf_getcfi_elf.c168 if (elf_rawfile (elf, &filesize) != NULL) in getcfi_gnu_eh_frame()
/third_party/elfutils/
Delfutils_config.gni455 "//third_party/elfutils/libelf/elf_rawfile.c",