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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoffgen.c613 else if ((coff_symbol_ptr->symbol.flags & BSF_DEBUGGING) != 0
792 BFD_ASSERT (coff_symbol_ptr->symbol.flags & BSF_DEBUGGING);
962 symbol->flags |= BSF_DEBUGGING;
964 if (symbol->flags & BSF_DEBUGGING
1056 else if (symbol->flags & BSF_DEBUGGING)
1933 new->symbol.flags = BSF_DEBUGGING;
H A Decoff.c713 asym->flags = BSF_DEBUGGING;
718 asym->flags = BSF_DEBUGGING;
738 asym->flags |= BSF_DEBUGGING;
748 debugging section, and mark them as local. If BSF_DEBUGGING
766 asym->flags = BSF_DEBUGGING;
782 asym->flags = BSF_DEBUGGING;
797 asym->flags = BSF_DEBUGGING;
826 asym->flags = BSF_DEBUGGING;
840 asym->flags = BSF_DEBUGGING;
2397 if ((sym->flags & BSF_DEBUGGING) !
[all...]
H A Delfcode.h1153 sym->symbol.flags |= BSF_SECTION_SYM | BSF_DEBUGGING;
1156 sym->symbol.flags |= BSF_FILE | BSF_DEBUGGING;
1447 if (flags & BSF_DEBUGGING)
1488 | BSF_DEBUGGING
H A Dcoffcode.h4683 dst->symbol.flags = BSF_DEBUGGING;
4727 dst->symbol.flags = BSF_DEBUGGING;
4749 dst->symbol.flags = BSF_DEBUGGING;
4763 dst->symbol.flags = BSF_DEBUGGING;
4784 dst->symbol.flags = BSF_DEBUGGING;
4807 dst->symbol.flags = BSF_DEBUGGING;
4810 dst->symbol.flags = BSF_DEBUGGING | BSF_DEBUGGING_RELOC;
4854 dst->symbol.flags = BSF_DEBUGGING;
H A Dsyms.c227 .#define BSF_DEBUGGING 0x08
284 . into the section of the data. BSF_DEBUGGING should be set
467 /* This presumes that a symbol can not be both BSF_DEBUGGING and
478 (type & BSF_DEBUGGING) ? 'd' : (type & BSF_DYNAMIC) ? 'D' : ' ',
H A Dsrec.c1095 && (s->flags & BSF_DEBUGGING) == 0)
H A Dmach-o.c686 if (s->flags & BSF_DEBUGGING)
769 s->flags |= BSF_DEBUGGING;
H A Dmmo.c2923 && (table[i]->flags & (BSF_DEBUGGING|BSF_GLOBAL)) == BSF_GLOBAL)
2973 if ((s->flags & (BSF_DEBUGGING|BSF_GLOBAL)) == BSF_GLOBAL
H A Daoutx.h1423 cache_ptr->symbol.flags = BSF_DEBUGGING;
1618 cache_ptr->symbol.flags = BSF_DEBUGGING | BSF_WARNING;
1627 cache_ptr->symbol.flags = BSF_DEBUGGING | BSF_INDIRECT | visible;
1734 if ((cache_ptr->flags & BSF_DEBUGGING) != 0)
H A Dbout.c336 if ((*p)->flags & BSF_DEBUGGING)
H A Doasys.c981 else if (g->flags & BSF_DEBUGGING)
H A Dnlmcode.h1940 || (sym->flags & BSF_DEBUGGING) != 0
H A Dpdp11.c1569 cache_ptr->symbol.flags = BSF_DEBUGGING;
1707 if ((cache_ptr->flags & BSF_DEBUGGING) != 0)
H A Dbfd-in2.h3747 #define BSF_DEBUGGING 0x08
3804 into the section of the data. BSF_DEBUGGING should be set
3740 #define BSF_DEBUGGING macro
H A Dlinker.c2279 else if ((sym->flags & BSF_DEBUGGING) != 0)
H A DpeXXigen.c2017 && ((symbol->flags & BSF_DEBUGGING) == 0
H A Dieee.c1159 BSF_DEBUGGING,
H A Dsom.c4560 sym->symbol.flags |= BSF_DEBUGGING;
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h3747 #define BSF_DEBUGGING 0x08
3804 into the section of the data. BSF_DEBUGGING should be set
3740 #define BSF_DEBUGGING macro
H A Dbfd.h3747 #define BSF_DEBUGGING 0x08
3804 into the section of the data. BSF_DEBUGGING should be set
3740 #define BSF_DEBUGGING macro
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h3745 #define BSF_DEBUGGING 0x08
3802 into the section of the data. BSF_DEBUGGING should be set
3738 #define BSF_DEBUGGING macro
H A Dbfd.h3745 #define BSF_DEBUGGING 0x08
3802 into the section of the data. BSF_DEBUGGING should be set
3738 #define BSF_DEBUGGING macro

Completed in 310 milliseconds