Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 179) sorted by relevance

12345678

/glibc-2.36/elf/
Ddl-tls.c578 dtv[map->l_tls_modid].pointer.val = TLS_DTV_UNALLOCATED; in _dl_allocate_tls_init()
579 dtv[map->l_tls_modid].pointer.to_free = NULL; in _dl_allocate_tls_init()
598 dtv[map->l_tls_modid].pointer.val = dest; in _dl_allocate_tls_init()
646 free (dtv[1 + cnt].pointer.to_free); in rtld_hidden_def()
825 free (dtv[modid].pointer.to_free); in _dl_update_slotinfo()
826 dtv[modid].pointer.val = TLS_DTV_UNALLOCATED; in _dl_update_slotinfo()
827 dtv[modid].pointer.to_free = NULL; in _dl_update_slotinfo()
899 dtv[GET_ADDR_MODULE].pointer.to_free = NULL; in tls_get_addr_tail()
900 dtv[GET_ADDR_MODULE].pointer.val = p; in tls_get_addr_tail()
908 dtv[GET_ADDR_MODULE].pointer = result; in tls_get_addr_tail()
[all …]
/glibc-2.36/manual/
Dprobes.texi31 @code{sbrk}, and @var{$arg2} is the pointer that marks the end of the
39 to @code{sbrk}), and @var{$arg2} is the pointer that marks the end of
45 @var{$arg1} is a pointer to the base of the memory area, where the
53 @var{$arg1} is a pointer to the heap, and @var{$arg2} is the size of the
59 heap is extended. Argument @var{$arg1} is a pointer to the heap, and
65 heap is released. Argument @var{$arg1} is a pointer to the heap, and
79 @var{$arg2} is the pointer to the memory area being resized. In the
114 Argument @var{$arg1} is a pointer to the newly-selected arena, and
115 @var{$arg2} is a pointer to the arena previously used by that thread.
129 to become available for reuse. Argument @var{$arg1} holds a pointer to
[all …]
Ddynlink.texi30 must be a pointer returned by @code{dlopen} or @code{dlmopen}; it must
41 The corresponding @code{struct link_map} pointer for @var{handle} is
79 @code{void *}. A null pointer is written if the object does not have
123 This member contains a pointer to the link map of the object.
126 This member contains a pointer to the exception handling data of the
185 This function returns a pointer to the unwinding information for the
192 to a null pointer.
Ddebug.texi39 @c The generic implementation just does pointer chasing within the local
61 another; frame pointer elimination will stop @code{backtrace} from
80 The argument @var{buffer} should be a pointer to an array of addresses
84 The return value is a pointer to an array of strings, which has
98 The return value of @code{backtrace_symbols} is a pointer obtained via
100 to @code{free} that pointer. Note that only the return value need be
Dsearch.texi80 The return value is a pointer to the matching element in the array
135 function is called with two pointer arguments and should return an
141 The return value is a pointer to the matching array element, or a null
142 pointer if no match is found. If the array contains more than one element
167 array elements. This function is called with two pointer arguments and
341 Generic pointer for use by the application. The hashing table
342 implementation preserves this pointer in entries, but does not use it
362 The key is denoted by a pointer to an object of type @code{ENTRY}. For
369 returns a @code{NULL} pointer. If no entry is found and the
372 A pointer to the newly added entry is returned.
[all …]
Dstring.texi61 you to store the address of the chosen memory space into the pointer
62 variable. Alternatively you can store a @dfn{null pointer} in the
63 pointer variable. The null pointer does not point anywhere, so
75 declared to be a pointer of type @code{wchar_t *}, by analogy with
87 A null byte is quite different conceptually from a null pointer,
183 to as ``bytes''. You can pass any kind of pointer to these functions,
257 array itself, not a pointer to it. For example:
432 returning the value of @var{to} it returns a pointer to the byte
459 instead of returning the value of @var{wto} it returns a pointer to the
525 value is a pointer into @var{to} one byte past where @var{c} was copied,
[all …]
Dlang.texi174 pointer.
285 You initialize an argument pointer variable of type @code{va_list} using
286 @code{va_start}. The argument pointer when initialized points to the
300 You indicate that you are finished with the argument pointer variable by
321 You can have more than one argument pointer variable if you like. You
323 then you can fetch arguments with each argument pointer as you wish.
324 Each argument pointer variable will sequence through the same set of
328 argument pointer value to a subroutine, you must not keep using the same
329 argument pointer value after that subroutine returns. For full
362 arbitrary number of pointer arguments, a null pointer might indicate the
[all …]
Dusers.texi903 The @code{getlogin} function returns a pointer to a string containing the
905 or a null pointer if this information cannot be determined. The string
918 The @code{cuserid} function returns a pointer to a string containing a
920 @var{string} is not a null pointer, it should be an array that can hold
922 array. Otherwise, a pointer to a string in a static area is returned.
1141 accounting database. It returns a pointer to the entry, which is
1147 A null pointer is returned in case no further entry is available.
1183 instead. If a matching entry is found, @code{getutid} returns a pointer
1189 A null pointer is returned in case the end of the database is reached
1195 @code{getutid} could just return a pointer to the same entry over and
[all …]
Dcharset.texi472 objects (normally as local variables on the stack) and pass a pointer to
507 to by @var{ps} is in the initial state. If @var{ps} is a null pointer or
651 object pointed to by @var{ps}. If @var{ps} is a null pointer, a static,
704 character is stored in the @code{result} array and the pointer to the
740 object pointed to by @var{ps}. If @var{ps} is a null pointer, a state
855 If @var{s} is a null pointer, the function resets the state stored in
865 since, if @var{s} is a null pointer, @code{wcrtomb} performs as if it
1002 pointer. Before returning, the state object is updated to match the state
1006 If @var{dst} is not a null pointer, the result is stored in the array
1012 is returned. If @var{dst} is a null pointer, @var{len} is never checked.
[all …]
/glibc-2.36/posix/
DMakefile261 CFLAGS-wordexp.os = -fomit-frame-pointer
266 CFLAGS-spawn.os = -fomit-frame-pointer
268 CFLAGS-spawnp.os = -fomit-frame-pointer
270 CFLAGS-spawni.os = -fomit-frame-pointer
274 CFLAGS-execve.os = -fomit-frame-pointer
275 CFLAGS-fexecve.os = -fomit-frame-pointer
276 CFLAGS-execv.os = -fomit-frame-pointer
277 CFLAGS-execle.os = -fomit-frame-pointer
278 CFLAGS-execl.os = -fomit-frame-pointer
279 CFLAGS-execvp.os = -fomit-frame-pointer
[all …]
/glibc-2.36/csu/
Dlibc-tls.c175 _dl_static_dtv[2].pointer.val = ((char *) tlsblock + tcb_offset in __libc_setup_tls()
179 _dl_static_dtv[2].pointer.val = (char *) tlsblock + tcb_offset; in __libc_setup_tls()
184 _dl_static_dtv[2].pointer.to_free = NULL; in __libc_setup_tls()
186 memcpy (_dl_static_dtv[2].pointer.val, initimage, filesz); in __libc_setup_tls()
/glibc-2.36/sysdeps/arm/
Ddl-trampoline.S36 @ ip contains &GOT[n+3] (pointer to function)
47 @ get pointer to linker struct
85 @ ip contains &GOT[n+3] (pointer to function)
114 @ get pointer to linker struct
/glibc-2.36/sysdeps/s390/s390-64/
Dstart.S90 larl %r2,main@GOTENT # load pointer to main
106 larl %r2,main # load pointer to main
122 larl %r1,main@GOTENT # load pointer to main
Dstrncpy-z900.S32 stg %r2,48(%r15) # save dst pointer
88 .Lexit: lg %r2,48(%r15) # return dst pointer
/glibc-2.36/nptl/
DDESIGN-systemtap-probes.txt9 arg1 = pointer (pthread_t*) to thread
10 arg2 = pointer (pthread_attr_t*) to attr
11 arg3 = pointer (void *) to start_routine
16 arg3 = pointer to the list of arguments
/glibc-2.36/gmon/
DMakefile49 CFLAGS-mcount.c := -fno-omit-frame-pointer
51 CFLAGS-tst-gmon.c := -fno-omit-frame-pointer -pg
59 CFLAGS-tst-gmon-static.c := $(PIE-ccflag) -fno-omit-frame-pointer -pg
67 CFLAGS-tst-gmon-pie.c := $(PIE-ccflag) -fno-omit-frame-pointer -pg
75 CFLAGS-tst-gmon-static-pie.c := $(PIE-ccflag) -fno-omit-frame-pointer -pg
/glibc-2.36/sysdeps/arm/armv6/
Dstrrchr.S27 @ returns NULL for no match, or a pointer to the match
92 5: add r3, r3, #4 @ Dec pointer to 2nd word, with below
97 4: sub r3, r3, #8 @ Decrement pointer to first word
118 @ Adjust the result pointer if we found a word containing C.
Drawmemchr.S27 @ returns a pointer to the match, which must be present.
31 @ characters until we reach an aligned pointer. To cater to
Dstrchr.S27 @ returns NULL for no match, or a pointer to the match
32 @ characters until we reach an aligned pointer. To cater to
/glibc-2.36/sysdeps/s390/s390-32/
Dstart.S177 l %r2,.L3-.Llit(%r13) # load pointer to main
178 l %r1,.L4-.Llit(%r13) # load pointer to __libc_start_main
180 l %r12,.L5-.Llit(%r13) # load .got pointer
Dstrncpy-z900.S33 st %r2,24(%r15) # save dst pointer
77 .Lexit: l %r2,24(%r15) # return dst pointer
/glibc-2.36/malloc/
Dtst-malloc-thread-fail.c72 void *pointer; member
159 if ((((uintptr_t) r.pointer) & (r.alignment - 1)) != 0) in allocate()
165 return r.pointer; in allocate()
/glibc-2.36/sysdeps/generic/
Dunwind-dw2-fde.h100 typedef unsigned int uaddr __attribute__ ((mode (pointer)));
101 typedef int saddr __attribute__ ((mode (pointer)));
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl_db129 to sizeof a pointer, instead of sizeof the union.
137 * structs.def: Add a descriptor for pointer.val field of dtv_t.
138 * td_thr_tlsbase.c (td_thr_tlsbase): Extract pointer.val field from
324 * td_ta_event_getmsg.c (td_ta_event_getmsg): Write the NEXT pointer
327 null word to ps_pdwrite, not a null pointer.
340 pointer to the next element from inferior.
/glibc-2.36/sysdeps/nios2/
Dlibc-tls.c31 return (char *) dtv[1].pointer.val + GET_ADDR_OFFSET; in __tls_get_addr()

12345678