Home
last modified time | relevance | path

Searched refs:BSF_GNU_INDIRECT_FUNCTION (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dsyms.c496 (type & BSF_INDIRECT) ? 'I' : (type & BSF_GNU_INDIRECT_FUNCTION) ? 'i' : ' ', in bfd_print_symbol_vandf()
682 if (symbol->flags & BSF_GNU_INDIRECT_FUNCTION) in bfd_decode_symclass()
Delfcode.h1317 sym->symbol.flags |= BSF_GNU_INDIRECT_FUNCTION; in elf_slurp_symbol_table()
DChangeLog-20093193 * elf.c (swap_out_syms): Convert BSF_GNU_INDIRECT_FUNCTION flags
3200 symbol type into a BSF_GNU_INDIRECT_FUNCTION flag.
3230 * syms.c (BSF_GNU_INDIRECT_FUNCTION): Define.
Dbfd-in2.h6201 #define BSF_GNU_INDIRECT_FUNCTION (1 << 22) macro
Delf.c6988 else if ((flags & BSF_GNU_INDIRECT_FUNCTION) != 0) in swap_out_syms()
/toolchain/binutils/binutils-2.25/gas/
Dsymbols.c1979 | BSF_GNU_INDIRECT_FUNCTION) in copy_symbol_attributes()
2085 || (s->bsym->flags & BSF_GNU_INDIRECT_FUNCTION) != 0 in S_FORCE_RELOC()
DChangeLog-20091418 * symbols.c (S_FORCE_RELOC): True for BSF_GNU_INDIRECT_FUNCTION.
1946 * symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-elf.c1919 type = BSF_FUNCTION | BSF_GNU_INDIRECT_FUNCTION; in obj_elf_type()
Dtc-i386.c8911 & BSF_GNU_INDIRECT_FUNCTION)))) in md_estimate_size_before_relax()