Searched refs:origin (Results 1 - 25 of 113) sorted by path

12345

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_diff.c614 char origin[ZFS_MAX_DATASET_NAME_LEN]; local
624 if (zfs_prop_get(zhp, ZFS_PROP_ORIGIN, origin,
625 sizeof (origin), &src, NULL, 0, B_FALSE) != 0) {
630 if (strncmp(origin, fromsnap, fsnlen) == 0)
634 zhp = zfs_open(hdl, origin, ZFS_TYPE_FILESYSTEM);
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive.c103 "ARFILENAMES/"). The origin of the latter format is uncertain.
510 filepos += archive->origin;
531 n_nfd->origin = bfd_tell (archive);
596 filestart = last_file->origin + size;
598 filestart -= archive->origin;
600 Note that last_file->origin can be odd in the case of
H A Dbfd-in2.h4649 /* Currently my_archive is tested before adding origin to
4651 origin, with origin set to 0 for non archive files. */
4652 ufile_ptr origin;
4645 ufile_ptr origin; member in struct:bfd
H A Dbfdio.c219 ptr -= abfd->origin;
340 file_position += abfd->origin;
H A Dbfdwin.c152 offset += abfd->origin;
H A Dcoff-alpha.c2269 Note that last_file->origin can be odd in the case of
2271 filestart = last_file->origin + size;
H A Dieee.c3657 p->abfd->origin = p->file_offset;
H A Dopncls.c83 nbfd->origin = 0;
852 abfd->origin = 0;
/freebsd-11-stable/contrib/binutils/ld/
H A Dldexp.c656 new_abs (mem->origin);
H A Dldgram.y690 region->origin = exp_get_vma ($3, 0, "origin");
691 region->current = region->origin;
H A Dldlang.c1166 new->origin = 0;
1774 sprintf_vma (buf, m->origin);
4193 if ((region->current < region->origin
4194 || (region->current - region->origin > region->length))
4195 && ((region->current != region->origin + region->length)
4215 region->current = region->origin;
5559 p->current = p->origin;
H A Dldlang.h54 bfd_vma origin; member in struct:memory_region_struct
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.c703 copy_window(origin, destination)
704 WINDOW *origin, *destination;
709 orig = origin->first_line;
713 row < (min(origin->Num_lines, destination->Num_lines));
717 column < (min(origin->Num_cols, destination->Num_cols));
729 destination->LX = min((destination->Num_cols - 1), origin->LX);
730 destination->LY = min((destination->Num_lines - 1), origin->LY);
731 destination->Attrib = origin->Attrib;
732 destination->scroll_up = origin->scroll_up;
733 destination->scroll_down = origin
[all...]
H A Dnew_curse.h193 extern void copy_window P_((WINDOW *origin, WINDOW *destination));
/freebsd-11-stable/contrib/gcc/
H A Dcgraph.c225 node->origin = cgraph_node (DECL_CONTEXT (decl));
226 node->next_nested = node->origin->nested;
227 node->origin->nested = node;
541 if (node->origin)
543 struct cgraph_node **node2 = &node->origin->nested;
719 if (node->origin)
720 fprintf (f, " nested in: %s", cgraph_node_name (node->origin));
1072 new->origin = n->origin;
1073 if (new->origin)
[all...]
H A Dcgraph.h123 struct cgraph_node *origin; local
126 /* Pointer to the next function with same origin, if any. */
H A Dcgraphunit.c196 tree origin; local
235 && !node->origin))
255 we inlined the origin. */
256 for (origin = decl_function_context (decl); origin;
257 origin = decl_function_context (origin))
258 if (DECL_EXTERNAL (origin))
H A Ddwarf2out.c4804 /* Determine the "ultimate origin" of a decl. The decl may be an inlined
4806 function, so we have to trace all of the way back through the origin chain
4829 /* Determine the "ultimate origin" of a block. The block may be an inlined
4831 function, so we have to trace all of the way back through the origin chain
4861 /* The block's abstract origin chain may not be the *ultimate* origin of
4862 the block. It could lead to a DECL that has an abstract origin set.
4863 If so, we want that DECL's abstract origin (which is what DECL_ORIGIN
10974 add_abstract_origin_attribute (dw_die_ref die, tree origin)
10978 if (TREE_CODE (origin) !
10961 add_abstract_origin_attribute(dw_die_ref die, tree origin) argument
11525 tree origin; local
11749 tree origin = decl_ultimate_origin (decl); local
12077 tree origin = decl_ultimate_origin (decl); local
12175 tree origin = decl_ultimate_origin (decl); local
12658 tree origin; local
12908 tree origin; local
13251 tree origin; local
14416 dw_die_ref origin = get_AT_ref (die, DW_AT_abstract_origin); local
[all...]
H A Dfunction.c3593 abstract origin duplicates of a source block. It really depends
3646 tree origin;
3648 origin = (BLOCK_FRAGMENT_ORIGIN (block)
3658 BLOCK_FRAGMENT_ORIGIN (new_block) = origin;
3660 = BLOCK_FRAGMENT_CHAIN (origin);
3661 BLOCK_FRAGMENT_CHAIN (origin) = new_block;
3674 if (block != origin)
3675 gcc_assert (BLOCK_SUPERCONTEXT (origin) == current_block);
3680 current_block = origin;
3629 tree origin; local
H A Dlambda-code.c131 lambda_vector origin; member in struct:__anon1346
140 #define LATTICE_ORIGIN(T) ((T)->origin)
402 origin and invariant coefficients are 0. */
726 /* Compute the lattice base x = base * y + origin, where y is the
730 /* Ax <= a + B then becomes ALy <= a+B - A*origin. L is the lattice base */
735 /* a1 = a - A * origin constant. */
739 /* B1 = B - A * origin invariant. */
1035 lambda_vector origin; local
1079 origin = lambda_vector_new (depth);
1082 LATTICE_ORIGIN (lattice), origin); local
[all...]
H A Dtree-nested.c1931 if (node->origin)
H A Dtree-optimize.c502 && !cgraph_node (fndecl)->origin)
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c58 /* Values for the origin field of struct directive. KANDR directives
86 unsigned char origin; /* Origin of directive. */ member in struct:directive
175 #define D(name, t, origin, flags) \
177 sizeof #name - 1, origin, flags },
186 The origin is more or less true - the original K+R cpp
342 && dir->origin == EXTENSION)
356 else if (indented && dir->origin == KANDR)
360 else if (!indented && dir->origin != KANDR)
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c642 #define STRING_TABLE_OFFSET (sym_bfd->origin + obj_str_filepos (sym_bfd))
643 #define SYMBOL_TABLE_OFFSET (sym_bfd->origin + obj_sym_filepos (sym_bfd))
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-data.c309 /* Set the origin of the window. */
313 win_info->origin.x = x;
314 win_info->origin.y = y;
464 win->origin.x =
465 win->origin.y =

Completed in 406 milliseconds

12345