~ubuntu-branches/ubuntu/trusty/eglibc/trusty-security

« back to all changes in this revision

Viewing changes to .pc/any/CVE-2015-8777.diff/sysdeps/generic/ldsodefs.h

  • Committer: Package Import Robot
  • Author(s): Steve Beattie
  • Date: 2016-04-08 23:26:02 UTC
  • Revision ID: package-import@ubuntu.com-20160408232602-694337pzn1m5xgc3
Tags: 2.19-0ubuntu6.8
* SECURITY UPDATE: buffer overflow in gethostbyname_r and related
  functions
  - debian/patches/any/CVE-2015-1781.diff: take alignment padding
    into account when computing if buffer is too small.
  - CVE-2015-1781
* SECURITY UPDATE: glibc Name Service Switch (NSS) denial of sevice
  - debian/patches/any/CVE-2014-8121-1.diff: do not close NSS files
    database during iteration.
  - debian/patches/any/CVE-2014-8121-2.diff: Separate internal state
    between getXXent and getXXbyYY NSS calls.
  - CVE-2014-8121
* SECURITY UPDATE: glibc unbounded stack usage in NaN strtod
  conversion
  - debian/patches/any/CVE-2014-9761-1.diff: Refactor strtod parsing
    of NaN payloads.
  - debian/patches/any/CVE-2014-9761-1.diff:  Fix nan functions
    handling of payload strings
  - CVE-2014-9761
* SECURITY UPDATE: NSS files long line buffer overflow
  - debian/patches/any/CVE-2015-5277.diff: Don't ignore too long
    lines in nss_files
  - CVE-2015-5277
* SECURITY UPDATE: out of range data to strftime() causes segfault
  (denial of service)
  - debian/patches/any/CVE-2015-8776.diff: add range checks to
    strftime() processing
  - CVE-2015-8776
* SECURITY UPDATE: glibc honors LD_POINTER_GUARD env for setuid
  AT_SECURE programs (e.g. setuid), allowing disabling of pointer
  mangling
  - debian/patches/any/CVE-2015-8777.diff: Always enable pointer
    guard
  - CVE-2015-8777
* SECURITY UPDATE: integer overflow in hcreate and hcreate_r
  - debian/patches/any/CVE-2015-8778.diff: check for large inputs
  - CVE-2015-8778
* SECURITY UPDATE: unbounded stack allocation in catopen()
  - debian/patches/any/CVE-2015-8779.diff: stop using unbounded
    alloca()
  - CVE-2015-8779
* SECURITY UPDATE: Stack overflow in _nss_dns_getnetbyname_r
  - debian/patches/any/CVE-2016-3075.diff: do not make unneeded
    memory copy on the stack.
  - CVE-2016-3075
* SECURITY UPDATE: pt_chown privilege escalation
  - debian/patches/any/CVE-2016-2856.diff: grantpt: trust the kernel
    about pty group and permission mode
  - debian/sysdeps/linux.mk: don't build pt_chown
  - debian/rules.d/debhelper.mk: only install pt_chown when built.
  - CVE-2016-2856, CVE-2013-2207
* debian/debhelper.in/libc.postinst: add reboot notifications for
  security updates (LP: #1546457)
* debian/patches/ubuntu/submitted-no-stack-backtrace.diff: update
  patch to eliminate compiler warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Run-time dynamic linker data structures for loaded ELF shared objects.
 
2
   Copyright (C) 1995-2014 Free Software Foundation, Inc.
 
3
   This file is part of the GNU C Library.
 
4
 
 
5
   The GNU C Library is free software; you can redistribute it and/or
 
6
   modify it under the terms of the GNU Lesser General Public
 
7
   License as published by the Free Software Foundation; either
 
8
   version 2.1 of the License, or (at your option) any later version.
 
9
 
 
10
   The GNU C Library is distributed in the hope that it will be useful,
 
11
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
13
   Lesser General Public License for more details.
 
14
 
 
15
   You should have received a copy of the GNU Lesser General Public
 
16
   License along with the GNU C Library; if not, see
 
17
   <http://www.gnu.org/licenses/>.  */
 
18
 
 
19
#ifndef _LDSODEFS_H
 
20
#define _LDSODEFS_H     1
 
21
 
 
22
#include <features.h>
 
23
 
 
24
#include <stdbool.h>
 
25
#define __need_size_t
 
26
#define __need_NULL
 
27
#include <stddef.h>
 
28
#include <string.h>
 
29
#include <stdint.h>
 
30
 
 
31
#include <elf.h>
 
32
#include <bits/auxv.h>
 
33
#include <dlfcn.h>
 
34
#include <fpu_control.h>
 
35
#include <sys/mman.h>
 
36
#include <link.h>
 
37
#include <dl-lookupcfg.h>
 
38
#include <dl-sysdep.h>
 
39
#include <bits/libc-lock.h>
 
40
#include <hp-timing.h>
 
41
#include <tls.h>
 
42
#include <kernel-features.h>
 
43
#include <gnu/option-groups.h> /* For __OPTION_EGLIBC_RTLD_DEBUG.  */
 
44
 
 
45
__BEGIN_DECLS
 
46
 
 
47
#define VERSYMIDX(sym)  (DT_NUM + DT_THISPROCNUM + DT_VERSIONTAGIDX (sym))
 
48
#define VALIDX(tag)     (DT_NUM + DT_THISPROCNUM + DT_VERSIONTAGNUM \
 
49
                         + DT_EXTRANUM + DT_VALTAGIDX (tag))
 
50
#define ADDRIDX(tag)    (DT_NUM + DT_THISPROCNUM + DT_VERSIONTAGNUM \
 
51
                         + DT_EXTRANUM + DT_VALNUM + DT_ADDRTAGIDX (tag))
 
52
 
 
53
/* We use this macro to refer to ELF types independent of the native wordsize.
 
54
   `ElfW(TYPE)' is used in place of `Elf32_TYPE' or `Elf64_TYPE'.  */
 
55
#define ELFW(type)      _ElfW (ELF, __ELF_NATIVE_CLASS, type)
 
56
 
 
57
/* All references to the value of l_info[DT_PLTGOT],
 
58
  l_info[DT_STRTAB], l_info[DT_SYMTAB], l_info[DT_RELA],
 
59
  l_info[DT_REL], l_info[DT_JMPREL], and l_info[VERSYMIDX (DT_VERSYM)]
 
60
  have to be accessed via the D_PTR macro.  The macro is needed since for
 
61
  most architectures the entry is already relocated - but for some not
 
62
  and we need to relocate at access time.  */
 
63
#ifdef DL_RO_DYN_SECTION
 
64
# define D_PTR(map, i) ((map)->i->d_un.d_ptr + (map)->l_addr)
 
65
#else
 
66
# define D_PTR(map, i) (map)->i->d_un.d_ptr
 
67
#endif
 
68
 
 
69
/* Result of the lookup functions and how to retrieve the base address.  */
 
70
typedef struct link_map *lookup_t;
 
71
#define LOOKUP_VALUE(map) map
 
72
#define LOOKUP_VALUE_ADDRESS(map) ((map) ? (map)->l_addr : 0)
 
73
 
 
74
/* On some architectures a pointer to a function is not just a pointer
 
75
   to the actual code of the function but rather an architecture
 
76
   specific descriptor. */
 
77
#ifndef ELF_FUNCTION_PTR_IS_SPECIAL
 
78
# define DL_SYMBOL_ADDRESS(map, ref) \
 
79
 (void *) (LOOKUP_VALUE_ADDRESS (map) + ref->st_value)
 
80
# define DL_LOOKUP_ADDRESS(addr) ((ElfW(Addr)) (addr))
 
81
# define DL_CALL_DT_INIT(map, start, argc, argv, env) \
 
82
 ((init_t) (start)) (argc, argv, env)
 
83
# define DL_CALL_DT_FINI(map, start) ((fini_t) (start)) ()
 
84
#endif
 
85
 
 
86
/* On some architectures dladdr can't use st_size of all symbols this way.  */
 
87
#define DL_ADDR_SYM_MATCH(L, SYM, MATCHSYM, ADDR) \
 
88
  ((ADDR) >= (L)->l_addr + (SYM)->st_value                              \
 
89
   && ((((SYM)->st_shndx == SHN_UNDEF || (SYM)->st_size == 0)           \
 
90
        && (ADDR) == (L)->l_addr + (SYM)->st_value)                     \
 
91
       || (ADDR) < (L)->l_addr + (SYM)->st_value + (SYM)->st_size)      \
 
92
   && ((MATCHSYM) == NULL || (MATCHSYM)->st_value < (SYM)->st_value))
 
93
 
 
94
/* Unmap a loaded object, called by _dl_close (). */
 
95
#ifndef DL_UNMAP_IS_SPECIAL
 
96
# define DL_UNMAP(map) \
 
97
 __munmap ((void *) (map)->l_map_start,                                       \
 
98
           (map)->l_map_end - (map)->l_map_start)
 
99
#endif
 
100
 
 
101
/* By default we do not need special support to initialize DSOs loaded
 
102
   by statically linked binaries.  */
 
103
#ifndef DL_STATIC_INIT
 
104
# define DL_STATIC_INIT(map)
 
105
#endif
 
106
 
 
107
/* Reloc type classes as returned by elf_machine_type_class().
 
108
   ELF_RTYPE_CLASS_PLT means this reloc should not be satisfied by
 
109
   some PLT symbol, ELF_RTYPE_CLASS_COPY means this reloc should not be
 
110
   satisfied by any symbol in the executable.  Some architectures do
 
111
   not support copy relocations.  In this case we define the macro to
 
112
   zero so that the code for handling them gets automatically optimized
 
113
   out.  */
 
114
#define ELF_RTYPE_CLASS_PLT 1
 
115
#ifndef DL_NO_COPY_RELOCS
 
116
# define ELF_RTYPE_CLASS_COPY 2
 
117
#else
 
118
# define ELF_RTYPE_CLASS_COPY 0
 
119
#endif
 
120
 
 
121
/* ELF uses the PF_x macros to specify the segment permissions, mmap
 
122
   uses PROT_xxx.  In most cases the three macros have the values 1, 2,
 
123
   and 3 but not in a matching order.  The following macros allows
 
124
   converting from the PF_x values to PROT_xxx values.  */
 
125
#define PF_TO_PROT \
 
126
  ((PROT_READ << (PF_R * 4))                                                  \
 
127
   | (PROT_WRITE << (PF_W * 4))                                               \
 
128
   | (PROT_EXEC << (PF_X * 4))                                                \
 
129
   | ((PROT_READ | PROT_WRITE) << ((PF_R | PF_W) * 4))                        \
 
130
   | ((PROT_READ | PROT_EXEC) << ((PF_R | PF_X) * 4))                         \
 
131
   | ((PROT_WRITE | PROT_EXEC) << (PF_W | PF_X) * 4)                          \
 
132
   | ((PROT_READ | PROT_WRITE | PROT_EXEC) << ((PF_R | PF_W | PF_X) * 4)))
 
133
 
 
134
/* The filename itself, or the main program name, if available.  */
 
135
#define DSO_FILENAME(name) ((name)[0] ? (name)                                \
 
136
                            : (rtld_progname ?: "<main program>"))
 
137
 
 
138
#define RTLD_PROGNAME (rtld_progname ?: "<program name unknown>")
 
139
 
 
140
/* For the version handling we need an array with only names and their
 
141
   hash values.  */
 
142
struct r_found_version
 
143
  {
 
144
    const char *name;
 
145
    ElfW(Word) hash;
 
146
 
 
147
    int hidden;
 
148
    const char *filename;
 
149
  };
 
150
 
 
151
/* We want to cache information about the searches for shared objects.  */
 
152
 
 
153
enum r_dir_status { unknown, nonexisting, existing };
 
154
 
 
155
struct r_search_path_elem
 
156
  {
 
157
    /* This link is only used in the `all_dirs' member of `r_search_path'.  */
 
158
    struct r_search_path_elem *next;
 
159
 
 
160
    /* Strings saying where the definition came from.  */
 
161
    const char *what;
 
162
    const char *where;
 
163
 
 
164
    /* Basename for this search path element.  The string must end with
 
165
       a slash character.  */
 
166
    const char *dirname;
 
167
    size_t dirnamelen;
 
168
 
 
169
    enum r_dir_status status[0];
 
170
  };
 
171
 
 
172
struct r_strlenpair
 
173
  {
 
174
    const char *str;
 
175
    size_t len;
 
176
  };
 
177
 
 
178
 
 
179
/* A data structure for a simple single linked list of strings.  */
 
180
struct libname_list
 
181
  {
 
182
    const char *name;           /* Name requested (before search).  */
 
183
    struct libname_list *next;  /* Link to next name for this object.  */
 
184
    int dont_free;              /* Flag whether this element should be freed
 
185
                                   if the object is not entirely unloaded.  */
 
186
  };
 
187
 
 
188
 
 
189
/* Bit masks for the objects which valid callers can come from to
 
190
   functions with restricted interface.  */
 
191
enum allowmask
 
192
  {
 
193
    allow_libc = 1,
 
194
    allow_libdl = 2,
 
195
    allow_libpthread = 4,
 
196
    allow_ldso = 8
 
197
  };
 
198
 
 
199
 
 
200
struct audit_ifaces
 
201
{
 
202
  void (*activity) (uintptr_t *, unsigned int);
 
203
  char *(*objsearch) (const char *, uintptr_t *, unsigned int);
 
204
  unsigned int (*objopen) (struct link_map *, Lmid_t, uintptr_t *);
 
205
  void (*preinit) (uintptr_t *);
 
206
  union
 
207
  {
 
208
    uintptr_t (*symbind32) (Elf32_Sym *, unsigned int, uintptr_t *,
 
209
                            uintptr_t *, unsigned int *, const char *);
 
210
    uintptr_t (*symbind64) (Elf64_Sym *, unsigned int, uintptr_t *,
 
211
                            uintptr_t *, unsigned int *, const char *);
 
212
  };
 
213
  union
 
214
  {
 
215
#ifdef ARCH_PLTENTER_MEMBERS
 
216
    ARCH_PLTENTER_MEMBERS;
 
217
#endif
 
218
  };
 
219
  union
 
220
  {
 
221
#ifdef ARCH_PLTEXIT_MEMBERS
 
222
    ARCH_PLTEXIT_MEMBERS;
 
223
#endif
 
224
  };
 
225
  unsigned int (*objclose) (uintptr_t *);
 
226
 
 
227
  struct audit_ifaces *next;
 
228
};
 
229
 
 
230
 
 
231
/* Test whether given NAME matches any of the names of the given object.  */
 
232
extern int _dl_name_match_p (const char *__name, const struct link_map *__map)
 
233
     internal_function;
 
234
 
 
235
/* Compute next higher prime number.  */
 
236
extern unsigned long int _dl_higher_prime_number (unsigned long int n)
 
237
     internal_function;
 
238
 
 
239
/* Function used as argument for `_dl_receive_error' function.  The
 
240
   arguments are the error code, error string, and the objname the
 
241
   error occurred in.  */
 
242
typedef void (*receiver_fct) (int, const char *, const char *);
 
243
 
 
244
/* Internal functions of the run-time dynamic linker.
 
245
   These can be accessed if you link again the dynamic linker
 
246
   as a shared library, as in `-lld' or `/lib/ld.so' explicitly;
 
247
   but are not normally of interest to user programs.
 
248
 
 
249
   The `-ldl' library functions in <dlfcn.h> provide a simple
 
250
   user interface to run-time dynamic linking.  */
 
251
 
 
252
 
 
253
#ifndef SHARED
 
254
# define EXTERN extern
 
255
# define GL(name) _##name
 
256
#else
 
257
# define EXTERN
 
258
# ifdef IS_IN_rtld
 
259
#  define GL(name) _rtld_local._##name
 
260
# else
 
261
#  define GL(name) _rtld_global._##name
 
262
# endif
 
263
struct rtld_global
 
264
{
 
265
#endif
 
266
  /* Don't change the order of the following elements.  'dl_loaded'
 
267
     must remain the first element.  Forever.  */
 
268
 
 
269
/* Non-shared code has no support for multiple namespaces.  */
 
270
#ifdef SHARED
 
271
# define DL_NNS 16
 
272
#else
 
273
# define DL_NNS 1
 
274
#endif
 
275
  EXTERN struct link_namespaces
 
276
  {
 
277
    /* A pointer to the map for the main map.  */
 
278
    struct link_map *_ns_loaded;
 
279
    /* Number of object in the _dl_loaded list.  */
 
280
    unsigned int _ns_nloaded;
 
281
    /* Direct pointer to the searchlist of the main object.  */
 
282
    struct r_scope_elem *_ns_main_searchlist;
 
283
    /* This is zero at program start to signal that the global scope map is
 
284
       allocated by rtld.  Later it keeps the size of the map.  It might be
 
285
       reset if in _dl_close if the last global object is removed.  */
 
286
    size_t _ns_global_scope_alloc;
 
287
    /* Search table for unique objects.  */
 
288
    struct unique_sym_table
 
289
    {
 
290
      __rtld_lock_define_recursive (, lock)
 
291
      struct unique_sym
 
292
      {
 
293
        uint32_t hashval;
 
294
        const char *name;
 
295
        const ElfW(Sym) *sym;
 
296
        const struct link_map *map;
 
297
      } *entries;
 
298
      size_t size;
 
299
      size_t n_elements;
 
300
      void (*free) (void *);
 
301
    } _ns_unique_sym_table;
 
302
    /* Keep track of changes to each namespace' list.  */
 
303
    struct r_debug _ns_debug;
 
304
  } _dl_ns[DL_NNS];
 
305
  /* One higher than index of last used namespace.  */
 
306
  EXTERN size_t _dl_nns;
 
307
 
 
308
  /* During the program run we must not modify the global data of
 
309
     loaded shared object simultanously in two threads.  Therefore we
 
310
     protect `_dl_open' and `_dl_close' in dl-close.c.
 
311
 
 
312
     This must be a recursive lock since the initializer function of
 
313
     the loaded object might as well require a call to this function.
 
314
     At this time it is not anymore a problem to modify the tables.  */
 
315
  __rtld_lock_define_recursive (EXTERN, _dl_load_lock)
 
316
  /* This lock is used to keep __dl_iterate_phdr from inspecting the
 
317
     list of loaded objects while an object is added to or removed
 
318
     from that list.  */
 
319
  __rtld_lock_define_recursive (EXTERN, _dl_load_write_lock)
 
320
 
 
321
  /* Incremented whenever something may have been added to dl_loaded.  */
 
322
  EXTERN unsigned long long _dl_load_adds;
 
323
 
 
324
  /* The object to be initialized first.  */
 
325
  EXTERN struct link_map *_dl_initfirst;
 
326
 
 
327
#if HP_TIMING_AVAIL || HP_SMALL_TIMING_AVAIL || HP_TIMING_PAD
 
328
  /* Start time on CPU clock.  */
 
329
  EXTERN hp_timing_t _dl_cpuclock_offset;
 
330
#endif
 
331
 
 
332
  /* Map of shared object to be profiled.  */
 
333
  EXTERN struct link_map *_dl_profile_map;
 
334
 
 
335
  /* Counters for the number of relocations performed.  */
 
336
  EXTERN unsigned long int _dl_num_relocations;
 
337
  EXTERN unsigned long int _dl_num_cache_relocations;
 
338
 
 
339
  /* List of search directories.  */
 
340
  EXTERN struct r_search_path_elem *_dl_all_dirs;
 
341
 
 
342
#ifdef _LIBC_REENTRANT
 
343
  EXTERN void **(*_dl_error_catch_tsd) (void) __attribute__ ((const));
 
344
#endif
 
345
 
 
346
  /* Structure describing the dynamic linker itself.  We need to
 
347
     reserve memory for the data the audit libraries need.  */
 
348
  EXTERN struct link_map _dl_rtld_map;
 
349
#ifdef SHARED
 
350
  struct auditstate audit_data[DL_NNS];
 
351
#endif
 
352
 
 
353
#if defined SHARED && defined _LIBC_REENTRANT \
 
354
    && defined __rtld_lock_default_lock_recursive
 
355
  EXTERN void (*_dl_rtld_lock_recursive) (void *);
 
356
  EXTERN void (*_dl_rtld_unlock_recursive) (void *);
 
357
#endif
 
358
 
 
359
  /* If loading a shared object requires that we make the stack executable
 
360
     when it was not, we do it by calling this function.
 
361
     It returns an errno code or zero on success.  */
 
362
  EXTERN int (*_dl_make_stack_executable_hook) (void **) internal_function;
 
363
 
 
364
  /* Prevailing state of the stack, PF_X indicating it's executable.  */
 
365
  EXTERN ElfW(Word) _dl_stack_flags;
 
366
 
 
367
  /* Flag signalling whether there are gaps in the module ID allocation.  */
 
368
  EXTERN bool _dl_tls_dtv_gaps;
 
369
  /* Highest dtv index currently needed.  */
 
370
  EXTERN size_t _dl_tls_max_dtv_idx;
 
371
  /* Information about the dtv slots.  */
 
372
  EXTERN struct dtv_slotinfo_list
 
373
  {
 
374
    size_t len;
 
375
    struct dtv_slotinfo_list *next;
 
376
    struct dtv_slotinfo
 
377
    {
 
378
      size_t gen;
 
379
      struct link_map *map;
 
380
    } slotinfo[0];
 
381
  } *_dl_tls_dtv_slotinfo_list;
 
382
  /* Number of modules in the static TLS block.  */
 
383
  EXTERN size_t _dl_tls_static_nelem;
 
384
  /* Size of the static TLS block.  */
 
385
  EXTERN size_t _dl_tls_static_size;
 
386
  /* Size actually allocated in the static TLS block.  */
 
387
  EXTERN size_t _dl_tls_static_used;
 
388
  /* Alignment requirement of the static TLS block.  */
 
389
  EXTERN size_t _dl_tls_static_align;
 
390
 
 
391
/* Number of additional entries in the slotinfo array of each slotinfo
 
392
   list element.  A large number makes it almost certain take we never
 
393
   have to iterate beyond the first element in the slotinfo list.  */
 
394
#define TLS_SLOTINFO_SURPLUS (62)
 
395
 
 
396
/* Number of additional slots in the dtv allocated.  */
 
397
#define DTV_SURPLUS     (14)
 
398
 
 
399
  /* Initial dtv of the main thread, not allocated with normal malloc.  */
 
400
  EXTERN void *_dl_initial_dtv;
 
401
  /* Generation counter for the dtv.  */
 
402
  EXTERN size_t _dl_tls_generation;
 
403
 
 
404
  EXTERN void (*_dl_init_static_tls) (struct link_map *);
 
405
 
 
406
  EXTERN void (*_dl_wait_lookup_done) (void);
 
407
 
 
408
  /* Scopes to free after next THREAD_GSCOPE_WAIT ().  */
 
409
  EXTERN struct dl_scope_free_list
 
410
  {
 
411
    size_t count;
 
412
    void *list[50];
 
413
  } *_dl_scope_free_list;
 
414
#ifdef SHARED
 
415
};
 
416
# define __rtld_global_attribute__
 
417
# ifdef IS_IN_rtld
 
418
#  ifdef HAVE_SDATA_SECTION
 
419
#   define __rtld_local_attribute__ \
 
420
            __attribute__ ((visibility ("hidden"), section (".sdata")))
 
421
#   undef __rtld_global_attribute__
 
422
#   define __rtld_global_attribute__ __attribute__ ((section (".sdata")))
 
423
#  else
 
424
#   define __rtld_local_attribute__ __attribute__ ((visibility ("hidden")))
 
425
#  endif
 
426
extern struct rtld_global _rtld_local __rtld_local_attribute__;
 
427
#  undef __rtld_local_attribute__
 
428
# endif
 
429
extern struct rtld_global _rtld_global __rtld_global_attribute__;
 
430
# undef __rtld_global_attribute__
 
431
#endif
 
432
 
 
433
#if __OPTION_EGLIBC_RTLD_DEBUG
 
434
# define GLRO_dl_debug_mask GLRO(dl_debug_mask)
 
435
#else
 
436
# define GLRO_dl_debug_mask 0
 
437
#endif
 
438
 
 
439
#ifndef SHARED
 
440
# define GLRO(name) _##name
 
441
#else
 
442
# ifdef IS_IN_rtld
 
443
#  define GLRO(name) _rtld_local_ro._##name
 
444
# else
 
445
#  define GLRO(name) _rtld_global_ro._##name
 
446
# endif
 
447
struct rtld_global_ro
 
448
{
 
449
#endif
 
450
 
 
451
#if __OPTION_EGLIBC_RTLD_DEBUG
 
452
  /* If nonzero the appropriate debug information is printed.  */
 
453
  EXTERN int _dl_debug_mask;
 
454
#endif
 
455
#define DL_DEBUG_LIBS       (1 << 0)
 
456
#define DL_DEBUG_IMPCALLS   (1 << 1)
 
457
#define DL_DEBUG_BINDINGS   (1 << 2)
 
458
#define DL_DEBUG_SYMBOLS    (1 << 3)
 
459
#define DL_DEBUG_VERSIONS   (1 << 4)
 
460
#define DL_DEBUG_RELOC      (1 << 5)
 
461
#define DL_DEBUG_FILES      (1 << 6)
 
462
#define DL_DEBUG_STATISTICS (1 << 7)
 
463
#define DL_DEBUG_UNUSED     (1 << 8)
 
464
#define DL_DEBUG_SCOPES     (1 << 9)
 
465
/* These two are used only internally.  */
 
466
#define DL_DEBUG_HELP       (1 << 10)
 
467
#define DL_DEBUG_PRELINK    (1 << 11)
 
468
 
 
469
  /* OS version.  */
 
470
  EXTERN unsigned int _dl_osversion;
 
471
  /* Platform name.  */
 
472
  EXTERN const char *_dl_platform;
 
473
  EXTERN size_t _dl_platformlen;
 
474
 
 
475
  /* Cached value of `getpagesize ()'.  */
 
476
  EXTERN size_t _dl_pagesize;
 
477
 
 
478
  /* Do we read from ld.so.cache?  */
 
479
  EXTERN int _dl_inhibit_cache;
 
480
 
 
481
  /* Copy of the content of `_dl_main_searchlist' at startup time.  */
 
482
  EXTERN struct r_scope_elem _dl_initial_searchlist;
 
483
 
 
484
  /* CLK_TCK as reported by the kernel.  */
 
485
  EXTERN int _dl_clktck;
 
486
 
 
487
  /* If nonzero print warnings messages.  */
 
488
  EXTERN int _dl_verbose;
 
489
 
 
490
  /* File descriptor to write debug messages to.  */
 
491
  EXTERN int _dl_debug_fd;
 
492
 
 
493
  /* Do we do lazy relocations?  */
 
494
  EXTERN int _dl_lazy;
 
495
 
 
496
  /* Nonzero if runtime lookups should not update the .got/.plt.  */
 
497
  EXTERN int _dl_bind_not;
 
498
 
 
499
  /* Nonzero if references should be treated as weak during runtime
 
500
     linking.  */
 
501
  EXTERN int _dl_dynamic_weak;
 
502
 
 
503
  /* Default floating-point control word.  */
 
504
  EXTERN fpu_control_t _dl_fpu_control;
 
505
 
 
506
  /* Expected cache ID.  */
 
507
  EXTERN int _dl_correct_cache_id;
 
508
 
 
509
  /* Mask for hardware capabilities that are available.  */
 
510
  EXTERN uint64_t _dl_hwcap;
 
511
 
 
512
  /* Mask for important hardware capabilities we honour. */
 
513
  EXTERN uint64_t _dl_hwcap_mask;
 
514
 
 
515
  /* Pointer to the auxv list supplied to the program at startup.  */
 
516
  EXTERN ElfW(auxv_t) *_dl_auxv;
 
517
 
 
518
  /* Get architecture specific definitions.  */
 
519
#define PROCINFO_DECL
 
520
#ifndef PROCINFO_CLASS
 
521
# define PROCINFO_CLASS EXTERN
 
522
#endif
 
523
#include <dl-procinfo.c>
 
524
 
 
525
  /* Names of shared object for which the RPATH should be ignored.  */
 
526
  EXTERN const char *_dl_inhibit_rpath;
 
527
 
 
528
  /* Location of the binary.  */
 
529
  EXTERN const char *_dl_origin_path;
 
530
 
 
531
  /* -1 if the dynamic linker should honor library load bias,
 
532
     0 if not, -2 use the default (honor biases for normal
 
533
     binaries, don't honor for PIEs).  */
 
534
  EXTERN ElfW(Addr) _dl_use_load_bias;
 
535
 
 
536
  /* Name of the shared object to be profiled (if any).  */
 
537
  EXTERN const char *_dl_profile;
 
538
  /* Filename of the output file.  */
 
539
  EXTERN const char *_dl_profile_output;
 
540
  /* Name of the object we want to trace the prelinking.  */
 
541
  EXTERN const char *_dl_trace_prelink;
 
542
  /* Map of shared object to be prelink traced.  */
 
543
  EXTERN struct link_map *_dl_trace_prelink_map;
 
544
 
 
545
  /* All search directories defined at startup.  */
 
546
  EXTERN struct r_search_path_elem *_dl_init_all_dirs;
 
547
 
 
548
#if HP_TIMING_AVAIL || HP_SMALL_TIMING_AVAIL || HP_TIMING_PAD
 
549
  /* Overhead of a high-precision timing measurement.  */
 
550
  EXTERN hp_timing_t _dl_hp_timing_overhead;
 
551
#endif
 
552
 
 
553
#ifdef NEED_DL_SYSINFO
 
554
  /* Syscall handling improvements.  This is very specific to x86.  */
 
555
  EXTERN uintptr_t _dl_sysinfo;
 
556
#endif
 
557
 
 
558
#ifdef NEED_DL_SYSINFO_DSO
 
559
  /* The vsyscall page is a virtual DSO pre-mapped by the kernel.
 
560
     This points to its ELF header.  */
 
561
  EXTERN const ElfW(Ehdr) *_dl_sysinfo_dso;
 
562
 
 
563
  /* At startup time we set up the normal DSO data structure for it,
 
564
     and this points to it.  */
 
565
  EXTERN struct link_map *_dl_sysinfo_map;
 
566
#endif
 
567
 
 
568
  /* Mask for more hardware capabilities that are available on some
 
569
     platforms.  */
 
570
  EXTERN uint64_t _dl_hwcap2;
 
571
 
 
572
#ifdef SHARED
 
573
  /* We add a function table to _rtld_global which is then used to
 
574
     call the function instead of going through the PLT.  The result
 
575
     is that we can avoid exporting the functions and we do not jump
 
576
     PLT relocations in libc.so.  */
 
577
  void (*_dl_debug_printf) (const char *, ...)
 
578
       __attribute__ ((__format__ (__printf__, 1, 2)));
 
579
  int (internal_function *_dl_catch_error) (const char **, const char **,
 
580
                                            bool *, void (*) (void *), void *);
 
581
  void (internal_function *_dl_signal_error) (int, const char *, const char *,
 
582
                                              const char *);
 
583
  void (*_dl_mcount) (ElfW(Addr) frompc, ElfW(Addr) selfpc);
 
584
  lookup_t (internal_function *_dl_lookup_symbol_x) (const char *,
 
585
                                                     struct link_map *,
 
586
                                                     const ElfW(Sym) **,
 
587
                                                     struct r_scope_elem *[],
 
588
                                                     const struct r_found_version *,
 
589
                                                     int, int,
 
590
                                                     struct link_map *);
 
591
  int (*_dl_check_caller) (const void *, enum allowmask);
 
592
  void *(*_dl_open) (const char *file, int mode, const void *caller_dlopen,
 
593
                     Lmid_t nsid, int argc, char *argv[], char *env[]);
 
594
  void (*_dl_close) (void *map);
 
595
  void *(*_dl_tls_get_addr_soft) (struct link_map *);
 
596
#ifdef HAVE_DL_DISCOVER_OSVERSION
 
597
  int (*_dl_discover_osversion) (void);
 
598
#endif
 
599
 
 
600
  /* List of auditing interfaces.  */
 
601
  struct audit_ifaces *_dl_audit;
 
602
  unsigned int _dl_naudit;
 
603
 
 
604
  /* 0 if internal pointer values should not be guarded, 1 if they should.  */
 
605
  EXTERN int _dl_pointer_guard;
 
606
};
 
607
# define __rtld_global_attribute__
 
608
# ifdef IS_IN_rtld
 
609
#  define __rtld_local_attribute__ __attribute__ ((visibility ("hidden")))
 
610
extern struct rtld_global_ro _rtld_local_ro
 
611
    attribute_relro __rtld_local_attribute__;
 
612
extern struct rtld_global_ro _rtld_global_ro
 
613
    attribute_relro __rtld_global_attribute__;
 
614
#  undef __rtld_local_attribute__
 
615
# else
 
616
/* We cheat a bit here.  We declare the variable as as const even
 
617
   though it is at startup.  */
 
618
extern const struct rtld_global_ro _rtld_global_ro
 
619
    attribute_relro __rtld_global_attribute__;
 
620
# endif
 
621
# undef __rtld_global_attribute__
 
622
#endif
 
623
#undef EXTERN
 
624
 
 
625
#ifndef SHARED
 
626
/* dl-support.c defines these and initializes them early on.  */
 
627
extern const ElfW(Phdr) *_dl_phdr;
 
628
extern size_t _dl_phnum;
 
629
#endif
 
630
 
 
631
#ifdef IS_IN_rtld
 
632
/* This is the initial value of GL(dl_error_catch_tsd).
 
633
   A non-TLS libpthread will change it.  */
 
634
extern void **_dl_initial_error_catch_tsd (void) __attribute__ ((const))
 
635
     attribute_hidden;
 
636
#endif
 
637
 
 
638
/* This is the initial value of GL(dl_make_stack_executable_hook).
 
639
   A threads library can change it.  */
 
640
extern int _dl_make_stack_executable (void **stack_endp) internal_function;
 
641
rtld_hidden_proto (_dl_make_stack_executable)
 
642
 
 
643
/* Variable pointing to the end of the stack (or close to it).  This value
 
644
   must be constant over the runtime of the application.  Some programs
 
645
   might use the variable which results in copy relocations on some
 
646
   platforms.  But this does not matter, ld.so can always use the local
 
647
   copy.  */
 
648
extern void *__libc_stack_end
 
649
#ifndef LIBC_STACK_END_NOT_RELRO
 
650
     attribute_relro
 
651
#endif
 
652
     ;
 
653
rtld_hidden_proto (__libc_stack_end)
 
654
 
 
655
/* Parameters passed to the dynamic linker.  */
 
656
extern int _dl_argc attribute_hidden attribute_relro;
 
657
extern char **_dl_argv
 
658
#ifndef DL_ARGV_NOT_RELRO
 
659
     attribute_relro
 
660
#endif
 
661
     ;
 
662
#ifdef IS_IN_rtld
 
663
extern unsigned int _dl_skip_args attribute_hidden
 
664
# ifndef DL_ARGV_NOT_RELRO
 
665
     attribute_relro
 
666
# endif
 
667
     ;
 
668
extern unsigned int _dl_skip_args_internal attribute_hidden
 
669
# ifndef DL_ARGV_NOT_RELRO
 
670
     attribute_relro
 
671
# endif
 
672
     ;
 
673
extern char **_dl_argv_internal attribute_hidden
 
674
# ifndef DL_ARGV_NOT_RELRO
 
675
     attribute_relro
 
676
# endif
 
677
     ;
 
678
# define rtld_progname (INTUSE(_dl_argv)[0])
 
679
#else
 
680
# define rtld_progname _dl_argv[0]
 
681
#endif
 
682
 
 
683
/* Flag set at startup and cleared when the last initializer has run.  */
 
684
extern int _dl_starting_up;
 
685
weak_extern (_dl_starting_up)
 
686
#ifdef IS_IN_rtld
 
687
extern int _dl_starting_up_internal attribute_hidden;
 
688
#endif
 
689
 
 
690
/* Random data provided by the kernel.  */
 
691
extern void *_dl_random attribute_hidden attribute_relro;
 
692
 
 
693
/* OS-dependent function to open the zero-fill device.  */
 
694
extern int _dl_sysdep_open_zero_fill (void); /* dl-sysdep.c */
 
695
 
 
696
 
 
697
/* Write message on the debug file descriptor.  The parameters are
 
698
   interpreted as for a `printf' call.  All the lines start with a
 
699
   tag showing the PID.  */
 
700
extern void _dl_debug_printf (const char *fmt, ...)
 
701
     __attribute__ ((__format__ (__printf__, 1, 2))) attribute_hidden;
 
702
 
 
703
/* Write message on the debug file descriptor.  The parameters are
 
704
   interpreted as for a `printf' call.  All the lines buf the first
 
705
   start with a tag showing the PID.  */
 
706
extern void _dl_debug_printf_c (const char *fmt, ...)
 
707
     __attribute__ ((__format__ (__printf__, 1, 2)));
 
708
 
 
709
 
 
710
/* Write a message on the specified descriptor FD.  The parameters are
 
711
   interpreted as for a `printf' call.  */
 
712
extern void _dl_dprintf (int fd, const char *fmt, ...)
 
713
     __attribute__ ((__format__ (__printf__, 2, 3)))
 
714
     attribute_hidden;
 
715
 
 
716
/* Write a message on the specified descriptor standard output.  The
 
717
   parameters are interpreted as for a `printf' call.  */
 
718
#define _dl_printf(fmt, args...) \
 
719
  _dl_dprintf (STDOUT_FILENO, fmt, ##args)
 
720
 
 
721
/* Write a message on the specified descriptor standard error.  The
 
722
   parameters are interpreted as for a `printf' call.  */
 
723
#define _dl_error_printf(fmt, args...) \
 
724
  _dl_dprintf (STDERR_FILENO, fmt, ##args)
 
725
 
 
726
/* Write a message on the specified descriptor standard error and exit
 
727
   the program.  The parameters are interpreted as for a `printf' call.  */
 
728
#define _dl_fatal_printf(fmt, args...) \
 
729
  do                                                                          \
 
730
    {                                                                         \
 
731
      _dl_dprintf (STDERR_FILENO, fmt, ##args);                               \
 
732
      _exit (127);                                                            \
 
733
    }                                                                         \
 
734
  while (1)
 
735
 
 
736
 
 
737
/* This function is called by all the internal dynamic linker functions
 
738
   when they encounter an error.  ERRCODE is either an `errno' code or
 
739
   zero; OBJECT is the name of the problematical shared object, or null if
 
740
   it is a general problem; ERRSTRING is a string describing the specific
 
741
   problem.  */
 
742
extern void _dl_signal_error (int errcode, const char *object,
 
743
                              const char *occurred, const char *errstring)
 
744
     internal_function __attribute__ ((__noreturn__)) attribute_hidden;
 
745
 
 
746
/* Like _dl_signal_error, but may return when called in the context of
 
747
   _dl_receive_error.  */
 
748
extern void _dl_signal_cerror (int errcode, const char *object,
 
749
                               const char *occation, const char *errstring)
 
750
     internal_function;
 
751
 
 
752
/* Call OPERATE, receiving errors from `dl_signal_cerror'.  Unlike
 
753
   `_dl_catch_error' the operation is resumed after the OPERATE
 
754
   function returns.
 
755
   ARGS is passed as argument to OPERATE.  */
 
756
extern void _dl_receive_error (receiver_fct fct, void (*operate) (void *),
 
757
                               void *args)
 
758
     internal_function;
 
759
 
 
760
 
 
761
/* Open the shared object NAME and map in its segments.
 
762
   LOADER's DT_RPATH is used in searching for NAME.
 
763
   If the object is already opened, returns its existing map.  */
 
764
extern struct link_map *_dl_map_object (struct link_map *loader,
 
765
                                        const char *name,
 
766
                                        int type, int trace_mode, int mode,
 
767
                                        Lmid_t nsid)
 
768
     internal_function attribute_hidden;
 
769
 
 
770
/* Call _dl_map_object on the dependencies of MAP, and set up
 
771
   MAP->l_searchlist.  PRELOADS points to a vector of NPRELOADS previously
 
772
   loaded objects that will be inserted into MAP->l_searchlist after MAP
 
773
   but before its dependencies.  */
 
774
extern void _dl_map_object_deps (struct link_map *map,
 
775
                                 struct link_map **preloads,
 
776
                                 unsigned int npreloads, int trace_mode,
 
777
                                 int open_mode)
 
778
     internal_function attribute_hidden;
 
779
 
 
780
/* Cache the locations of MAP's hash table.  */
 
781
extern void _dl_setup_hash (struct link_map *map)
 
782
     internal_function attribute_hidden;
 
783
 
 
784
 
 
785
/* Collect the directories in the search path for LOADER's dependencies.
 
786
   The data structure is defined in <dlfcn.h>.  If COUNTING is true,
 
787
   SI->dls_cnt and SI->dls_size are set; if false, those must be as set
 
788
   by a previous call with COUNTING set, and SI must point to SI->dls_size
 
789
   bytes to be used in filling in the result.  */
 
790
extern void _dl_rtld_di_serinfo (struct link_map *loader,
 
791
                                 Dl_serinfo *si, bool counting)
 
792
     internal_function;
 
793
 
 
794
 
 
795
/* Search loaded objects' symbol tables for a definition of the symbol
 
796
   referred to by UNDEF.  *SYM is the symbol table entry containing the
 
797
   reference; it is replaced with the defining symbol, and the base load
 
798
   address of the defining object is returned.  SYMBOL_SCOPE is a
 
799
   null-terminated list of object scopes to search; each object's
 
800
   l_searchlist (i.e. the segment of the dependency tree starting at that
 
801
   object) is searched in turn.  REFERENCE_NAME should name the object
 
802
   containing the reference; it is used in error messages.
 
803
   TYPE_CLASS describes the type of symbol we are looking for.  */
 
804
enum
 
805
  {
 
806
    /* If necessary add dependency between user and provider object.  */
 
807
    DL_LOOKUP_ADD_DEPENDENCY = 1,
 
808
    /* Return most recent version instead of default version for
 
809
       unversioned lookup.  */
 
810
    DL_LOOKUP_RETURN_NEWEST = 2,
 
811
    /* Set if dl_lookup* called with GSCOPE lock held.  */
 
812
    DL_LOOKUP_GSCOPE_LOCK = 4,
 
813
  };
 
814
 
 
815
/* Lookup versioned symbol.  */
 
816
extern lookup_t _dl_lookup_symbol_x (const char *undef,
 
817
                                     struct link_map *undef_map,
 
818
                                     const ElfW(Sym) **sym,
 
819
                                     struct r_scope_elem *symbol_scope[],
 
820
                                     const struct r_found_version *version,
 
821
                                     int type_class, int flags,
 
822
                                     struct link_map *skip_map)
 
823
     internal_function attribute_hidden;
 
824
 
 
825
 
 
826
/* Look up symbol NAME in MAP's scope and return its run-time address.  */
 
827
extern ElfW(Addr) _dl_symbol_value (struct link_map *map, const char *name)
 
828
     internal_function;
 
829
 
 
830
/* Add the new link_map NEW to the end of the namespace list.  */
 
831
extern void _dl_add_to_namespace_list (struct link_map *new, Lmid_t nsid)
 
832
     internal_function attribute_hidden;
 
833
 
 
834
/* Allocate a `struct link_map' for a new object being loaded.  */
 
835
extern struct link_map *_dl_new_object (char *realname, const char *libname,
 
836
                                        int type, struct link_map *loader,
 
837
                                        int mode, Lmid_t nsid)
 
838
     internal_function attribute_hidden;
 
839
 
 
840
/* Relocate the given object (if it hasn't already been).
 
841
   SCOPE is passed to _dl_lookup_symbol in symbol lookups.
 
842
   If RTLD_LAZY is set in RELOC-MODE, don't relocate its PLT.  */
 
843
extern void _dl_relocate_object (struct link_map *map,
 
844
                                 struct r_scope_elem *scope[],
 
845
                                 int reloc_mode, int consider_profiling)
 
846
     attribute_hidden;
 
847
 
 
848
/* Protect PT_GNU_RELRO area.  */
 
849
extern void _dl_protect_relro (struct link_map *map)
 
850
     internal_function attribute_hidden;
 
851
 
 
852
/* Call _dl_signal_error with a message about an unhandled reloc type.
 
853
   TYPE is the result of ELFW(R_TYPE) (r_info), i.e. an R_<CPU>_* value.
 
854
   PLT is nonzero if this was a PLT reloc; it just affects the message.  */
 
855
extern void _dl_reloc_bad_type (struct link_map *map,
 
856
                                unsigned int type, int plt)
 
857
     internal_function __attribute__ ((__noreturn__));
 
858
 
 
859
/* Resolve conflicts if prelinking.  */
 
860
extern void _dl_resolve_conflicts (struct link_map *l,
 
861
                                   ElfW(Rela) *conflict,
 
862
                                   ElfW(Rela) *conflictend);
 
863
 
 
864
/* Check the version dependencies of all objects available through
 
865
   MAP.  If VERBOSE print some more diagnostics.  */
 
866
extern int _dl_check_all_versions (struct link_map *map, int verbose,
 
867
                                   int trace_mode)
 
868
     internal_function;
 
869
 
 
870
/* Check the version dependencies for MAP.  If VERBOSE print some more
 
871
   diagnostics.  */
 
872
extern int _dl_check_map_versions (struct link_map *map, int verbose,
 
873
                                   int trace_mode)
 
874
     internal_function;
 
875
 
 
876
/* Initialize the object in SCOPE by calling the constructors with
 
877
   ARGC, ARGV, and ENV as the parameters.  */
 
878
extern void _dl_init (struct link_map *main_map, int argc, char **argv,
 
879
                      char **env) internal_function attribute_hidden;
 
880
 
 
881
/* Call the finalizer functions of all shared objects whose
 
882
   initializer functions have completed.  */
 
883
extern void _dl_fini (void) internal_function;
 
884
 
 
885
/* Sort array MAPS according to dependencies of the contained objects.  */
 
886
extern void _dl_sort_fini (struct link_map **maps, size_t nmaps, char *used,
 
887
                           Lmid_t ns)
 
888
     internal_function;
 
889
 
 
890
/* The dynamic linker calls this function before and having changing
 
891
   any shared object mappings.  The `r_state' member of `struct r_debug'
 
892
   says what change is taking place.  This function's address is
 
893
   the value of the `r_brk' member.  */
 
894
extern void _dl_debug_state (void);
 
895
rtld_hidden_proto (_dl_debug_state)
 
896
 
 
897
/* Initialize `struct r_debug' if it has not already been done.  The
 
898
   argument is the run-time load address of the dynamic linker, to be put
 
899
   in the `r_ldbase' member.  Returns the address of the structure.  */
 
900
extern struct r_debug *_dl_debug_initialize (ElfW(Addr) ldbase, Lmid_t ns)
 
901
     internal_function;
 
902
 
 
903
/* Initialize the basic data structure for the search paths.  */
 
904
extern void _dl_init_paths (const char *library_path) internal_function;
 
905
 
 
906
/* Gather the information needed to install the profiling tables and start
 
907
   the timers.  */
 
908
extern void _dl_start_profile (void) internal_function attribute_hidden;
 
909
 
 
910
/* The actual functions used to keep book on the calls.  */
 
911
extern void _dl_mcount (ElfW(Addr) frompc, ElfW(Addr) selfpc);
 
912
extern void _dl_mcount_internal (ElfW(Addr) frompc, ElfW(Addr) selfpc)
 
913
     attribute_hidden;
 
914
 
 
915
/* This function is simply a wrapper around the _dl_mcount function
 
916
   which does not require a FROMPC parameter since this is the
 
917
   calling function.  */
 
918
extern void _dl_mcount_wrapper (void *selfpc);
 
919
 
 
920
/* Show the members of the auxiliary array passed up from the kernel.  */
 
921
extern void _dl_show_auxv (void) internal_function;
 
922
 
 
923
/* Return all environment variables starting with `LD_', one after the
 
924
   other.  */
 
925
extern char *_dl_next_ld_env_entry (char ***position) internal_function;
 
926
 
 
927
/* Return an array with the names of the important hardware capabilities.  */
 
928
extern const struct r_strlenpair *_dl_important_hwcaps (const char *platform,
 
929
                                                        size_t paltform_len,
 
930
                                                        size_t *sz,
 
931
                                                        size_t *max_capstrlen)
 
932
     internal_function;
 
933
 
 
934
/* Look up NAME in ld.so.cache and return the file name stored there,
 
935
   or null if none is found.  */
 
936
extern const char *_dl_load_cache_lookup (const char *name)
 
937
     internal_function;
 
938
 
 
939
/* If the system does not support MAP_COPY we cannot leave the file open
 
940
   all the time since this would create problems when the file is replaced.
 
941
   Therefore we provide this function to close the file and open it again
 
942
   once needed.  */
 
943
extern void _dl_unload_cache (void) attribute_hidden;
 
944
 
 
945
/* System-dependent function to read a file's whole contents in the
 
946
   most convenient manner available.  *SIZEP gets the size of the
 
947
   file.  On error MAP_FAILED is returned.  */
 
948
extern void *_dl_sysdep_read_whole_file (const char *file, size_t *sizep,
 
949
                                         int prot)
 
950
     internal_function attribute_hidden;
 
951
 
 
952
/* System-specific function to do initial startup for the dynamic linker.
 
953
   After this, file access calls and getenv must work.  This is responsible
 
954
   for setting __libc_enable_secure if we need to be secure (e.g. setuid),
 
955
   and for setting _dl_argc and _dl_argv, and then calling _dl_main.  */
 
956
extern ElfW(Addr) _dl_sysdep_start (void **start_argptr,
 
957
                                    void (*dl_main) (const ElfW(Phdr) *phdr,
 
958
                                                     ElfW(Word) phnum,
 
959
                                                     ElfW(Addr) *user_entry,
 
960
                                                     ElfW(auxv_t) *auxv))
 
961
     attribute_hidden;
 
962
 
 
963
extern void _dl_sysdep_start_cleanup (void)
 
964
     internal_function attribute_hidden;
 
965
 
 
966
 
 
967
/* Determine next available module ID.  */
 
968
extern size_t _dl_next_tls_modid (void) internal_function attribute_hidden;
 
969
 
 
970
/* Calculate offset of the TLS blocks in the static TLS block.  */
 
971
extern void _dl_determine_tlsoffset (void) internal_function attribute_hidden;
 
972
 
 
973
/* Set up the data structures for TLS, when they were not set up at startup.
 
974
   Returns nonzero on malloc failure.
 
975
   This is called from _dl_map_object_from_fd or by libpthread.  */
 
976
extern int _dl_tls_setup (void) internal_function;
 
977
rtld_hidden_proto (_dl_tls_setup)
 
978
 
 
979
/* Allocate memory for static TLS block (unless MEM is nonzero) and dtv.  */
 
980
extern void *_dl_allocate_tls (void *mem) internal_function;
 
981
rtld_hidden_proto (_dl_allocate_tls)
 
982
 
 
983
/* Get size and alignment requirements of the static TLS block.  */
 
984
extern void _dl_get_tls_static_info (size_t *sizep, size_t *alignp)
 
985
     internal_function;
 
986
 
 
987
extern void _dl_allocate_static_tls (struct link_map *map)
 
988
     internal_function attribute_hidden;
 
989
 
 
990
/* These are internal entry points to the two halves of _dl_allocate_tls,
 
991
   only used within rtld.c itself at startup time.  */
 
992
extern void *_dl_allocate_tls_storage (void)
 
993
     internal_function attribute_hidden;
 
994
extern void *_dl_allocate_tls_init (void *) internal_function;
 
995
rtld_hidden_proto (_dl_allocate_tls_init)
 
996
 
 
997
/* Deallocate memory allocated with _dl_allocate_tls.  */
 
998
extern void _dl_deallocate_tls (void *tcb, bool dealloc_tcb) internal_function;
 
999
rtld_hidden_proto (_dl_deallocate_tls)
 
1000
 
 
1001
extern void _dl_nothread_init_static_tls (struct link_map *) attribute_hidden;
 
1002
 
 
1003
/* Find origin of the executable.  */
 
1004
extern const char *_dl_get_origin (void) attribute_hidden;
 
1005
 
 
1006
/* Count DSTs.  */
 
1007
extern size_t _dl_dst_count (const char *name, int is_path) attribute_hidden;
 
1008
 
 
1009
/* Substitute DST values.  */
 
1010
extern char *_dl_dst_substitute (struct link_map *l, const char *name,
 
1011
                                 char *result, int is_path) attribute_hidden;
 
1012
 
 
1013
/* Check validity of the caller.  */
 
1014
extern int _dl_check_caller (const void *caller, enum allowmask mask)
 
1015
     attribute_hidden;
 
1016
 
 
1017
/* Open the shared object NAME, relocate it, and run its initializer if it
 
1018
   hasn't already been run.  MODE is as for `dlopen' (see <dlfcn.h>).  If
 
1019
   the object is already opened, returns its existing map.  */
 
1020
extern void *_dl_open (const char *name, int mode, const void *caller,
 
1021
                       Lmid_t nsid, int argc, char *argv[], char *env[])
 
1022
     attribute_hidden;
 
1023
 
 
1024
/* Free or queue for freeing scope OLD.  If other threads might be
 
1025
   in the middle of _dl_fixup, _dl_profile_fixup or dl*sym using the
 
1026
   old scope, OLD can't be freed until no thread is using it.  */
 
1027
extern int _dl_scope_free (void *) attribute_hidden;
 
1028
 
 
1029
/* Add module to slot information data.  */
 
1030
extern void _dl_add_to_slotinfo (struct link_map  *l) attribute_hidden;
 
1031
 
 
1032
/* Update slot information data for at least the generation of the
 
1033
   module with the given index.  */
 
1034
extern struct link_map *_dl_update_slotinfo (unsigned long int req_modid);
 
1035
 
 
1036
/* Look up the module's TLS block as for __tls_get_addr,
 
1037
   but never touch anything.  Return null if it's not allocated yet.  */
 
1038
extern void *_dl_tls_get_addr_soft (struct link_map *l) attribute_hidden;
 
1039
 
 
1040
extern int _dl_addr_inside_object (struct link_map *l, const ElfW(Addr) addr)
 
1041
     internal_function attribute_hidden;
 
1042
 
 
1043
/* Show show of an object.  */
 
1044
extern void _dl_show_scope (struct link_map *new, int from);
 
1045
 
 
1046
extern struct link_map *_dl_find_dso_for_object (const ElfW(Addr) addr)
 
1047
     internal_function;
 
1048
rtld_hidden_proto (_dl_find_dso_for_object)
 
1049
 
 
1050
/* Initialization which is normally done by the dynamic linker.  */
 
1051
extern void _dl_non_dynamic_init (void) internal_function;
 
1052
 
 
1053
/* Used by static binaries to check the auxiliary vector.  */
 
1054
extern void _dl_aux_init (ElfW(auxv_t) *av) internal_function;
 
1055
 
 
1056
 
 
1057
__END_DECLS
 
1058
 
 
1059
#endif /* ldsodefs.h */