/glibc-2.36/malloc/ |
D | obstack.h | 296 # 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 …]
|
D | mtrace.pl | 155 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/ |
D | dl-machine.h | 319 #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/ |
D | dl-machine.c | 65 #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/ |
D | test_rdwr.c | 78 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/ |
D | dynamic-link.h | 155 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; \
|
D | dl-load.c | 469 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/ |
D | README.tunables | 85 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
|
D | header.texi | 8 you where in the manual you can find more information about how to use
|
D | nss.texi | 168 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
|
D | setjmp.texi | 23 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.
|
D | creature.texi | 127 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
|
D | README.pretty-printers | 75 '/path/to/glibc-build/submodule', where 'submodule' is e.g. nptl. 153 * Older versions of the gdb Python API have a bug where
|
D | debug.texi | 118 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/ |
D | xdr_rec.c | 559 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()
|
D | clnt_raw.c | 174 msg.acpted_rply.ar_results.where = resultsp; in libc_hidden_nolink_sunrpc()
|
D | rpc_prot.c | 88 return ((*(ar->ar_results.proc)) (xdrs, ar->ar_results.where)); in libc_hidden_nolink_sunrpc()
|
/glibc-2.36/hurd/ |
D | hurdmalloc.c | 171 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/ |
D | README | 49 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/ |
D | README | 29 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/ |
D | configure.ac | 5 # The Filesystem Hierarchy Standard prescribes where to place "essential"
|
D | configure | 5 # The Filesystem Hierarchy Standard prescribes where to place "essential"
|
/glibc-2.36/sunrpc/rpc/ |
D | rpc_msg.h | 96 caddr_t where; member
|
/glibc-2.36/ |
D | libc-abis | 9 # add entries in the middle or where they seem "logical". Once a version
|
/glibc-2.36/mach/ |
D | Machrules | 84 # %.defs, where $(%-userprefix) is the user prefix given in %.defs. We use 147 # Look for the server stub files where they will be written.
|