Home
last modified time | relevance | path

Searched refs:chain (Results 1 – 25 of 83) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/gas/
Dsubsegs.c276 frchainS *chain; in seg_not_empty_p() local
282 for (chain = seginfo->frchainP; chain; chain = chain->frch_next) in seg_not_empty_p()
284 for (frag = chain->frch_root; frag; frag = frag->fr_next) in seg_not_empty_p()
287 if (obstack_next_free (&chain->frch_obstack) in seg_not_empty_p()
288 != chain->frch_last->fr_literal) in seg_not_empty_p()
/toolchain/binutils/binutils-2.25/bfd/
Dmerge.c79 struct sec_merge_sec_info *chain; member
384 if ((secinfo = sinfo->chain) in _bfd_add_merge_section()
399 sinfo->chain = NULL; in _bfd_add_merge_section()
419 if (sinfo->chain) in _bfd_add_merge_section()
421 secinfo->next = sinfo->chain->next; in _bfd_add_merge_section()
422 sinfo->chain->next = secinfo; in _bfd_add_merge_section()
426 sinfo->chain = secinfo; in _bfd_add_merge_section()
525 for (secinfo = sinfo->chain; secinfo; secinfo = secinfo->next) in record_section()
718 if (! sinfo->chain) in _bfd_merge_sections()
722 secinfo = sinfo->chain; in _bfd_merge_sections()
[all …]
Dhash.c546 struct bfd_hash_entry *chain = table->table[hi]; in bfd_hash_insert() local
547 struct bfd_hash_entry *chain_end = chain; in bfd_hash_insert()
549 while (chain_end->next && chain_end->next->hash == chain->hash) in bfd_hash_insert()
553 _index = chain->hash % newsize; in bfd_hash_insert()
555 newtable[_index] = chain; in bfd_hash_insert()
Dmipsbsd.c349 arelent_chain *chain = section->constructor_chain; in MY() local
353 *relptr++ = &chain->relent; in MY()
354 chain = chain->next; in MY()
Di386lynx.c527 arelent_chain *chain = section->constructor_chain; in NAME() local
530 *relptr++ = &chain->relent; in NAME()
531 chain = chain->next; in NAME()
Dhp300hpux.c836 arelent_chain *chain = section->constructor_chain; in MY() local
839 *relptr++ = &chain->relent; in MY()
840 chain = chain->next; in MY()
Driscix.c445 arelent_chain *chain = section->constructor_chain; in MY() local
449 *relptr++ = &chain->relent; in MY()
450 chain = chain->next; in MY()
DpeXXigen.c3248 rsrc_dir_chain * chain, in rsrc_parse_entries() argument
3260 if (chain->num_entries == 0) in rsrc_parse_entries()
3262 chain->first_entry = chain->last_entry = NULL; in rsrc_parse_entries()
3270 chain->first_entry = entry; in rsrc_parse_entries()
3272 for (i = chain->num_entries; i--;) in rsrc_parse_entries()
3294 chain->last_entry = entry; in rsrc_parse_entries()
3822 rsrc_sort_entries (rsrc_dir_chain * chain, in rsrc_sort_entries() argument
3831 if (chain->num_entries < 2) in rsrc_sort_entries()
3837 points_to_entry = & chain->first_entry; in rsrc_sort_entries()
3904 chain->num_entries --; in rsrc_sort_entries()
[all …]
Dbout.c894 arelent_chain *chain = section->constructor_chain; in b_out_canonicalize_reloc() local
898 *relptr++ = &chain->relent; in b_out_canonicalize_reloc()
899 chain = chain->next; in b_out_canonicalize_reloc()
Dieee.c3111 bfd_chain_type *chain = ieee->chain_root; in ieee_write_debug_part() local
3121 if (chain == (bfd_chain_type *) NULL) in ieee_write_debug_part()
3140 while (chain != (bfd_chain_type *) NULL) in ieee_write_debug_part()
3142 bfd *entry = chain->this; in ieee_write_debug_part()
3153 chain = chain->next; in ieee_write_debug_part()
Decoff.c1673 arelent_chain *chain; in _bfd_ecoff_canonicalize_reloc() local
1678 for (count = 0, chain = section->constructor_chain; in _bfd_ecoff_canonicalize_reloc()
1680 count++, chain = chain->next) in _bfd_ecoff_canonicalize_reloc()
1681 *relptr++ = &chain->relent; in _bfd_ecoff_canonicalize_reloc()
Dpdp11.c1975 arelent_chain *chain = section->constructor_chain; in NAME() local
1979 *relptr ++ = &chain->relent; in NAME()
1980 chain = chain->next; in NAME()
Dcoffcode.h5348 arelent_chain *chain = section->constructor_chain; in coff_canonicalize_reloc() local
5352 *relptr++ = &chain->relent; in coff_canonicalize_reloc()
5353 chain = chain->next; in coff_canonicalize_reloc()
Daoutx.h2432 arelent_chain *chain = section->constructor_chain; in NAME() local
2435 *relptr ++ = &chain->relent; in NAME()
2436 chain = chain->next; in NAME()
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-macho.c1643 frchainS *chain; in obj_mach_o_set_subsections() local
1650 for (chain = seginfo->frchainP; chain != NULL; chain = chain->frch_next) in obj_mach_o_set_subsections()
1651 for (frag = chain->frch_root; frag != NULL; frag = frag->fr_next) in obj_mach_o_set_subsections()
/toolchain/binutils/binutils-2.25/gold/
Ddynobj.cc939 std::vector<uint32_t> chain(local_dynsym_count + dynsym_count); in create_elf_hash_table() local
945 chain[dynsym_index] = bucket[bucketpos]; in create_elf_hash_table()
959 Dynobj::sized_create_elf_hash_table<true>(bucket, chain, phash, in create_elf_hash_table()
968 Dynobj::sized_create_elf_hash_table<false>(bucket, chain, phash, in create_elf_hash_table()
984 const std::vector<uint32_t>& chain, in sized_create_elf_hash_table() argument
991 const unsigned int chaincount = chain.size(); in sized_create_elf_hash_table()
1006 elfcpp::Swap<32, big_endian>::writeval(p, chain[i]); in sized_create_elf_hash_table()
Ddynobj.h128 const std::vector<uint32_t>& chain,
Dincremental.cc1644 unsigned int chain = 0; in write_info_blocks() local
1653 chain = global_syms[symtab_index - first_global_index]; in write_info_blocks()
1659 Swap32::writeval(pov + 8, chain); in write_info_blocks()
/toolchain/binutils/binutils-2.25/config/
Dno-executables.m49 # assume the tool-chain is already capable of linking a program: the
/toolchain/binutils/binutils-2.25/cpu/
Diq2000m.cpu246 (dni luc32 "lookup chain 32 bits" (MACH2000 USES-RD USES-RT YIELD-INSN)
252 (dni luc32l "lookup chain 32 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN)
258 (dni luc64 "lookup chain 64 bits" (MACH2000 USES-RD USES-RT YIELD-INSN)
264 (dni luc64l "lookup chain 64 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN)
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dppc64elf.em673 { "plt-static-chain", no_argument, NULL, OPTION_PLT_STATIC_CHAIN },
674 { "no-plt-static-chain", no_argument, NULL, OPTION_NO_PLT_STATIC_CHAIN },
706 …--plt-static-chain PLT call stubs should load r11.${DEFAULT_PLT_STATIC_CHAIN- (default)}\…
709 …--no-plt-static-chain PLT call stubs should not load r11.${DEFAULT_PLT_STATIC_CHAIN+ (defaul…
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-score.texi128 frame chain.
Dinternals.texi644 A chain of frags is built up for each subsection. The data structure
645 describing a chain is called a @code{frchainS}, and contains the following
650 Points to the first frag in the chain. May be NULL if there are no frags in
651 this chain.
653 Points to the last frag in the chain, or NULL if there are none.
657 Indicates the section this frag chain belongs to.
659 Subsection (subsegment) number of this frag chain.
677 processing. After this point, it is safe to operate on one chain per section.
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2011305 --plt-static-chain and --no-plt-static-chain.
578 (is_visible_from_outside): Traverse entry_symbol chain.
885 (init_non_ironly_hash): Add entry_symbol chain into
DChangeLog-2010508 opened and accepted file to the plugin claim file hooks chain. Create
512 read hook chain before ldemul_after_open.

1234