Home
last modified time | relevance | path

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

12

/mirbsd/src/gnu/usr.bin/binutils/gas/
Dsubsegs.c171 else if (seg == bfd_und_section_ptr) in subseg_change()
437 else if (secptr == bfd_und_section_ptr) in subseg_get()
498 else if (sec == bfd_und_section_ptr) in seg_info()
Das.h313 #define undefined_section bfd_und_section_ptr
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dmach-o.c745 s->section = bfd_und_section_ptr; in bfd_mach_o_scan_read_symtab_symbol()
764 s->section = bfd_und_section_ptr; in bfd_mach_o_scan_read_symtab_symbol()
767 s->section = bfd_und_section_ptr; in bfd_mach_o_scan_read_symtab_symbol()
787 s->section = bfd_und_section_ptr; in bfd_mach_o_scan_read_symtab_symbol()
794 s->section = bfd_und_section_ptr; in bfd_mach_o_scan_read_symtab_symbol()
800 s->section = bfd_und_section_ptr; in bfd_mach_o_scan_read_symtab_symbol()
Dnlm32-i386.c350 sym -> symbol.section = bfd_und_section_ptr; in nlm_i386_read_import()
Dnlm32-sparc.c239 sym -> symbol.section = bfd_und_section_ptr; in nlm_sparc_read_import()
Delf32-crx.c778 isec = bfd_und_section_ptr; in elf32_crx_get_relocated_section_contents()
1027 sym_sec = bfd_und_section_ptr; in elf32_crx_relax_section()
Dsection.c986 return bfd_und_section_ptr; in bfd_make_section_old_way()
Delf-m10200.c566 sym_sec = bfd_und_section_ptr;
1349 isec = bfd_und_section_ptr;
Delf32-sh-symbian.c480 asection * psec = bfd_und_section_ptr; in sh_symbian_relocate_section()
Dnlm32-alpha.c620 sym -> symbol.section = bfd_und_section_ptr; in nlm_alpha_read_import()
Dnlm32-ppc.c633 sym -> symbol.section = bfd_und_section_ptr; in nlm_powerpc_read_import()
Delf-m10300.c1777 sym_sec = bfd_und_section_ptr;
1889 sym_sec = bfd_und_section_ptr;
2061 sym_sec = bfd_und_section_ptr;
2301 sym_sec = bfd_und_section_ptr;
3624 isec = bfd_und_section_ptr;
Dxcofflink.c1245 section = bfd_und_section_ptr; in xcoff_link_add_symbols()
1382 rel_csects[relindx] = bfd_und_section_ptr; in xcoff_link_add_symbols()
1696 section = bfd_und_section_ptr; in xcoff_link_add_symbols()
1713 section = bfd_und_section_ptr; in xcoff_link_add_symbols()
1729 section = bfd_und_section_ptr; in xcoff_link_add_symbols()
1849 && *rel_csect != bfd_und_section_ptr in xcoff_link_add_symbols()
1883 (flagword) 0, bfd_und_section_ptr, in xcoff_link_add_symbols()
Delf64-sparc.c589 ? bfd_abs_section_ptr : bfd_und_section_ptr, in elf64_sparc_output_arch_syms()
Dversados.c270 bfd_und_section_ptr); in process_esd()
Dbfd-in2.h1442 #define bfd_und_section_ptr ((asection *) &bfd_und_section) macro
1443 #define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
1454 || ((SEC) == bfd_und_section_ptr) \
Daoutx.h1425 cache_ptr->symbol.section = bfd_und_section_ptr; in translate_from_native_sym_flags()
1500 cache_ptr->symbol.section = bfd_und_section_ptr; in translate_from_native_sym_flags()
2988 section = bfd_und_section_ptr; in aout_link_add_symbols()
3051 section = bfd_und_section_ptr; in aout_link_add_symbols()
3055 section = bfd_und_section_ptr; in aout_link_add_symbols()
Delf32-msp430.c978 sym_sec = bfd_und_section_ptr; in msp430_elf_relax_section()
Decoff.c735 asym->section = bfd_und_section_ptr; in ecoff_set_symbol_info()
792 asym->section = bfd_und_section_ptr; in ecoff_set_symbol_info()
3417 section = bfd_und_section_ptr; in ecoff_link_add_externals()
3455 section = bfd_und_section_ptr; in ecoff_link_add_externals()
Dlinker.c2414 sym->section = bfd_und_section_ptr; in set_symbol_from_hash()
2418 sym->section = bfd_und_section_ptr; in set_symbol_from_hash()
Delf32-v850.c2660 sym_sec = bfd_und_section_ptr; in v850_elf_relax_section()
2830 sym_sec = bfd_und_section_ptr; in v850_elf_relax_section()
Dcoffgen.c304 return bfd_und_section_ptr; in coff_section_from_bfd_index()
317 return bfd_und_section_ptr; in coff_section_from_bfd_index()
Doasys.c145 dest->section = bfd_und_section_ptr; in oasys_slurp_symbol_table()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-aout.c89 sec = bfd_und_section_ptr; in obj_aout_frob_symbol()
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dsection.texi485 #define bfd_und_section_ptr ((asection *) &bfd_und_section)
486 #define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
497 || ((SEC) == bfd_und_section_ptr) \

12