Searched refs:tables (Results 1 – 25 of 124) sorted by relevance
12345
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | gc-unwind.s | 1 @ Test -gc-sections and unwinding tables. .data.eh should be pulled in 2 @ via the EH tables, .data.foo should not.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | README | 3 C source files that contain jump tables for each emulation.
|
D | xtensaelf.em | 113 *error_message = _("file already has property tables"); 286 instruction tables (.xt.insn, gnu.linkonce.x.*) tables into property 287 tables (.xt.prop) before any section placement. */ 1288 /* Strip out any linkonce property tables or XCC exception tables where the
|
D | aarch64elf.em | 57 /* Initialise mapping tables for code/data. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | unwind.s | 1 # Test generation of unwind tables
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | BRANCHES | 1 Please keep the following tables alphabetical.
|
D | NEWS | 50 * Readelf can now display ARM unwind tables (.ARM.exidx / .ARM.extab) using 108 * Add new option --use-nul-prefixed-import-tables to dlltool to allow fall-
|
D | ChangeLog-2008 | 524 (add_specific_symbol): Change to use hash tables. 527 (is_strip_section): Update to use new functions and hash tables.
|
D | ChangeLog-2009 | 1332 (usage): Add new option --use-nul-prefixed-import-tables. 1334 (long_options): Add --use-nul-prefixed-import-tables. 1337 --use-nul-prefixed-import-tables.
|
D | ChangeLog-2010 | 819 ARM unwind tables. 966 symbol hash tables for -D.
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | tic80coff.sc | 17 # building global constructor and destructor tables.
|
D | elfm68hc11.sc | 359 /* Constructor and destructor tables are in ROM. */
|
D | elfm68hc12.sc | 360 /* Constructor and destructor tables are in ROM. */
|
D | elfxgate.sc | 360 /* Constructor and destructor tables are in ROM. */
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | PORTING | 31 If your architecture is new, you need to add it to the tables
|
/toolchain/binutils/binutils-2.25/gas/ |
D | NEWS | 100 tables without runtime relocation. 159 tables used, at the expense of longer assembly times, and 160 --hash-size=<NUMBER> to set the size of the hash tables used by gas. 188 * Added support for generating unwind tables for ARM ELF targets.
|
D | README | 146 allows the assembler to assemble jump tables that jump to locations
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-i960.texi | 83 lists of branch tables. The second word is a count of the number of 111 The first word of the header is used to locate multiple branch tables,
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldint.texinfo | 310 global constructor and destructor tables (e.g., all scripts other than 361 Many COFF systems build constructor tables in the linker script. The 389 constructor and destructor tables. This example is written for a target 523 linking, handling symbol tables, symbol resolution, relocations, and
|
/toolchain/binutils/binutils-2.25/gold/ |
D | powerpc.cc | 2515 std::vector<Stub_table_owner*> tables; in group_sections() local 2545 tables.push_back(table_owner); in group_sections() 2547 ppcobj->set_stub_table(i->shndx(), tables.size() - 1); in group_sections() 2555 if (tables.size() >= 2 && tables[tables.size() - 2]->owner == i) in group_sections() 2562 tables.pop_back(); in group_sections() 2566 ppcobj->set_stub_table(i->shndx(), tables.size() - 1); in group_sections() 2574 for (typename std::vector<Stub_table_owner*>::iterator t = tables.begin(); in group_sections() 2575 t != tables.end(); in group_sections()
|
/toolchain/binutils/binutils-2.25/ |
D | README.google | 259 tables.
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfdsumm.texi | 12 tables. Each BFD back end provides a routine for converting
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | frv.opc | 277 tables perform that mapping. */ 312 tables perform that mapping. */ 440 *_allowed_vliw tables above. */
|
D | or1kcommon.cpu | 21 ; They're also used to provide tables and other elements of the assembly
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-asm.in | 311 We assume all necessary tables have been initialized.
|
12345