Searched refs:BSF_FILE (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
H A Dsyms.c272 . {* BSF_FILE marks symbols that contain a file name. This is used
274 .#define BSF_FILE 0x4000
366 if ((sym->flags & (BSF_GLOBAL | BSF_WEAK | BSF_FILE | BSF_SECTION_SYM)) != 0)
476 BSF_DYNAMIC, nor more than one of BSF_FUNCTION, BSF_FILE, and
489 : ((type & BSF_FILE)
H A Delfcode.h1274 sym->symbol.flags |= BSF_FILE | BSF_DEBUGGING;
H A Dlinker.c2190 newsym->flags = BSF_LOCAL | BSF_FILE;
H A Dbfd-in2.h4493 /* BSF_FILE marks symbols that contain a file name. This is used
4495 #define BSF_FILE 0x4000
4488 #define BSF_FILE macro
H A Delf.c6494 else if (flags & BSF_FILE)
/freebsd-10-stable/contrib/gdb/gdb/
H A Delfread.c213 if (sym->flags & BSF_FILE)
/freebsd-10-stable/contrib/binutils/ld/
H A Dldcref.c511 if (sym->flags & (BSF_GLOBAL | BSF_WARNING | BSF_INDIRECT | BSF_FILE))
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dobj-elf.c260 || (symbol_rootP->bsym->flags & BSF_FILE) == 0)
266 symbol_get_bfdsym (sym)->flags |= BSF_FILE;
H A Dtc-alpha.c4286 symbol_get_bfdsym (s)->flags |= BSF_FILE;
4290 symbol_get_bfdsym (s)->flags |= BSF_FILE;
/freebsd-10-stable/contrib/binutils/binutils/
H A Dnm.c611 (((s)->flags & BSF_FILE) != 0 \
H A Dobjcopy.c212 /* If this is TRUE, we retain BSF_FILE symbols. */
1047 && ((keep_file_symbols && (flags & BSF_FILE))
H A Dobjdump.c540 (((s)->flags & BSF_FILE) != 0 \
/freebsd-10-stable/contrib/binutils/gas/
H A Dsymbols.c2087 /* Keep BSF_FILE symbols in order to allow debuggers to identify
2089 && (flags & (BSF_GLOBAL | BSF_FILE)) == 0
/freebsd-10-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4500 /* BSF_FILE marks symbols that contain a file name. This is used
4502 #define BSF_FILE 0x4000
4495 #define BSF_FILE macro

Completed in 256 milliseconds