Searched refs:elf_rawfile (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | Makefile | 24 elf_rawfile.c \ 98 elf_rawfile.3 \
|
H A D | elf_rawfile.c | 34 elf_rawfile(Elf *e, size_t *sz) in elf_rawfile() function
|
H A D | Version.map | 60 elf_rawfile;
|
H A D | libelf.h | 224 char *elf_rawfile(Elf *_elf, size_t *_size);
|
/freebsd/lib/libelf/ |
H A D | Makefile | 30 elf_rawfile.c \ 124 elf_rawfile.3 \
|
/freebsd/usr.bin/ldd/ |
H A D | ldd.c | 277 buf = elf_rawfile(elf, NULL); in has_freebsd_abi_tag() 344 buf = elf_rawfile(elf, NULL); in is_pie()
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 403 if ((elfbase = elf_rawfile(e, NULL)) == NULL) { in pmcstat_image_get_elf_params()
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | write.c | 784 if ((buf = elf_rawfile(obj->elf, NULL)) == NULL) { in write_objs()
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 307 data = elf_rawfile(elf, &max_size); in handle_core_note()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 1841 if ((s = elf_rawfile(ed->elf, &filesize)) == NULL) { in elf_print_interp()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 2524 if ((rawfile = elf_rawfile(re->elf, &size)) == NULL) { in dump_phdr() 3720 if ((rawfile = elf_rawfile(re->elf, &filesize)) == NULL) { in dump_notes()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 8168 OLD_FILES+=usr/share/man/man3/elf_rawfile.3.gz
|