/glibc-2.36/elf/ |
D | dl-find_object.c | 121 struct dl_find_object_internal objects[]; /* Read in the TM region. */ member 140 count += seg->objects[i].map != NULL; in _dlfo_mappings_segment_count_used() 174 element_size = sizeof ((struct dlfo_mappings_segment) {}.objects[0]) in _dlfo_mappings_segment_allocate_unpadded() 212 element_size = sizeof ((struct dlfo_mappings_segment) {}.objects[0]) in _dlfo_mappings_segment_allocate() 426 if (pc >= atomic_load_relaxed (&seg->objects[0].map_start)) in _dl_find_object() 432 = _dlfo_lookup (pc, seg->objects, seg_size); in _dl_find_object() 524 (l, &_dlfo_loaded_mappings[0]->objects[loaded]); in rtld_hidden_def() 535 _dlfo_sort_mappings (struct dl_find_object_internal *objects, size_t size) in _dlfo_sort_mappings() argument 544 uintptr_t min_val = objects[i].map_start; in _dlfo_sort_mappings() 546 if (objects[j].map_start < min_val) in _dlfo_sort_mappings() [all …]
|
D | rtld-debugger-interface.txt | 16 A linked list of loaded objects. 35 objects in the link-map have been relocated or not. 81 last link-map in the link-map list prior to the new objects being 98 inspected, and all objects in the link-map are guaranteed to 102 The linker is about to map new objects into the specified 107 The linker has finished mapping new objects into the specified 109 may be inspected, although objects in the namespace's link-map 113 The linker failed while attempting to map new objects into 118 The linker is about to relocate all unrelocated objects in the 124 The linker has relocated all objects in the specified namespace. [all …]
|
/glibc-2.36/malloc/ |
D | tst-mallocfork3.c | 153 void *objects[malloc_objects] = {}; in do_test() local 185 free (objects[slot]); in do_test() 189 objects[slot] = malloc (size); in do_test() 194 if (objects[slot] == NULL || error_indicator != 0) in do_test() 203 free (objects[slot]); in do_test()
|
D | tst-mallocfork2.c | 195 void *objects[malloc_objects] = {}; in do_test() local 226 free (objects[slot]); in do_test() 230 objects[slot] = malloc (size); in do_test() 235 if (objects[slot] == NULL || error_indicator != 0) in do_test() 247 free (objects[slot]); in do_test()
|
/glibc-2.36/sysdeps/i386/ |
D | tst-ld-sse-use.sh | 41 declare -a objects 42 objects=($(cat "$tmp")) 55 for obj in ${objects[*]} "_GLOBAL_OFFSET_TABLE_"; do
|
/glibc-2.36/nis/ |
D | nis_local_names.c | 117 if (res->objects.objects_len > 1) in libnsl_hidden_nolink_def() 126 strcpy (__principal, ENTRY_VAL (res->objects.objects_val, 0)); in libnsl_hidden_nolink_def()
|
D | nis_print.c | 373 printf (_("Number of objects : %u\n"), res->objects.objects_len); in libnsl_hidden_nolink_def() 375 for (i = 0; i < res->objects.objects_len; i++) in libnsl_hidden_nolink_def() 378 nis_print_object (&res->objects.objects_val[i]); in libnsl_hidden_nolink_def()
|
D | nis_ping.c | 44 obj = res->objects.objects_val; in nis_ping()
|
D | nis_xdr.c | 299 res = xdr_array (xdrs, (void *) &objp->objects.objects_val, in _xdr_nis_result() 300 &objp->objects.objects_len, ~0, in _xdr_nis_result()
|
/glibc-2.36/sysdeps/mips/ |
D | tst-abi-interlink.c | 720 test_permutations (enum fp_obj objects[], int count) in test_permutations() argument 726 if (!load_object (objects[i])) in test_permutations() 738 new_objects[k++] = objects[j]; in test_permutations() 745 if (!unload_object (objects[i])) in test_permutations()
|
/glibc-2.36/ |
D | Makerules | 522 # to name both possible libc.so objects. 526 # Pattern rule to build a shared object from an archive of PIC objects. 530 # on other shared objects. The linking with libc and ld.so is intended 553 # not for shared objects 602 # not for shared objects 636 # Pre-link the objects of libc_pic.a for .gnu.glibc-stub.* processing. 676 # filter ld.so out of the list of linked objects. 721 override objects := $(addprefix $(objpfx),$(sources:.c=.o)) 728 # to build it, and to add its objects to the various variables. 829 # For object-suffix $o, the list of objects with that suffix. [all …]
|
D | config.h.in | 96 include/libc-symbols.h that avoid PLT slots in the shared objects. */ 100 include/libc-symbols.h that avoid PLT slots in the shared objects. */
|
D | Makeconfig | 36 # $(common-objdir) is the place to put objects and 567 # there. For shared objects, -Wl,-rpath-link is added via 787 # for running static binaries that may load dynamic objects. 1042 # Under --enable-shared, we will build a shared library of PIC objects. 1060 # Under --enable-profile, we will build a static library of profiled objects. 1081 # shared objects. We don't want to use CFLAGS-os because users may, for 1139 # version numbers to use when we install shared objects on this system.
|
/glibc-2.36/nis/rpcsvc/ |
D | nis.h | 324 } objects; member 490 #define NIS_RES_NUMOBJ(x) ((x)->objects.objects_len) 491 #define NIS_RES_OBJECT(x) ((x)->objects.objects_val)
|
/glibc-2.36/manual/ |
D | intro.texi | 509 objects in ways that may cause data races or similar forms of 511 the objects are passed to the functions by users; in others, they are 515 We consider access to objects passed as (indirect) arguments to 516 functions to be data race free. The assurance of data race free objects 520 objects. As a general rule, if a function is documented as reading from 526 races in many functions that manipulate objects of this specific opaque 531 responsibility, we will annotate functions that take objects of certain 532 types as arguments. We draw the line for objects passed by users as 533 follows: objects whose types are exposed to users, and that users are 538 by the library's lack of internal guards when accessing objects that can [all …]
|
D | search.texi | 6 arbitrary objects. You pass the appropriate comparison function to be 7 applied as an argument, along with the size of the objects in the array 11 * Comparison Functions:: Defining how to compare two objects. 97 @c special case of races on user-controlled objects, that have to be 173 @strong{Warning:} If two objects compare as equal, their order after 181 of those objects because the sorting algorithm may swap around objects 183 a stable sort with @code{qsort} is to first augment the objects with a 211 with an array of structures. The objects in the array are sorted 213 Then, we can look up individual objects based on their names.
|
D | dynlink.texi | 3 @c %MENU% Loading programs and shared objects. 9 programs and their dependencies (in the form of shared objects). The 10 dynamic linker in @theglibc{} also supports loading shared objects (such
|
D | memory.texi | 1539 Long running programs must ensure that dynamically allocated objects are 1878 An @dfn{obstack} is a pool of memory containing a stack of objects. You 1879 can create any number of separate obstacks, and then allocate objects in 1885 general: an obstack can contain any number of objects of any size. They 1887 the objects are usually small. And the only space overhead per object is 1894 * Allocation in an Obstack:: Allocating objects in an obstack. 1895 * Freeing Obstack Objects:: Freeing objects in an obstack. 1900 complicated) growing objects. 1902 * Obstacks Data Alignment:: Controlling alignment of objects in obstacks. 1919 of the obstack and how to find the space in which objects are allocated. [all …]
|
D | crypt.texi | 169 @var{data} objects are used in each thread. The string it returns 174 private, but before one of these objects is used for the first time,
|
D | contrib.texi | 118 @item versioning of objects on the symbol level 497 Eric Youngdale for implementing versioning of objects on the symbol level.
|
/glibc-2.36/sysdeps/gnu/ |
D | configure.ac | 7 # shared library objects and the configuration files on the root partition
|
D | configure | 7 # shared library objects and the configuration files on the root partition
|
/glibc-2.36/sysdeps/nptl/ |
D | Makeconfig | 28 # Some tests need this to load their own test objects, and system
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | README | 34 size-info for the data objects:
|
/glibc-2.36/mach/ |
D | Machrules | 233 # Depend on libc.so so a DT_NEEDED is generated in the shared objects.
|