Searched refs:image (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-10.2-release/contrib/gcc/
H A Dunwind-dw2-fde-darwin.c74 /* Node of KEYMGR_GCC3_LIVE_IMAGE_LIST. Info about each resident image. */
77 struct mach_header *mh; /* the image info */
93 IMAGE_IS_TEXT_MASK = 4, /* This image is in the TEXT segment. */
96 image list. */
108 live_image_destructor (struct live_images *image)
110 if (image->object_info)
122 __deregister_frame_info_bases (image->fde);
130 free (image->object_info);
131 image->object_info = NULL;
132 if (image
107 live_image_destructor(struct live_images *image) argument
148 struct live_images *image; local
[all...]
/freebsd-10.2-release/lib/libelf/
H A Delf_memory.c37 elf_memory(char *image, size_t sz) argument
46 if (image == NULL || sz == 0) {
55 e->e_rawfile = image;
63 if (sz > EI_NIDENT && LIBELF_IS_ELF(image)) {
65 e->e_class = image[EI_CLASS];
66 e->e_byteorder = image[EI_DATA];
67 e->e_version = image[EI_VERSION];
84 strncmp(image, ARMAG, (size_t) SARMAG) == 0) {
/freebsd-10.2-release/usr.sbin/pmcstat/
H A Dpmcpl_annotate.c85 struct pmcstat_image *image; local
98 image = map->ppm_image;
100 (image->pi_vaddr - image->pi_start));
101 sym = pmcstat_symbol_search(image, newpc);
109 image->pi_vaddr), (uintmax_t)(sym->ps_end +
110 image->pi_vaddr));
H A Dpmcpl_annotate_cg.c86 struct pmcstat_image *image; local
96 image = NULL;
104 image = map->ppm_image;
106 (image->pi_vaddr - image->pi_start));
107 sym = pmcstat_symbol_search(image, newpc);
110 if (map != NULL && image != NULL && sym != NULL) {
111 (void) pmcstat_image_addr2line(image, cc[i],
H A Dpmcstat_log.c109 * pmcstat_pcmap structures track per-image mappings.
126 * values, we map each pc value to a tuple (image, symbol), where
127 * 'image' denotes an executable object and 'symbol' is the closest
135 * All image descriptors are kept in a hash table.
170 /* image */
412 * Determine whether a given executable image is an A.OUT object, and
414 * Sets image->pi_type.
418 pmcstat_image_get_aout_params(struct pmcstat_image *image) argument
426 path = pmcstat_string_unintern(image->pi_execpath);
429 if (image
484 pmcstat_symbol_search(struct pmcstat_image *image, uintfptr_t addr) argument
505 pmcstat_image_add_symbols(struct pmcstat_image *image, Elf *e, Elf_Scn *scn, GElf_Shdr *sh) argument
618 pmcstat_image_get_elf_params(struct pmcstat_image *image) argument
779 pmcstat_image_determine_type(struct pmcstat_image *image) argument
859 pmcstat_image_link(struct pmcstat_process *pp, struct pmcstat_image *image, uintfptr_t start) argument
964 pmcstat_image_addr2line(struct pmcstat_image *image, uintfptr_t addr, char *sourcefile, size_t sourcefile_len, unsigned *sourceline, char *funcname, size_t funcname_len) argument
1151 pmcstat_process_aout_exec(struct pmcstat_process *pp, struct pmcstat_image *image, uintfptr_t entryaddr) argument
1165 pmcstat_process_elf_exec(struct pmcstat_process *pp, struct pmcstat_image *image, uintfptr_t entryaddr) argument
1288 struct pmcstat_image *image; local
1354 struct pmcstat_image *image; local
[all...]
H A Dpmcpl_gprof.c114 struct pmcstat_image *image)
127 gm.lpc = image->pi_start;
128 gm.hpc = image->pi_end;
163 * (image,pmcid) combination. Return the interned string.
167 pmcstat_gmon_create_name(const char *samplesdir, struct pmcstat_image *image, argument
179 pmcstat_string_unintern(image->pi_samplename));
224 pmcstat_gmon_append_arc(struct pmcstat_image *image, pmc_id_t pmcid, argument
231 if ((pgf = pmcstat_image_find_gmonfile(image, pmcid)) == NULL)
240 arc.raw_frompc = rawfrom + image->pi_vaddr;
241 arc.raw_selfpc = rawto + image
113 pmcstat_gmon_create_file(struct pmcstat_gmonfile *pgf, struct pmcstat_image *image) argument
249 pmcstat_image_find_gmonfile(struct pmcstat_image *image, pmc_id_t pmcid) argument
399 struct pmcstat_image *image; local
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/fs/cd9660/
H A Dt_high_ino_big_file.sh28 # The image used in these tests has been provided by Thomas Schmitt under
83 bunzip2 < $(atf_get_srcdir)/pr_48787.image.bz2 > pr_48787.image
86 rump_cd9660 -o norrip ./pr_48787.image ${mntpnt}
94 rump_cd9660 ./pr_48787.image ${mntpnt}
/freebsd-10.2-release/release/
H A DMakefile.ec25 # Makefile for creating an EC2 AMI from a disk image.
17 .if !exists(/usr/local/bin/bsdec2-image-upload)
25 .if exists(${PORTSDIR}/net/bsdec2-image-upload/Makefile)
26 make -C ${PORTSDIR}/net/bsdec2-image-upload BATCH=1 all install clean
31 env ASSUME_ALWAYS_YES=yes pkg install -y net/bsdec2-image-upload
54 /usr/local/bin/bsdec2-image-upload ${PUBLISH} \
H A DMakefile.vm8 VMTARGETS= vm-image
13 VHD_DESC= Azure, VirtualPC, Hyper-V, Xen disk image
14 VMDK_DESC= VMWare, VirtualBox disk image
15 QCOW2_DESC= Qemu, KVM disk image
16 RAW_DESC= Unformatted raw disk image
25 AZURE_DESC= Microsoft Azure platform image
28 EC2_DESC= Amazon EC2 image
31 GCE_DESC= Google Compute Engine image
34 OPENSTACK_DESC= OpenStack platform image
97 vm-base: vm-image
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/fs/common/
H A Dfstest_ext2fs.c55 ext2fs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, argument
65 size, image);
79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
82 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
H A Dfstest_msdosfs.c55 msdosfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, argument
65 size, image);
79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
83 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
H A Dfstest_sysvbfs.c55 sysvbfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, argument
65 size, image);
79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
82 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
H A Dfstest_v7fs.c55 v7fs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, argument
65 size, image);
79 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
83 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
H A Dfstest_zfs.c51 zfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, argument
66 /* create backing image, sparse file is enough */
67 if ((fd = open(image, O_RDWR | O_CREAT, 0777)) == -1)
75 res = rump_pub_etfs_register(ZFSDEV, image, RUMP_ETFS_BLK);
H A Dfstest_ffs.c56 ffs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, off_t size, argument
66 snprintf(cmd, 1024, "newfs -F -s %"PRId64" %s >/dev/null", size, image);
84 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
87 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
H A Dfstest_udf.c56 udf_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, off_t size, argument
69 snprintf(cmd, 1024, "newfs_udf -F -s %"PRId64" %s >/dev/null", size, image);
87 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
91 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
H A Dfstest_lfs.c64 lfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, off_t size, argument
74 size, image);
87 strcpy(args->ta_hostpath, image);
89 snprintf(args->ta_imgpath, MAXPATHLEN, "%s", image);
93 res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
/freebsd-10.2-release/tools/regression/geom_uzip/
H A DMakefile14 image:
/freebsd-10.2-release/usr.sbin/cpucontrol/
H A Dcpucontrol.h32 typedef void ucode_update_t(const char *dev, const char *image);
/freebsd-10.2-release/contrib/libpcap/
H A Dbpf_image.c61 static char image[256]; local
296 (void)snprintf(image, sizeof image,
300 (void)snprintf(image, sizeof image,
304 return image;
/freebsd-10.2-release/contrib/libarchive/libarchive/test/
H A Dtest_fuzz.c33 * This test simply reads each archive image into memory, pokes
66 char *rawimage = NULL, *image = NULL, *tmp = NULL; local
124 image = malloc(size);
125 assert(image != NULL);
126 if (image == NULL)
135 memcpy(image, rawimage, size);
140 image[rand() % size] = (char)rand();
142 /* Save the messed-up image to a file.
158 assertEqualInt((size_t)size, fwrite(image, 1, (size_t)size, f));
167 if (0 == archive_read_open_memory(a, image, siz
[all...]
H A Dtest_write_format_mtree_quoted_filename.c32 static const char image [] = { variable
69 assertEqualString(buff, image);
/freebsd-10.2-release/sys/xen/interface/
H A Dkexec.h118 * Load/Unload kernel image for kexec or kdump.
120 * image == relocation information for kexec (ignored for unload) [in]
126 xen_kexec_image_t image; member in struct:xen_kexec_load
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dada-tasks.c296 char image[256]; local
322 if (atcb.image.P_ARRAY != NULL)
324 READ_MEMORY ((CORE_ADDR) EXTRACT_ADDRESS (atcb.image.P_BOUNDS), bounds);
326 read_memory ((CORE_ADDR) EXTRACT_ADDRESS (atcb.image.P_ARRAY),
327 (char *) &image, bounds[1]);
328 printf_filtered ("Name: %.*s\n", bounds[1], image);
357 if (atcb2.image.P_ARRAY != NULL)
359 READ_MEMORY ((CORE_ADDR) EXTRACT_ADDRESS (atcb2.image.P_BOUNDS),
362 read_memory ((CORE_ADDR) EXTRACT_ADDRESS (atcb2.image.P_ARRAY),
363 (char *) &image, bound
472 char image[256]; local
[all...]
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dradeon_ioc32.c151 int width; /* Texture image coordinates */
153 u32 image; member in struct:drm_radeon_texture32
162 drm_radeon_tex_image_t __user image; local
165 if (req32->image == 0)
167 img32 = (drm_radeon_tex_image32_t *)(unsigned long)req32->image;
174 request.image = &image;
175 image.x = img32->x;
176 image.y = img32->y;
177 image
[all...]

Completed in 482 milliseconds

1234