Lines Matching full:processor
168 The architecture, including both a general processor type (m68k, MIPS
214 represent. For example, the MIPS processor distinguishes small and
1349 confusing. There are many processor specific relocation codes.
1401 processor specific supplement. The ELF support in BFD is split in a
1402 similar fashion. The processor specific support is largely kept within
1404 The processor specific support provides a set of function pointers and
1410 * BFD ELF processor specific support:: BFD ELF processor specific support
1506 linker support is only used if the processor specific file defines
1518 among these files and the processor specific files.
1523 The processor specific files may override particular entries in the
1525 @samp{bfd_reloc_type_lookup} entry point is always processor specific.
1527 @node BFD ELF processor specific support
1528 @subsection BFD ELF processor specific support
1530 By convention, the processor specific support for a particular processor
1532 either 32 or 64, and @var{cpu} is the name of the processor.
1535 * BFD ELF processor required:: Required processor specific support
1536 * BFD ELF processor linker:: Processor specific linker support
1537 * BFD ELF processor other:: Other processor specific support options
1540 @node BFD ELF processor required
1541 @subsubsection Required processor specific support
1552 @samp{TARGET_BIG_SYM} for a big-endian processor,
1553 @samp{TARGET_LITTLE_SYM} for a little-endian processor, and define both
1554 for a bi-endian processor.
1568 number for a particular processor, try sending a note to
1575 processor specific supplement. For a processor which will only be used
1581 processor specific supplement.
1625 You must also add the magic number for this processor to the
1640 @node BFD ELF processor linker
1641 @subsubsection Processor specific linker support
1677 @node BFD ELF processor other
1678 @subsubsection Other processor specific support options
1687 Several processor specific hook functions which may be defined as
1693 There are a few processor specific constants which may also be defined.
1699 Normally any odd characteristic of a particular ELF processor is handled
1705 Dynamic linking support, which involves processor specific relocations
1749 While each processor has particular differences, much of the dynamic
1750 linking support is quite similar for each processor. The GOT and PLT
1759 handling. Many of the COFF processor specific backends share a single
1764 The appearance of the processor specific magic number in
1766 possible to add support for a new processor without changing the generic
1769 The processor function hooks and constants are ad hoc and need better