Searched refs:loader (Results 1 – 25 of 64) sorted by relevance
123
/toolchain/binutils/binutils-2.27/include/mach-o/ |
D | ChangeLog-1115 | 3 * loader.h (bfd_mach_o_header_flags): Add 11 * loader.h (bfd_mach_o_cpu_subtype): Add arm64 literals. 27 * loader.h: Add macros for rebase, bind and export constants. 31 * loader.h (BFD_MACH_O_CPU_ARCH_MASK, BFD_MACH_O_CPU_ARCH_ABI64) 46 * loader.h (bfd_mach_o_cpu_type): Add BFD_MACH_O_CPU_TYPE_ARM64. 62 * loader.h (bfd_mach_o_load_command_type): Add 84 * loader.h (BFD_MACH_O_INDIRECT_SYM_LOCAL): New. 93 * loader.h: Update copyright year. 108 * loader.h (bfd_mach_o_load_command_type): Add 116 * loader.h: Reorder declarations. [all …]
|
/toolchain/binutils/binutils-2.27/ld/scripttempl/ |
D | aix.sc | 67 .loader : { 68 *(.loader)
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/ |
D | aix-core-sec-3.hd | 10 * 3 * \.loader .*
|
D | aix-core-sec-1.hd | 10 * 3 * \.loader .*
|
D | aix-core-sec-2.hd | 10 * 3 * \.loader .*
|
D | aix-rel-1.od | 5 # they're empty. The important thing is that .loader shouldn't appear
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/ |
D | overlay-size.d | 7 # Renesas loader.
|
D | rgn-at5.d | 8 # Renesas loader.
|
D | rgn-at1.d | 7 # Renesas loader.
|
D | rgn-at4.d | 7 # Renesas loader.
|
D | rgn-over8-ok.d | 7 # Renesas loader.
|
D | rgn-at3.d | 7 # Renesas loader.
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | od-xcoff.c | 1031 asection *loader; in dump_xcoff32_loader() local 1047 loader = bfd_get_section_by_name (abfd, ".loader"); in dump_xcoff32_loader() 1049 if (loader == NULL) in dump_xcoff32_loader() 1054 size = bfd_get_section_size (loader); in dump_xcoff32_loader() 1062 bfd_get_section_contents (abfd, loader, ldr_data, 0, size); in dump_xcoff32_loader()
|
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
D | aix.em | 200 The function table is accessed by the runtime linker/loader by checking if 201 the first symbol in the loader symbol table is __rtinit. The gnu linker 202 generates this symbol and makes it the first loader symbol. */ 759 .loader relocs for them. */ 831 /* Let the XCOFF backend set up the .loader section. */
|
D | lnk960.em | 4 /* intel coff loader emulation specific stuff
|
/toolchain/binutils/binutils-2.27/config/ |
D | lib-link.m4 | 487 dnl known to the linker and runtime loader. (All the system 489 dnl runtime loader, otherwise the system is severely misconfigured.)
|
/toolchain/binutils/binutils-2.27/gold/ |
D | configure.ac | 445 dnl On GNU/Linux TLS descriptors are supported by the dynamic loader 585 dnl When plugins enabled dynamic loader interface is required. Check headers
|
/toolchain/binutils/binutils-2.27/bfd/po/ |
D | id.po | 3623 msgid "%s: dynamic object with no .loader section" 3624 msgstr "%s: objek dinamis dengan tidak ada daerah .loader" 3673 msgid "%B: loader reloc in unrecognized section `%s'" 3674 msgstr "%B: loader relokasi dalam daerah tidak dikenal `%s'" 3677 msgid "%B: `%s' in loader reloc but not loader sym" 3678 msgstr "%B: `%s' dalam relokasi loader tetapi bukan loader sym" 3681 msgid "%B: loader reloc in read-only section %A" 3682 msgstr "%B: loader relokasi dalam daerah baca-saja %A" 4159 #~ msgid "%s: loader reloc in unrecognized section `%s'" 4160 #~ msgstr "%s: loader relokasi dalam daerah `%s' tidak dikenal" [all …]
|
D | fi.po | 6140 msgid "%s: dynamic object with no .loader section" 6141 msgstr "%s: dynaaminen objekti ilman ”.loader”-lohkoa" 6190 msgid "%B: loader reloc in unrecognized section `%s'" 6191 msgstr "%B: ”loader reloc”-tietue tunnistamattomassa lohkossa ”%s" 6194 msgid "%B: `%s' in loader reloc but not loader sym" 6195 msgstr "%B: ”%s” ”loader reloc”-tietueessa, mutta ei ”loader.sym”-binaarissa" 6198 msgid "%B: loader reloc in read-only section %A" 6199 msgstr "%B: ”loader reloc”-tietue kirjoitussuojatussa lohkossa %A" 6884 #~ msgid "%s: loader reloc in unrecognized section `%s'" 6885 #~ msgstr "%s: ”loader reloc”-tietue tunnistamattomassa lohkossa ”%s”" [all …]
|
D | rw.po | 2685 msgid "%s: dynamic object with no .loader section" 2710 msgid "%s: loader reloc in unrecognized section `%s'" 2715 msgid "%s: `%s' in loader reloc but not loader sym" 2720 msgid "%s: loader reloc in read-only section %s"
|
D | tr.po | 2599 msgid "%s: dynamic object with no .loader section" 2600 msgstr "%s: .loader bölümü olmayan dinamik nesne" 2623 msgid "%s: loader reloc in unrecognized section `%s'" 2628 msgid "%s: `%s' in loader reloc but not loader sym" 2633 msgid "%s: loader reloc in read-only section %s"
|
/toolchain/binutils/binutils-2.27/bfd/doc/ |
D | bfdint.texi | 1430 loader. They have a type, a VMA, an LMA, file contents, and a couple of 1432 system loader will examine the program segments to decide how to load 1433 it. The loader will ignore the section information. Loadable program 1435 program segments are interpreted by the loader, and generally provide 1446 system loader will load an entire program segment at a time. 1451 system. This is because the system loader will map the file into memory 1452 starting at the start of a page. The system loader can easily remap 1454 the file were not correctly aligned within the page, the system loader
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ldint.texinfo | 652 into loaded DLL. The aim is to make OS loader do so, and than 678 practice, OS loader implemented the sane way: it goes thru 690 require more work on behalf of loader than not doing it.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | ChangeLog-2009 | 3624 a .loader section for relocatable links. 3627 (bfd_xcoff_link_count_reloc): Only count loader relocs if there's 3628 a loader section. 3632 call xcoff_build_ldsym, if there's a loader section. 3635 there's a loader section. Only add an __rtinit loader symbol 3636 if there's a loader section. Update after above name change. 3642 a loader section. Use xcoff_symbol_section. 3644 if there's a loader section. 3895 Add .loader entries for C_AIX_WEAKEXT as well as C_EXT symbols, 4022 .loader section.
|
/toolchain/binutils/binutils-2.27/binutils/po/ |
D | sr.po | 5134 " loader Display loader section\n" 5139 " ldinfo Display loader info in core files\n" 5148 " loader Приказује одељак учитавача\n" 5338 msgid "no .loader section in file\n" 5339 msgstr "нема одељка „.loader“ у датотеци\n" 5343 msgid "section .loader is too short\n" 5344 msgstr "одељак „.loader“ је прекратак\n" 5537 msgid "cannot read loader info table"
|
123