Searched refs:bfd_und_section_ptr (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/contrib/binutils/gas/
H A Das.h302 #define undefined_section bfd_und_section_ptr
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dobj-aout.c48 sec = bfd_und_section_ptr;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dsection.c529 .#define bfd_und_section_ptr ((asection *) &bfd_und_section)
530 .#define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
541 . || ((SEC) == bfd_und_section_ptr) \
978 newsect = bfd_und_section_ptr;
H A Delf32-cr16.c983 isec = bfd_und_section_ptr;
1106 sym_sec = bfd_und_section_ptr;
H A Delf64-sparc.c590 ? bfd_abs_section_ptr : bfd_und_section_ptr,
H A Dxcofflink.c1250 section = bfd_und_section_ptr;
1387 rel_csects[relindx] = bfd_und_section_ptr;
1702 section = bfd_und_section_ptr;
1719 section = bfd_und_section_ptr;
1735 section = bfd_und_section_ptr;
1855 && *rel_csect != bfd_und_section_ptr
1889 (flagword) 0, bfd_und_section_ptr,
H A Decoff.c737 asym->section = bfd_und_section_ptr;
794 asym->section = bfd_und_section_ptr;
3427 section = bfd_und_section_ptr;
3465 section = bfd_und_section_ptr;
H A Daoutx.h1439 cache_ptr->symbol.section = bfd_und_section_ptr;
1514 cache_ptr->symbol.section = bfd_und_section_ptr;
3015 section = bfd_und_section_ptr;
3078 section = bfd_und_section_ptr;
3082 section = bfd_und_section_ptr;
H A Dcoffgen.c304 return bfd_und_section_ptr;
317 return bfd_und_section_ptr;
H A Dcofflink.c375 section = bfd_und_section_ptr;
1443 *secpp = bfd_und_section_ptr;
H A Dlinker.c197 file, or something like <<bfd_und_section_ptr>> for an undefined
1515 bfd_und_section_ptr or bfd_com_section_ptr.
2421 sym->section = bfd_und_section_ptr;
2425 sym->section = bfd_und_section_ptr;
H A Dsunos.c1099 section = bfd_und_section_ptr;
1131 section = bfd_und_section_ptr;
H A Dbfd-in2.h1534 #define bfd_und_section_ptr ((asection *) &bfd_und_section)
1535 #define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
1546 || ((SEC) == bfd_und_section_ptr) \
1527 #define bfd_und_section_ptr macro
H A Delflink.c1288 bfd_und_section_ptr.
1308 *psec = sec = bfd_und_section_ptr;
3822 sec = bfd_und_section_ptr;
3833 sec = bfd_und_section_ptr;
7998 input_sec = bfd_und_section_ptr;
8041 input_sec = bfd_und_section_ptr;
8391 isec = bfd_und_section_ptr;
9669 if (! elf_link_output_sym (&finfo, NULL, &elfsym, bfd_und_section_ptr,
H A Delfcode.h1218 sym->symbol.section = bfd_und_section_ptr;
H A Dieee.c578 PUSH (sy, bfd_und_section_ptr, 0);
917 symbol->symbol.section = bfd_und_section_ptr;
H A Delfxx-mips.c5177 asym->section = bfd_und_section_ptr;
5830 /* This code used to do *secp = bfd_und_section_ptr if
5871 /* This code used to do *secp = bfd_und_section_ptr if
5878 *secp = bfd_und_section_ptr;
6013 (info, abfd, *namep, BSF_GLOBAL, bfd_und_section_ptr, 0,
H A Dcoffcode.h4439 dst->symbol.section = bfd_und_section_ptr;
H A Delfxx-sparc.c1276 bfd_und_section_ptr, 0,
H A Delf64-ppc.c4118 newsym->section = bfd_und_section_ptr;
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1540 #define bfd_und_section_ptr ((asection *) &bfd_und_section)
1541 #define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
1552 || ((SEC) == bfd_und_section_ptr) \
1533 #define bfd_und_section_ptr macro
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjcopy.c2566 && *relpp[i]->sym_ptr_ptr != bfd_und_section_ptr->symbol)

Completed in 529 milliseconds