Searched refs:BSF_LOCAL (Results 1 - 25 of 31) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/gdb/
H A Delfread.c257 else if (sym->flags & (BSF_GLOBAL | BSF_LOCAL | BSF_WEAK))
313 || ((sym->flags & BSF_LOCAL)
342 else if (sym->flags & BSF_LOCAL)
/haiku-fatelf/src/bin/gdb/bfd/
H A Dsyms.c211 .#define BSF_LOCAL 0x01
222 . <<BSF_LOCAL>>, <<BSF_FORT_COMM>>, <<BSF_UNDEFINED>> or
471 ((type & BSF_LOCAL)
672 if (!(symbol->flags & (BSF_GLOBAL | BSF_LOCAL)))
H A Doasys.c184 (BSF_LOCAL) : (BSF_GLOBAL | BSF_EXPORT);
203 dest->flags = BSF_LOCAL;
565 ret->type = (symbol->flags & BSF_LOCAL) ? 'a' : 'A';
1014 if (g->flags & BSF_LOCAL)
H A Dpeicode.h550 if (extra_flags & BSF_LOCAL)
560 else if (extra_flags & BSF_LOCAL)
681 pe_ILF_make_a_symbol (vars, "", name, sec, BSF_LOCAL);
H A Delf64-mips.c1518 && (symbol->flags & BSF_LOCAL) != 0)
1557 && (symbol->flags & BSF_LOCAL) != 0)
1600 && (symbol->flags & BSF_LOCAL) != 0)
1724 && (symbol->flags & BSF_LOCAL) != 0)
H A Dcoff-h8300.c1173 if (symbol->flags & BSF_LOCAL)
1361 if (symbol->flags & BSF_LOCAL)
H A Delfcode.h1139 sym->symbol.flags |= BSF_LOCAL;
1441 if (flags & BSF_LOCAL)
1486 if (flags & ~(BSF_LOCAL
H A Dtekhex.c466 new->symbol.flags = BSF_LOCAL;
H A Dnlmcode.h1135 sym->symbol.flags = BSF_LOCAL;
1939 if ((sym->flags & (BSF_LOCAL | BSF_GLOBAL | BSF_EXPORT)) == 0
H A Dcoffcode.h4639 dst->symbol.flags = BSF_LOCAL;
4665 dst->symbol.flags = BSF_LOCAL;
4685 dst->symbol.flags = BSF_LOCAL;
4814 dst->symbol.flags = BSF_LOCAL;
H A Delf32-mips.c949 && (symbol->flags & BSF_LOCAL) != 0)
H A Delfn32-mips.c1387 && (symbol->flags & BSF_LOCAL) != 0)
H A Dversados.c590 s->flags = BSF_LOCAL;
H A Dlinker.c2144 newsym->flags = BSF_LOCAL | BSF_FILE;
2289 else if ((sym->flags & BSF_LOCAL) != 0)
H A Decoff.c728 asym->flags = BSF_LOCAL;
751 asym->flags = BSF_LOCAL;
2398 || (sym->flags & BSF_LOCAL) != 0
H A Dcoff-arm.c2000 BSF_LOCAL, s, val, NULL, TRUE, FALSE, &bh);
H A Delf32-arm.h667 tmp_name, BSF_LOCAL, s, val,
3212 if ((q->symbol.flags & BSF_LOCAL)
H A Dieee.c408 else if (symbol->flags & (BSF_LOCAL | BSF_SECTION_SYM))
1789 ret->type = (symbol->flags & BSF_LOCAL) ? 'a' : 'A';
H A Dbfd-in2.h3731 #define BSF_LOCAL 0x01
3742 <<BSF_LOCAL>>, <<BSF_FORT_COMM>>, <<BSF_UNDEFINED>> or
3724 #define BSF_LOCAL macro
H A Dcoff-sh.c585 || (symbol_in->flags & BSF_LOCAL) != 0))
H A Dcoffgen.c1084 if (symbol->flags & BSF_LOCAL)
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h3731 #define BSF_LOCAL 0x01
3742 <<BSF_LOCAL>>, <<BSF_FORT_COMM>>, <<BSF_UNDEFINED>> or
3724 #define BSF_LOCAL macro
H A Dbfd.h3731 #define BSF_LOCAL 0x01
3742 <<BSF_LOCAL>>, <<BSF_FORT_COMM>>, <<BSF_UNDEFINED>> or
3724 #define BSF_LOCAL macro
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h3729 #define BSF_LOCAL 0x01
3740 <<BSF_LOCAL>>, <<BSF_FORT_COMM>>, <<BSF_UNDEFINED>> or
3722 #define BSF_LOCAL macro
H A Dbfd.h3729 #define BSF_LOCAL 0x01
3740 <<BSF_LOCAL>>, <<BSF_FORT_COMM>>, <<BSF_UNDEFINED>> or
3722 #define BSF_LOCAL macro

Completed in 429 milliseconds

12