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

1234

/freebsd-10.1-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.1-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.1-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
778 pmcstat_image_determine_type(struct pmcstat_image *image) argument
858 pmcstat_image_link(struct pmcstat_process *pp, struct pmcstat_image *image, uintfptr_t start) argument
963 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
1150 pmcstat_process_aout_exec(struct pmcstat_process *pp, struct pmcstat_image *image, uintfptr_t entryaddr) argument
1164 pmcstat_process_elf_exec(struct pmcstat_process *pp, struct pmcstat_image *image, uintfptr_t entryaddr) argument
1287 struct pmcstat_image *image; local
1353 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...]
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-10.1-release/tools/regression/geom_uzip/
H A DMakefile14 image:
/freebsd-10.1-release/usr.sbin/cpucontrol/
H A Dcpucontrol.h32 typedef void ucode_update_t(const char *dev, const char *image);
/freebsd-10.1-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.1-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.1-release/usr.bin/mkimg/
H A DMakefile4 SRCS= format.c image.c mkimg.c scheme.c
/freebsd-10.1-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.1-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.1-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 = ℑ
175 image.x = img32->x;
176 image.y = img32->y;
177 image
[all...]
/freebsd-10.1-release/tools/tools/nanobsd/rescue/
H A Dmerge.sh9 dd if=${D2}/_.disk.image of=/dev/${MD}s2 bs=128k
/freebsd-10.1-release/usr.bin/mail/
H A Dglob.h52 int image; /* File descriptor for image of msg */ variable
/freebsd-10.1-release/contrib/apr/dso/unix/
H A Ddso.c87 NSObjectFileImage image;
91 dsoerr = NSCreateObjectFileImageFromFile(path, &image);
95 os_handle = NSLinkModule(image, path,
106 os_handle = NSLinkModule(image, path, FALSE);
108 NSDestroyObjectFileImage(image);
116 err_msg = "cannot create object file image or add library";
/freebsd-10.1-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-10.1-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-10.1-release/release/amd64/
H A Dmk-vmimage.sh39 echo -n "$(basename ${0}) vm-base <base image> <source tree>"
40 echo " <dest dir> <disk image size>"
45 echo -n "$(basename ${0}) vm-image <base image> <image format>"
46 echo " <output image>"
52 echo "$(basename ${0}) [vm-base|vm-image] [...]"
68 # If the vm-base target fails, the vm-image target
71 touch vm-image
77 # Do not allow one failure case to chain through any remaining image
[all...]
/freebsd-10.1-release/release/i386/
H A Dmk-vmimage.sh39 echo -n "$(basename ${0}) vm-base <base image> <source tree>"
40 echo " <dest dir> <disk image size>"
45 echo -n "$(basename ${0}) vm-image <base image> <image format>"
46 echo " <output image>"
52 echo "$(basename ${0}) [vm-base|vm-image] [...]"
68 # If the vm-base target fails, the vm-image target
71 touch vm-image
77 # Do not allow one failure case to chain through any remaining image
[all...]
/freebsd-10.1-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);

Completed in 338 milliseconds

1234