Home
last modified time | relevance | path

Searched refs:BSF_OBJECT (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/binutils-2.34/gas/config/
HDobj-elf.c376 symbol_get_bfdsym (symbolP)->flags |= BSF_OBJECT; in elf_common_parse()
405 symbol_get_bfdsym (symbolP)->flags |= BSF_OBJECT; in obj_elf_lcomm()
2025 type = BSF_OBJECT; in obj_elf_type()
2029 type = BSF_OBJECT | BSF_THREAD_LOCAL; in obj_elf_type()
2038 type = BSF_OBJECT; in obj_elf_type()
2089 type = BSF_OBJECT | BSF_GNU_UNIQUE; in obj_elf_type()
2107 flagword mask = BSF_FUNCTION | BSF_OBJECT; in obj_elf_type()
2111 if (type != BSF_OBJECT) in obj_elf_type()
/dragonfly/contrib/binutils-2.27/gas/config/
HDobj-elf.c373 symbol_get_bfdsym (symbolP)->flags |= BSF_OBJECT; in elf_common_parse()
402 symbol_get_bfdsym (symbolP)->flags |= BSF_OBJECT; in obj_elf_lcomm()
1926 type = BSF_OBJECT; in obj_elf_type()
1930 type = BSF_OBJECT | BSF_THREAD_LOCAL; in obj_elf_type()
1939 type = BSF_OBJECT; in obj_elf_type()
1988 type = BSF_OBJECT | BSF_GNU_UNIQUE; in obj_elf_type()
2276 symbol_get_bfdsym (symp)->flags |= BSF_OBJECT; in elf_frob_symbol()
2281 symbol_get_bfdsym (symp)->flags |= BSF_OBJECT; in elf_frob_symbol()
/dragonfly/contrib/gdb-7/bfd/
HDsyms.c504 : ((type & BSF_OBJECT) ? 'O' : ' ')))); in bfd_print_symbol_vandf()
674 if (symbol->flags & BSF_OBJECT) in bfd_decode_symclass()
690 if (symbol->flags & BSF_OBJECT) in bfd_decode_symclass()
HDelfcode.h1306 sym->symbol.flags |= BSF_OBJECT; in elf_slurp_symbol_table()
HDbfd-in2.h5730 #define BSF_OBJECT (1 << 16) macro
HDelf.c6843 else if ((flags & BSF_OBJECT) != 0) in swap_out_syms()
10030 if ((sym->flags & (BSF_SECTION_SYM | BSF_FILE | BSF_OBJECT in _bfd_elf_maybe_function_sym()
/dragonfly/contrib/binutils-2.27/bfd/
HDsyms.c503 : ((type & BSF_OBJECT) ? 'O' : ' ')))); in bfd_print_symbol_vandf()
673 if (symbol->flags & BSF_OBJECT) in bfd_decode_symclass()
689 if (symbol->flags & BSF_OBJECT) in bfd_decode_symclass()
HDelfcode.h1308 sym->symbol.flags |= BSF_OBJECT; in elf_slurp_symbol_table()
HDbfd-in2.h6445 #define BSF_OBJECT (1 << 16) macro
HDelf.c7631 else if ((flags & BSF_OBJECT) != 0) in swap_out_syms()
11007 if ((sym->flags & (BSF_SECTION_SYM | BSF_FILE | BSF_OBJECT in _bfd_elf_maybe_function_sym()
/dragonfly/contrib/binutils-2.34/bfd/
HDsyms.c503 : ((type & BSF_OBJECT) ? 'O' : ' ')))); in bfd_print_symbol_vandf()
678 if (symbol->flags & BSF_OBJECT) in bfd_decode_symclass()
694 if (symbol->flags & BSF_OBJECT) in bfd_decode_symclass()
HDelfcode.h1328 sym->symbol.flags |= BSF_OBJECT; in elf_slurp_symbol_table()
HDbfd-in2.h6334 #define BSF_OBJECT (1 << 16) macro
HDelf.c8247 else if ((flags & BSF_OBJECT) != 0) in swap_out_syms()
12278 if ((sym->flags & (BSF_SECTION_SYM | BSF_FILE | BSF_OBJECT in _bfd_elf_maybe_function_sym()
/dragonfly/contrib/binutils-2.34/binutils/
HDobjdump.c916 if ((aflags & BSF_OBJECT) != (bflags & BSF_OBJECT)) in compare_symbols()
918 if ((aflags & BSF_OBJECT) != 0) in compare_symbols()
3270 || ((sym->flags & BSF_OBJECT) == 0 in disassemble_section()
HDobjcopy.c852 PARSE_FLAG ("object", BSF_OBJECT); in parse_symflags()
855 PARSE_FLAG ("unique-object", BSF_GNU_UNIQUE | BSF_OBJECT); in parse_symflags()
/dragonfly/contrib/binutils-2.27/binutils/
HDobjcopy.c798 PARSE_FLAG ("object", BSF_OBJECT); in parse_symflags()
801 PARSE_FLAG ("unique-object", BSF_GNU_UNIQUE | BSF_OBJECT); in parse_symflags()
HDobjdump.c2156 || ((sym->flags & BSF_OBJECT) == 0 in disassemble_section()
/dragonfly/contrib/binutils-2.27/gas/
HDsymbols.c1985 #define COPIED_SYMFLAGS (BSF_FUNCTION | BSF_OBJECT \ in copy_symbol_attributes()
/dragonfly/contrib/binutils-2.34/gas/
HDsymbols.c2174 #define COPIED_SYMFLAGS (BSF_FUNCTION | BSF_OBJECT \ in copy_symbol_attributes()