Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 181) sorted by relevance

12345678

/glibc-2.36/malloc/
Dobstack.h296 # define obstack_grow(OBSTACK, where, length) \ argument
302 memcpy (__o->next_free, where, __len); \
306 # define obstack_grow0(OBSTACK, where, length) \ argument
312 memcpy (__o->next_free, where, __len); \
374 # define obstack_copy(OBSTACK, where, length) \ argument
377 obstack_grow (__h, (where), (length)); \
380 # define obstack_copy0(OBSTACK, where, length) \ argument
383 obstack_grow0 (__h, (where), (length)); \
436 # define obstack_grow(h, where, length) \ argument
440 memcpy ((h)->next_free, where, (h)->temp.tempint), \
[all …]
Dmtrace.pl155 my $n, $where;
158 $where=$cols[1];
161 $where="";
174 $where);
177 $addrwas{$allocaddr}=$where;
187 hex($allocaddr), $nr, &location($where));
197 hex($allocaddr), $nr, &location($where));
205 &location($addrwas{$allocaddr}), &location($where));
208 $addrwas{$allocaddr}=$where;
/glibc-2.36/sysdeps/powerpc/powerpc64/
Ddl-machine.h319 #define PPC_DCBST(where) asm volatile ("dcbst 0,%0" : : "r"(where) : "memory") argument
320 #define PPC_DCBT(where) asm volatile ("dcbt 0,%0" : : "r"(where) : "memory") argument
321 #define PPC_DCBF(where) asm volatile ("dcbf 0,%0" : : "r"(where) : "memory") argument
324 #define PPC_ICBI(where) asm volatile ("icbi 0,%0" : : "r"(where) : "memory") argument
328 #define MODIFIED_CODE_NOQUEUE(where) \ argument
329 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); } while (0)
331 #define MODIFIED_CODE(where) \ argument
332 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); PPC_ISYNC; } while (0)
/glibc-2.36/sysdeps/powerpc/powerpc32/
Ddl-machine.c65 #define PPC_DCBST(where) asm volatile ("dcbst 0,%0" : : "r"(where) : "memory") argument
68 #define PPC_ICBI(where) asm volatile ("icbi 0,%0" : : "r"(where) : "memory") argument
73 #define MODIFIED_CODE_NOQUEUE(where) \ argument
74 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); } while (0)
76 #define MODIFIED_CODE(where) \ argument
77 do { PPC_DCBST(where); PPC_SYNC; PPC_ICBI(where); PPC_ISYNC; } while (0)
/glibc-2.36/stdio-common/
Dtest_rdwr.c78 long int where = ftell (f); in main() local
79 if (where == (long int) replace_from) in main()
91 else if (where == -1L) in main()
99 printf ("ftell returns %lu; should be %Zu.\n", where, replace_from); in main()
/glibc-2.36/elf/
Ddynamic-link.h155 ElfW(Addr) l_addr = (map)->l_addr, *where = 0; \
167 where = (ElfW(Addr) *)(l_addr + entry); \
168 *where++ += l_addr; \
174 where[i] += l_addr; \
175 where += CHAR_BIT * sizeof(ElfW(Relr)) - 1; \
Ddl-load.c469 const char *what, const char *where, struct link_map *l) in fillin_rpath() argument
528 size_t where_len = where ? strlen (where) + 1 : 0; in fillin_rpath()
554 if (__glibc_likely (where != NULL)) in fillin_rpath()
555 dirp->where = memcpy ((char *) dirp + sizeof (*dirp) + len + 1 in fillin_rpath()
557 where, where_len); in fillin_rpath()
559 dirp->where = NULL; in fillin_rpath()
582 const char *where = l->l_name; in decompose_rpath() local
598 const char *wp = where; in decompose_rpath()
654 fillin_rpath (copy, result, ":", what, where, l); in decompose_rpath()
759 pelem->where = NULL; in _dl_init_paths()
[all …]
/glibc-2.36/manual/
DREADME.tunables85 where 'check' is the tunable name, 'int32_t' is the C type of the tunable and
97 where it can expect the tunable value to be passed in VALP.
103 where 'check' is the tunable name and 'val' is a value of same type.
112 where 'glibc' is the top namespace, 'cpu' is the tunable namespace and the
120 where 'check' is the tunable name, 'val' is a value of same type, 'min' and
130 where 'glibc' is the top namespace, 'cpu' is the tunable namespace and the
Dheader.texi8 you where in the manual you can find more information about how to use
Dnss.texi168 these files since they should be placed in a directory where they are
188 where
237 @samp{success} status, where @samp{continue} acts like @code{merge}
478 Now you see where the action items of the @file{/etc/nsswitch.conf} file
483 few functions in places where none of the above value can be used. If
553 pointer to buffer where the result is stored. @code{STRUCT_TYPE} is
556 pointer to a buffer where the function can store additional data for
634 the directory where the binary is placed. For an ELF system this could be
642 be the directory @file{$prefix/lib}, where @file{$prefix} corresponds to
725 If there are additional data to return (say strings, where the
Dsetjmp.texi23 As an example of a situation where a non-local exit can be useful,
54 object, control is transferred back to the point where @code{setjmp} was
67 control back to the main loop of the program, no matter where it is
294 Executing the contents would start at the point where the
407 there are situations where the current context has to be preserved.
474 and then resume where execution was stopped.
490 in the code. Execution will always resume where it was left.
Dcreature.texi127 does not support files that large. On systems where the natural file
189 to be a 64-bit integer. On platforms where @code{time_t} was
197 be a 32-bit integer where that is supported. This is not recommended,
272 the cases where POSIX.1 conflicts with BSD, the POSIX definitions take
DREADME.pretty-printers75 '/path/to/glibc-build/submodule', where 'submodule' is e.g. nptl.
153 * Older versions of the gdb Python API have a bug where
Ddebug.texi118 can therefore be used in situations where that function might fail.
124 situations where the memory handling via @code{malloc} does not work
/glibc-2.36/sunrpc/
Dxdr_rec.c559 caddr_t where; in fill_input_buf() local
563 where = rstrm->in_base; in fill_input_buf()
565 where += i; in fill_input_buf()
567 if ((len = (*(rstrm->readit)) (rstrm->tcp_handle, where, len)) == -1) in fill_input_buf()
569 rstrm->in_finger = where; in fill_input_buf()
570 where += len; in fill_input_buf()
571 rstrm->in_boundry = where; in fill_input_buf()
Dclnt_raw.c174 msg.acpted_rply.ar_results.where = resultsp; in libc_hidden_nolink_sunrpc()
Drpc_prot.c88 return ((*(ar->ar_results.proc)) (xdrs, ar->ar_results.where)); in libc_hidden_nolink_sunrpc()
/glibc-2.36/hurd/
Dhurdmalloc.c171 vm_address_t where; in more_memory() local
184 r = vm_allocate(mach_task_self(), &where, (vm_size_t) amount, TRUE); in more_memory()
187 h = (header_t) where; in more_memory()
/glibc-2.36/benchtests/
DREADME49 If the target where you want to run benchmarks is not capable of building the
82 where BENCHSET may be a space-separated list of the following values:
153 where <name> is simply used to distinguish between different traces in the
163 function benchmarks where the aim is to compare performance between
/glibc-2.36/localedata/
DREADME29 This will place the 6 output files in the appropriate directory where
31 permission to write to this directory ($(prefix)/share/locale, where
/glibc-2.36/sysdeps/gnu/
Dconfigure.ac5 # The Filesystem Hierarchy Standard prescribes where to place "essential"
Dconfigure5 # The Filesystem Hierarchy Standard prescribes where to place "essential"
/glibc-2.36/sunrpc/rpc/
Drpc_msg.h96 caddr_t where; member
/glibc-2.36/
Dlibc-abis9 # add entries in the middle or where they seem "logical". Once a version
/glibc-2.36/mach/
DMachrules84 # %.defs, where $(%-userprefix) is the user prefix given in %.defs. We use
147 # Look for the server stub files where they will be written.

12345678