Searched refs:rtld (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | aix.em | 134 static int rtld; 244 {"brtl", no_argument, &rtld, 1}, 245 {"bnortl", no_argument, &rtld, 0}, 246 {"bnortllib", no_argument, &rtld, 0}, 836 rtld ? TRUE : FALSE)) 1458 || rtld)) 1478 rtld)) 1485 if (rtld)
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | xcofflink.c | 139 bfd_boolean rtld; member 2826 if (xcoff_hash_table (info)->rtld) in xcoff_mark_symbol() 3630 bfd_boolean rtld) in bfd_xcoff_size_dynamic_sections() argument 3662 xcoff_hash_table (info)->rtld = rtld; in bfd_xcoff_size_dynamic_sections() 3666 && (info->init_function || info->fini_function || rtld)) in bfd_xcoff_size_dynamic_sections() 3976 bfd_boolean rtld) in bfd_xcoff_link_generate_rtinit() argument 3996 if (! bfd_xcoff_generate_rtinit (abfd, init, fini, rtld)) in bfd_xcoff_link_generate_rtinit()
|
D | coff64-rs6000.c | 2169 bfd_boolean rtld) in xcoff64_generate_rtinit() argument 2316 if (rtld) in xcoff64_generate_rtinit() 2436 if (rtld) in xcoff64_generate_rtinit()
|
D | coff-rs6000.c | 3645 bfd_boolean rtld) in xcoff_generate_rtinit() argument 3879 if (rtld) in xcoff_generate_rtinit()
|
D | ChangeLog-2009 | 4005 (bfd_xcoff_size_dynamic_sections): Save the rtld parameter
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ChangeLog | 234 (xcoff_link_hash_table): Add an "rtld" field.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-0203 | 2818 (rtld): Change type to int.
|
D | ld.texinfo | 377 This option is only meaningful on ELF platforms supporting the rtld-audit 475 option is only meaningful on ELF platforms supporting the rtld-audit interface.
|