Searched refs:binding (Results 1 – 25 of 29) sorted by relevance
12
/glibc-2.36/intl/ |
D | bindtextdom.c | 78 struct binding *binding; in gl_rwlock_define() local 95 for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next) in gl_rwlock_define() 97 int compare = strcmp (domainname, binding->domainname); in gl_rwlock_define() 104 binding = NULL; in gl_rwlock_define() 109 if (binding != NULL) in gl_rwlock_define() 117 *dirnamep = binding->dirname; in gl_rwlock_define() 123 char *result = binding->dirname; in gl_rwlock_define() 142 if (binding->dirname != _nl_default_dirname) in gl_rwlock_define() 143 free (binding->dirname); in gl_rwlock_define() 145 binding->dirname = result; in gl_rwlock_define() [all …]
|
D | gettextP.h | 208 struct binding struct 210 struct binding *next; argument 255 struct binding *__domainbinding) 258 struct binding *__domainbinding) 263 struct binding *domainbinding, const char *encoding, 269 struct binding *domainbinding, const char *msgid, 289 extern struct binding *_nl_domain_bindings;
|
D | dcigettext.c | 344 struct binding *_nl_domain_bindings; 368 static const char *get_output_charset (struct binding *domainbinding); 490 struct binding *binding; in gl_dcigettext() local 598 binding = NULL; in gl_dcigettext() 601 for (binding = _nl_domain_bindings; binding != NULL; binding = binding->next) in gl_dcigettext() 603 int compare = strcmp (domainname, binding->domainname); in gl_dcigettext() 610 binding = NULL; in gl_dcigettext() 615 if (binding == NULL) in gl_dcigettext() 619 dirname = binding->dirname; in gl_dcigettext() 702 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding); in gl_dcigettext() [all …]
|
D | finddomain.c | 59 const char *domainname, struct binding *domainbinding) in _nl_find_domain()
|
D | loadmsgcat.c | 753 struct binding *domainbinding) in _nl_load_domain()
|
/glibc-2.36/localedata/locales/ |
D | uk_UA | 77 % express authority, is binding only for the transliteration of Ukrainian
|
/glibc-2.36/ |
D | INSTALL | 214 Disable lazy binding for installed shared objects and programs.
|
D | NEWS | 17 in recent binutils versions. Lazy binding doesn't apply to DT_RELR. 1316 binding 1507 * If a lazy binding failure happens during dlopen, during the execution of 1509 dynamic loader would return NULL from dlopen, with the lazy binding error 1570 [24304] dynamic-link: Lazy binding failure during ELF 2364 [17662] libc: please implement binding for the new renameat2 syscall 4831 * On x86-64, the dynamic linker's lazy-binding support is now compatible
|
/glibc-2.36/manual/ |
D | socket.texi | 239 @cindex binding a socket address 240 @cindex socket address (name) binding 249 give it an address. We call this @dfn{binding} the address to the 1019 binding to an address. @xref{Setting Address}. This is the usual
|
D | install.texi | 240 Disable lazy binding for installed shared objects and programs. This
|
D | texinfo.tex | 5727 \bgroup % for local binding of \delayedbox 11238 % 3) voffset; 4) hoffset; 5) binding offset; 6) topskip;
|
/glibc-2.36/timezone/ |
D | australasia | 1451 # convention, but are not legally binding national borders.... The date is
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-mips | 2166 !lazy. Skip lazy binding for PLT symbols.
|
D | ChangeLog.12 | 3633 (struct binding): Add codeset_cntr field. 3642 * intl/dcigettext.c (DCIGETTEXT): Pass binding to _nl_find_msg. 4559 (struct binding): Always use ZERO.
|
D | ChangeLog.11 | 10263 * intl/dcigettext.c (dcigettext): Pass binding to _nl_find_domain. 10264 (free_mem): Free each binding's codeset. 10265 * intl/gettextP.h (struct binding): Add codeset field.
|
D | ChangeLog.20 | 3401 Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]
|
D | ChangeLog.8 | 652 * nis/nis_call.c: Rewrite binding to a NIS+ server to reuse 9685 * nis/ypclnt.c: Try at first to use the binding file from ypbind
|
D | ChangeLog.9 | 6486 * nis/ypclnt.c: Try binding dir only first time, could be to old.
|
D | ChangeLog.13 | 11286 lazy binding for RELA. If DT_GNU_PRELINKED, DT_RELACOUNT relocations 12411 for non-lazy binding. Fix .plt[32768+] handling.
|
D | ChangeLog.14 | 2233 (__yp_bind_file): New, binding dir code from __yp_bind. 2237 binding directory, after this ask ypbind for a working ypserv.
|
D | ChangeLog.22 | 7248 aarch64: Add variant PCS lazy binding test [BZ #26798]
|
D | ChangeLog.5 | 8052 device_reply. For shlibs with eager binding, libmachuser.so must
|
D | ChangeLog.19 | 23807 libgcc.so with RTLD_NOW, to avoid lazy binding during unwind. 29659 * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Do symbol binding 29689 binding and initialization non-lazily for R_AARCH64_TLSDESC.
|
/glibc-2.36/po/ |
D | it.po | 785 msgstr "Configura i binding a runtime del linker dinamico."
|
/glibc-2.36/posix/ |
D | tst-regex.input | 652 * nis/nis_call.c: Rewrite binding to a NIS+ server to reuse 9685 * nis/ypclnt.c: Try at first to use the binding file from ypbind
|
12