Searched refs:BSF_FUNCTION (Results 1 – 25 of 53) sorted by relevance
123
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.h | 150 && (symbol_get_bfdsym (s)->flags & BSF_FUNCTION)) \ 158 && (symbol_get_bfdsym (s)->flags & BSF_FUNCTION))) 165 && (s) && (symbol_get_bfdsym (s)->flags & BSF_FUNCTION))
|
D | tc-hppa.h | 177 ), BSF_FUNCTION) \
|
D | tc-hppa.c | 5783 |= BSF_FUNCTION; in md_assemble() 6595 bfdsym->flags &= ~BSF_FUNCTION; in pa_type_args() 6614 bfdsym->flags |= BSF_FUNCTION; in pa_type_args() 6619 bfdsym->flags &= ~BSF_FUNCTION; in pa_type_args() 6626 bfdsym->flags &= ~BSF_FUNCTION; in pa_type_args() 6633 bfdsym->flags |= BSF_FUNCTION; in pa_type_args() 6639 bfdsym->flags |= BSF_FUNCTION; in pa_type_args() 6653 bfdsym->flags &= ~BSF_FUNCTION; in pa_type_args() 6659 bfdsym->flags |= BSF_FUNCTION; in pa_type_args() 6665 bfdsym->flags |= BSF_FUNCTION; in pa_type_args() [all …]
|
D | obj-evax.c | 115 else if ((symbol->flags & BSF_GLOBAL) && (symbol->flags & BSF_FUNCTION)) in evax_frob_symbol()
|
D | obj-elf.c | 1865 type = BSF_FUNCTION; in obj_elf_type() 1919 type = BSF_FUNCTION | BSF_GNU_INDIRECT_FUNCTION; in obj_elf_type() 2226 && (symbol_get_bfdsym (symp)->flags & BSF_FUNCTION) == 0) in elf_frob_symbol()
|
D | tc-iq2000.c | 939 symbol_get_bfdsym (symbolP)->flags |= BSF_FUNCTION; in s_iq2000_ent()
|
D | obj-coff.c | 1394 symbol_get_bfdsym (symp)->flags |= BSF_FUNCTION; in coff_frob_symbol()
|
D | tc-alpha.c | 3731 symbol_get_bfdsym (sym)->flags |= BSF_FUNCTION; in s_alpha_ent() 4395 symbol_get_bfdsym (symbol)->flags |= BSF_FUNCTION; in s_alpha_ent() 4422 symbol_get_bfdsym (sym)->flags |= BSF_FUNCTION; in s_alpha_handler()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog-2011 | 70 that have no BSF_FUNCTION syms.
|
D | corefile.c | 447 if (ignore_non_functions && (sym->flags & BSF_FUNCTION) == 0) in core_sym_class() 727 || (core_syms[i]->flags & BSF_FUNCTION) != 0); in core_create_function_syms()
|
D | ChangeLog-2009 | 163 is_func field based on the setting of the BSF_FUNCTION flag.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | vax-dis.c | 190 && (info->symbols[0]->flags & (BSF_FUNCTION | BSF_SYNTHETIC)) in is_function_entry()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | peicode.h | 537 if (extra_flags & BSF_FUNCTION) in pe_ILF_make_a_symbol() 1028 BSF_NOT_AT_END | BSF_FUNCTION); in pe_ILF_build_a_bfd()
|
D | nlm32-alpha.c | 766 sym->symbol.flags |= BSF_FUNCTION; in nlm_alpha_set_public_section()
|
D | nlm32-ppc.c | 897 sym->symbol.flags |= BSF_FUNCTION; in nlm_powerpc_set_public_section()
|
D | dwarf2.c | 2850 if (sym->flags & BSF_FUNCTION) in comp_unit_find_line() 3402 if (sym->flags & BSF_FUNCTION) in stash_find_line_fast() 3698 if ((symbol->flags & BSF_FUNCTION) == 0 in _bfd_dwarf2_find_nearest_line() 3837 found = (((symbol->flags & BSF_FUNCTION) == 0 in _bfd_dwarf2_find_nearest_line()
|
D | syms.c | 498 ((type & BSF_FUNCTION) in bfd_print_symbol_vandf()
|
D | som.c | 1492 && (sym->flags & BSF_FUNCTION) == 0 in hppa_som_gen_reloc_type() 4311 && sym->flags & BSF_FUNCTION) in som_bfd_derive_misc_symbol_info() 4319 && (sym->flags & BSF_FUNCTION)) in som_bfd_derive_misc_symbol_info() 4321 && (sym->flags & BSF_FUNCTION))) in som_bfd_derive_misc_symbol_info() 4706 sym->symbol.flags |= BSF_FUNCTION; in som_slurp_symbol_table() 4722 sym->symbol.flags |= BSF_FUNCTION; in som_slurp_symbol_table()
|
D | nlmcode.h | 972 sym->symbol.flags |= BSF_FUNCTION; in nlm_slurp_symbol_table() 1021 sym->symbol.flags |= BSF_FUNCTION; in nlm_slurp_symbol_table()
|
D | coffgen.c | 737 && ((symbol_ptr_ptr[i]->flags & BSF_FUNCTION) != 0 in coff_renumber_symbols() 746 || ((symbol_ptr_ptr[i]->flags & BSF_FUNCTION) == 0 in coff_renumber_symbols()
|
D | elf32-m32c.c | 504 BSF_FUNCTION | BSF_WEAK, in m32c_elf_relocate_section()
|
D | vms-alpha.c | 3370 if (old_flags & BSF_FUNCTION) in _bfd_vms_write_egsd() 3390 if ((old_flags & BSF_FUNCTION) && symbol->udata.p != NULL) in _bfd_vms_write_egsd() 4644 flags |= BSF_FUNCTION; in alpha_vms_convert_symbol() 4670 flags |= BSF_FUNCTION; in alpha_vms_convert_symbol() 9080 else if ((symbol->flags & BSF_FUNCTION) in vms_get_symbol_info()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objdump.c | 709 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION)) in compare_symbols() 711 if ((aflags & BSF_FUNCTION) != 0) in compare_symbols() 2105 || (sym->flags & BSF_FUNCTION) != 0) in disassemble_section()
|
D | dlltool.c | 1426 flagword flags = BSF_FUNCTION; in scan_drectve_symbols() 1455 flags &= ~BSF_FUNCTION; in scan_drectve_symbols() 1461 def_exports (c, 0, -1, 0, 0, ! (flags & BSF_FUNCTION), 0, NULL); in scan_drectve_symbols() 1509 ! (sym->flags & BSF_FUNCTION), 0, NULL); in scan_filtered_symbols()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | symbols.c | 1978 #define COPIED_SYMFLAGS (BSF_FUNCTION | BSF_OBJECT \ in copy_symbol_attributes() 2001 return (flags & BSF_FUNCTION) != 0; in S_IS_FUNCTION() 2343 if ((s->bsym->flags & BSF_FUNCTION) != 0) in S_SET_THREAD_LOCAL()
|
123