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

123

/freebsd-9.3-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...]
H A Dreal.c2667 unsigned long image, sig, exp;
2671 image = sign << 31;
2681 image |= 255 << 23;
2683 image |= 0x7fffffff;
2704 image |= 255 << 23;
2705 image |= sig;
2708 image |= 0x7fffffff;
2719 image |= exp << 23;
2720 image |= sig;
2727 buf[0] = image;
2661 unsigned long image, sig, exp; local
2728 unsigned long image = buf[0] & 0xffffffff; local
3844 unsigned long sign, exp, sig, image; local
3880 unsigned long image = buf[0] & 0xffffffff; local
4173 unsigned long sign, exp, sig, image; local
4205 unsigned long sign, sig, image = buf[0]; local
4494 unsigned long image, exp, sig; local
4534 unsigned long image = buf[0]; local
[all...]
/freebsd-9.3-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-9.3-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_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...]
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.
169 /* image */
406 * Determine whether a given executable image is an A.OUT object, and
408 * Sets image->pi_type.
412 pmcstat_image_get_aout_params(struct pmcstat_image *image) argument
420 path = pmcstat_string_unintern(image->pi_execpath);
423 if (image
478 pmcstat_symbol_search(struct pmcstat_image *image, uintfptr_t addr) argument
499 pmcstat_image_add_symbols(struct pmcstat_image *image, Elf *e, Elf_Scn *scn, GElf_Shdr *sh) argument
610 pmcstat_image_get_elf_params(struct pmcstat_image *image) argument
770 pmcstat_image_determine_type(struct pmcstat_image *image) argument
850 pmcstat_image_link(struct pmcstat_process *pp, struct pmcstat_image *image, uintfptr_t start) argument
955 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
1142 pmcstat_process_aout_exec(struct pmcstat_process *pp, struct pmcstat_image *image, uintfptr_t entryaddr) argument
1156 pmcstat_process_elf_exec(struct pmcstat_process *pp, struct pmcstat_image *image, uintfptr_t entryaddr) argument
1279 struct pmcstat_image *image; local
1345 struct pmcstat_image *image; local
[all...]
H A Dpmcpl_callgraph.c90 pmcstat_cgnode_allocate(struct pmcstat_image *image, uintfptr_t pc) argument
97 cg->pcg_image = image;
131 struct pmcstat_image *image; local
141 image = ppm->ppm_image;
143 loadaddress = ppm->ppm_lowpc + image->pi_vaddr - image->pi_start;
144 pc -= loadaddress; /* Convert to an offset in the image. */
150 if ((sym = pmcstat_symbol_search(image, pc)) != NULL)
170 if (cg->pcg_image == image && cg->pcg_func == pc)
178 cg = pmcstat_cgnode_allocate(image, p
218 pmcstat_cgnode_find(struct pmcstat_cgnode *parent, struct pmcstat_image *image, uintfptr_t pcoffset) argument
327 struct pmcstat_image *image; local
[all...]
H A Dpmcstat_log.h66 * with this image.
70 PMCSTAT_IMAGE_UNKNOWN = 0, /* never looked at the image */
71 PMCSTAT_IMAGE_INDETERMINABLE, /* can't tell what the image is */
103 /* Handle to addr2line for this image. */
111 * An image can be associated with one or more gmon.out files;
188 struct pmcstat_symbol *pmcstat_symbol_search(struct pmcstat_image *image,
194 int pmcstat_image_addr2line(struct pmcstat_image *image, uintfptr_t addr,
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_fuzz.c33 * This test simply reads each archive image into memory, pokes
85 char *rawimage, *image; local
124 image = malloc(size);
125 assert(image != NULL);
133 memcpy(image, rawimage, size);
136 image[rand() % size] = (char)rand();
138 /* Save the messed-up image to a file.
142 fwrite(image, 1, (size_t)size, f);
151 if (0 == archive_read_open_memory(a, image, size)) {
161 free(image);
[all...]
/freebsd-9.3-release/tools/regression/geom_uzip/
H A DMakefile14 image:
/freebsd-9.3-release/usr.sbin/cpucontrol/
H A Dcpucontrol.h32 typedef void ucode_update_t(const char *dev, const char *image);
/freebsd-9.3-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-9.3-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-9.3-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...]
H A Dradeon_state.c1700 drm_radeon_tex_image_t * image)
1723 * part of the texture image may be corrupted.
1739 blit_width = image->width * 4;
1749 blit_width = image->width * 2;
1755 blit_width = image->width * 1;
1762 if (spitch == 0 && image->height > 1)
1771 image->x *= 2;
1777 if (!radeon_check_offset(dev_priv, tex->offset + image->height *
1788 image->x, image
1697 radeon_cp_dispatch_texture(struct drm_device * dev, struct drm_file *file_priv, drm_radeon_texture_t * tex, drm_radeon_tex_image_t * image) argument
2430 drm_radeon_tex_image_t image; local
[all...]
/freebsd-9.3-release/tools/tools/nanobsd/rescue/
H A Dmerge.sh9 dd if=${D2}/_.disk.image of=/dev/${MD}s2 bs=128k
/freebsd-9.3-release/usr.bin/mail/
H A Dglob.h52 int image; /* File descriptor for image of msg */ variable
H A Dnames.c309 if (image < 0) {
321 image = open(tempname, O_RDWR);
323 if (image < 0) {
329 (void)fcntl(image, F_SETFD, 1);
348 * Now either copy "image" to the desired file
360 * We can't really reuse the same image file,
371 pid = start_command(sh, &nset, image, -1, "-c", fname,
385 if ((f = dup(image)) < 0) {
391 fprintf(stderr, "Can't reopen image\n");
418 if (image >
[all...]
/freebsd-9.3-release/sbin/nvmecontrol/
H A Dfirmware.c82 * The NVMe spec does not explicitly state a maximum firmware image
181 char ch, *p, *image = NULL; local
216 image = optarg;
229 "activate ([-a]) firmware image action\n"
264 read_image_file(image, &buf, &size);
268 "firmware image (%s) to controller %s.\n"
270 "overwrite an existing firmware image.\n",
271 image, controller);
274 "image on controller %s.\n"
278 printf("You are about to download firmware image "
[all...]
/freebsd-9.3-release/sbin/gbde/
H A Dtest.sh47 if [ -f image.uu ] ; then
48 uudecode -p image.uu | bzcat > $D
50 uudecode -p ${1}/image.uu | bzcat > $D
/freebsd-9.3-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-9.3-release/contrib/gcc/config/
H A Ddarwin-crt3.c206 const void *(*NSLookupSymbolInImage_fn)(const void *image,
229 const void * image; local
234 image = dyld_get_image_header_fn (i);
235 if (! image)
238 symbol = NSLookupSymbolInImage_fn (image, "_atexit", 4);
/freebsd-9.3-release/usr.sbin/makefs/
H A Dffs.c253 ffs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts) argument
258 assert(image != NULL);
264 printf("ffs_makefs: image %s directory %s root %p\n",
265 image, dir, root);
273 image, (long long)fsopts->size, (long long)fsopts->inodes);
275 /* create image */
277 if (ffs_create_image(image, fsopts) == -1)
278 errx(1, "Image file `%s' not created.", image);
286 /* populate image */
287 printf("Populating `%s'\n", image);
464 ffs_create_image(const char *image, fsinfo_t *fsopts) argument
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Dradeon_state.c1662 drm_radeon_tex_image_t * image)
1685 * part of the texture image may be corrupted.
1701 blit_width = image->width * 4;
1711 blit_width = image->width * 2;
1717 blit_width = image->width * 1;
1724 if (spitch == 0 && image->height > 1)
1733 image->x *= 2;
1739 if (!radeon_check_offset(dev_priv, tex->offset + image->height *
1750 image->x, image
1659 radeon_cp_dispatch_texture(struct drm_device * dev, struct drm_file *file_priv, drm_radeon_texture_t * tex, drm_radeon_tex_image_t * image) argument
2387 drm_radeon_tex_image_t image; local
[all...]
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c138 mode_msg = "Assigned boot image to 1.44 emulation mode";
142 mode_msg = "Assigned boot image to 1.2 emulation mode";
146 mode_msg = "Assigned boot image to 2.88 emulation mode";
150 mode_msg = "Assigned boot image to no emulation mode";
162 printf("New image has size %d, uses %d 512-byte sectors\n",
184 /* TODO : Need to do anything about the boot image in the tree? */
194 struct cd9660_boot_image *image; local
198 /* Find the last image added */
199 TAILQ_FOREACH(image, &diskStructure.boot_images, image_list) {
200 if (image
[all...]

Completed in 210 milliseconds

123