Searched refs:BSF_WEAK (Results 1 - 25 of 39) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-aux.c75 if ((flags & (BSF_WARNING | BSF_CONSTRUCTOR | BSF_WEAK)) == 0 &&
H A Dvms-gsd.c471 new_flags |= BSF_WEAK;
643 new_flags |= BSF_WEAK;
859 if (((old_flags & (BSF_GLOBAL|BSF_WEAK)) == 0) /* not xdef */
880 if (old_flags & BSF_WEAK)
890 if (old_flags & (BSF_GLOBAL|BSF_WEAK))
898 if (old_flags & (BSF_GLOBAL | BSF_WEAK)) /* symbol definition */
H A Dsyms.c239 .#define BSF_WEAK 0x80
358 if ((sym->flags & (BSF_GLOBAL | BSF_WEAK | BSF_FILE | BSF_SECTION_SYM)) != 0)
474 (type & BSF_WEAK) ? 'w' : ' ',
649 if (symbol->flags & BSF_WEAK)
663 if (symbol->flags & BSF_WEAK)
H A Delf32-d30v.c288 && (symbol->flags & BSF_WEAK) == 0
397 && (symbol->flags & BSF_WEAK) == 0
H A Dmipsbsd.c220 && (symbol->flags & BSF_WEAK) == 0)
271 && (symbol->flags & BSF_WEAK) == 0)
H A Dlinker.c194 symbol flags include such things as <<BSF_WEAK>> or
1139 && (p->flags & (BSF_GLOBAL | BSF_INDIRECT | BSF_WEAK)) == 0)
1266 | BSF_WEAK)) != 0
1507 if ((flags & BSF_WEAK) != 0)
1512 else if ((flags & BSF_WEAK) != 0)
2172 | BSF_WEAK)) != 0
2222 sym->flags |= BSF_WEAK;
2234 sym->flags |= BSF_WEAK;
2265 else if ((sym->flags & (BSF_GLOBAL | BSF_WEAK)) != 0)
2382 sym->flags |= BSF_WEAK;
[all...]
H A Daout-cris.c189 || (sym->flags & (BSF_GLOBAL | BSF_WEAK)) != 0)
H A Dcpu-ns32k.c189 && (symbol->flags & BSF_WEAK) == 0
H A Daoutx.h1633 cache_ptr->symbol.flags = BSF_WEAK;
1638 cache_ptr->symbol.flags = BSF_WEAK;
1644 cache_ptr->symbol.flags = BSF_WEAK;
1650 cache_ptr->symbol.flags = BSF_WEAK;
1656 cache_ptr->symbol.flags = BSF_WEAK;
1755 if ((cache_ptr->flags & BSF_WEAK) != 0)
3550 flags = BSF_WEAK;
3554 flags = BSF_WEAK;
3559 flags = BSF_WEAK;
3564 flags = BSF_WEAK;
[all...]
H A Daout-tic30.c248 if (symbol->section == &bfd_und_section && (symbol->flags & BSF_WEAK) == 0)
275 if (symbol->section == &bfd_und_section && (symbol->flags & BSF_WEAK) == 0)
H A Delfcode.h1146 sym->symbol.flags |= BSF_WEAK;
1459 if (flags & BSF_WEAK)
1492 | BSF_WEAK
H A Daout-arm.c276 && (symbol->flags & BSF_WEAK) == 0)
H A Dreloc.c608 && (symbol->flags & BSF_WEAK) == 0
H A Driscix.c223 && (symbol->flags & BSF_WEAK) == 0)
H A Dcoffgen.c693 || ((symbol_ptr_ptr[i]->flags & (BSF_GLOBAL | BSF_WEAK))
702 && ((symbol_ptr_ptr[i]->flags & (BSF_GLOBAL | BSF_WEAK))
1086 else if (symbol->flags & BSF_WEAK)
H A Dcoff-arm.c638 && (symbol->flags & BSF_WEAK) == 0)
729 && (symbol->flags & BSF_WEAK) == 0)
H A Delf32-mips.c1168 return ((sym->flags & (BSF_GLOBAL | BSF_WEAK)) != 0
H A Delfn32-mips.c1736 return ((sym->flags & (BSF_GLOBAL | BSF_WEAK)) != 0
H A Dsom.c4142 else if (sym->flags & (BSF_EXPORT | BSF_WEAK))
4166 if (sym->flags & BSF_WEAK)
4546 sym->symbol.flags |= BSF_WEAK;
5524 if (symbol->flags & BSF_WEAK)
H A Decoff.c723 asym->flags = BSF_EXPORT | BSF_WEAK;
2404 esym->weakext = (sym->flags & BSF_WEAK) != 0;
4009 (flagword) (esym.weakext ? BSF_WEAK : BSF_GLOBAL),
H A Darchive.c1852 flags & BSF_WEAK ||
H A Delf64-mmix.c1267 && (symbol->flags & BSF_WEAK) == 0
H A Dcoffcode.h4661 dst->symbol.flags |= BSF_WEAK;
4668 dst->symbol.flags |= BSF_WEAK;
H A Delf.c3025 return ((sym->flags & (BSF_GLOBAL | BSF_WEAK)) != 0
5810 sym.st_info = ELF_ST_INFO (((flags & BSF_WEAK)
5822 else if (flags & BSF_WEAK)
/haiku-fatelf/src/bin/gdb/gdb/
H A Delfread.c257 else if (sym->flags & (BSF_GLOBAL | BSF_LOCAL | BSF_WEAK))
331 if (sym->flags & (BSF_GLOBAL | BSF_WEAK))

Completed in 284 milliseconds

12