Home
last modified time | relevance | path

Searched refs:bfd_und_section_ptr (Results 1 – 25 of 37) sorted by relevance

12

/dragonfly/contrib/gdb-7/bfd/
HDsection.c722 GLOBAL_SYM_INIT (BFD_UND_SECTION_NAME, bfd_und_section_ptr),
1060 newsect = bfd_und_section_ptr; in bfd_make_section_old_way()
HDbfd-in2.h1588 #define bfd_und_section_ptr (&_bfd_std_section[1]) macro
1594 #define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
1600 || ((SEC) == bfd_und_section_ptr) \
HDlinker.c2417 sym->section = bfd_und_section_ptr; in set_symbol_from_hash()
2421 sym->section = bfd_und_section_ptr; in set_symbol_from_hash()
HDcoffgen.c387 return bfd_und_section_ptr; in coff_section_from_bfd_index()
400 return bfd_und_section_ptr; in coff_section_from_bfd_index()
HDelflink.c1408 *psec = sec = bfd_und_section_ptr; in _bfd_elf_merge_symbol()
3901 sec = bfd_und_section_ptr; in elf_link_add_object_symbols()
3920 sec = bfd_und_section_ptr; in elf_link_add_object_symbols()
8907 input_sec = bfd_und_section_ptr; in elf_link_output_extsym()
8969 input_sec = bfd_und_section_ptr; in elf_link_output_extsym()
9361 isec = bfd_und_section_ptr; in elf_link_input_bfd()
10824 if (elf_link_output_sym (&flinfo, NULL, &elfsym, bfd_und_section_ptr, in bfd_elf_final_link()
11049 bfd_und_section_ptr, NULL)) in bfd_elf_final_link()
11069 bfd_und_section_ptr, NULL)) in bfd_elf_final_link()
/dragonfly/contrib/binutils-2.27/bfd/
HDsection.c761 GLOBAL_SYM_INIT (BFD_UND_SECTION_NAME, bfd_und_section_ptr),
1108 newsect = bfd_und_section_ptr; in bfd_make_section_old_way()
HDplugin.c512 s->section = bfd_und_section_ptr; in bfd_plugin_canonicalize_symtab()
HDcoffgen.c396 return bfd_und_section_ptr; in coff_section_from_bfd_index()
409 return bfd_und_section_ptr; in coff_section_from_bfd_index()
2907 h->root.u.def.section = bfd_und_section_ptr; in coff_gc_sweep_symbol()
HDelflink.c1521 *psec = sec = bfd_und_section_ptr; in _bfd_elf_merge_symbol()
4161 sec = bfd_und_section_ptr; in elf_link_add_object_symbols()
4180 sec = bfd_und_section_ptr; in elf_link_add_object_symbols()
9380 input_sec = bfd_und_section_ptr; in elf_link_output_extsym()
9423 input_sec = bfd_und_section_ptr; in elf_link_output_extsym()
9663 else if (input_sec == bfd_und_section_ptr in elf_link_output_extsym()
9691 bfd_und_section_ptr, NULL)) in elf_link_output_extsym()
9896 isec = bfd_und_section_ptr; in elf_link_input_bfd()
9923 if (isec == bfd_und_section_ptr) in elf_link_input_bfd()
11415 bfd_und_section_ptr, NULL) != 1) in bfd_elf_final_link()
HDlinker.c2282 sym->section = bfd_und_section_ptr; in set_symbol_from_hash()
2286 sym->section = bfd_und_section_ptr; in set_symbol_from_hash()
HDpeicode.h556 section = bfd_und_section_ptr; in pe_ILF_make_a_symbol()
HDbfd-in2.h1664 #define bfd_und_section_ptr (&_bfd_std_section[1]) macro
1670 #define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
1676 || ((SEC) == bfd_und_section_ptr) \
/dragonfly/contrib/binutils-2.34/bfd/
HDsection.c748 GLOBAL_SYM_INIT (BFD_UND_SECTION_NAME, bfd_und_section_ptr),
1095 newsect = bfd_und_section_ptr; in bfd_make_section_old_way()
HDplugin.c585 s->section = bfd_und_section_ptr; in bfd_plugin_canonicalize_symtab()
HDcofflink.c314 section = bfd_und_section_ptr; in coff_link_add_symbols()
321 section = bfd_und_section_ptr; in coff_link_add_symbols()
333 section = bfd_und_section_ptr; in coff_link_add_symbols()
1520 *secpp = bfd_und_section_ptr; in _bfd_coff_link_input_bfd()
HDreloc.c8378 || (symbol->section == bfd_und_section_ptr in bfd_generic_get_relocated_section_contents()
HDcoffgen.c405 return bfd_und_section_ptr; in coff_section_from_bfd_index()
418 return bfd_und_section_ptr; in coff_section_from_bfd_index()
2998 h->root.u.def.section = bfd_und_section_ptr; in coff_gc_sweep_symbol()
HDelflink.c1642 *psec = sec = bfd_und_section_ptr; in _bfd_elf_merge_symbol()
4525 sec = bfd_und_section_ptr; in elf_link_add_object_symbols()
4544 sec = bfd_und_section_ptr; in elf_link_add_object_symbols()
9995 input_sec = bfd_und_section_ptr; in elf_link_output_extsym()
10039 input_sec = bfd_und_section_ptr; in elf_link_output_extsym()
10282 else if (input_sec == bfd_und_section_ptr in elf_link_output_extsym()
10313 bfd_und_section_ptr, NULL)) in elf_link_output_extsym()
10518 isec = bfd_und_section_ptr; in elf_link_input_bfd()
10530 isec = bfd_und_section_ptr; in elf_link_input_bfd()
10544 if (isec == bfd_und_section_ptr) in elf_link_input_bfd()
[all …]
HDlinker.c2238 sym->section = bfd_und_section_ptr; in set_symbol_from_hash()
2242 sym->section = bfd_und_section_ptr; in set_symbol_from_hash()
HDpeicode.h577 section = bfd_und_section_ptr; in pe_ILF_make_a_symbol()
/dragonfly/contrib/binutils-2.34/gas/
HDas.h235 #define undefined_section bfd_und_section_ptr
/dragonfly/contrib/binutils-2.27/gas/
HDas.h236 #define undefined_section bfd_und_section_ptr
/dragonfly/contrib/binutils-2.34/ld/
HDldexp.c1072 && expld.section != bfd_und_section_ptr in exp_fold_tree_1()
1082 || expld.section == bfd_und_section_ptr) in exp_fold_tree_1()
HDplugin.c400 section = bfd_und_section_ptr; in asymbol_from_plugin_symbol()
/dragonfly/contrib/binutils-2.27/ld/
HDplugin.c387 section = bfd_und_section_ptr; in asymbol_from_plugin_symbol()

12