HomeSort by: relevance | last modified time | path
    Searched refs:BSF_SYNTHETIC (Results 1 - 25 of 230) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/binutils/dist/opcodes/
vax-dis.c 190 && (info->symbols[0]->flags & (BSF_FUNCTION | BSF_SYNTHETIC))
205 PLT symbols are marked BSF_SYNTHETIC. */
211 && (info->symbols[0]->flags & BSF_SYNTHETIC)
mips-dis.c 2277 symbols are marked BSF_SYNTHETIC. */
2283 && (info->symbols[0]->flags & BSF_SYNTHETIC)
2667 if (((info->symtab[i])->flags & BSF_SYNTHETIC) != 0
  /src/external/gpl3/binutils.old/dist/opcodes/
vax-dis.c 190 && (info->symbols[0]->flags & (BSF_FUNCTION | BSF_SYNTHETIC))
205 PLT symbols are marked BSF_SYNTHETIC. */
211 && (info->symbols[0]->flags & BSF_SYNTHETIC)
mips-dis.c 2277 symbols are marked BSF_SYNTHETIC. */
2283 && (info->symbols[0]->flags & BSF_SYNTHETIC)
2667 if (((info->symtab[i])->flags & BSF_SYNTHETIC) != 0
  /src/external/gpl3/gdb.old/dist/opcodes/
vax-dis.c 190 && (info->symbols[0]->flags & (BSF_FUNCTION | BSF_SYNTHETIC))
205 PLT symbols are marked BSF_SYNTHETIC. */
211 && (info->symbols[0]->flags & BSF_SYNTHETIC)
mips-dis.c 2250 symbols are marked BSF_SYNTHETIC. */
2256 && (info->symbols[0]->flags & BSF_SYNTHETIC)
2640 if (((info->symtab[i])->flags & BSF_SYNTHETIC) != 0
  /src/external/gpl3/gdb/dist/opcodes/
vax-dis.c 190 && (info->symbols[0]->flags & (BSF_FUNCTION | BSF_SYNTHETIC))
205 PLT symbols are marked BSF_SYNTHETIC. */
211 && (info->symbols[0]->flags & BSF_SYNTHETIC)
mips-dis.c 2277 symbols are marked BSF_SYNTHETIC. */
2283 && (info->symbols[0]->flags & BSF_SYNTHETIC)
2667 if (((info->symtab[i])->flags & BSF_SYNTHETIC) != 0
  /src/external/gpl3/binutils/dist/binutils/
nm.c 1109 if ((sym->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0
1113 else if ((sym->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0
1119 else if ((sym->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0
1236 if ((sym->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) != 0)
objdump.c 1253 if ((a->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0
1257 if ((b->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0
1343 if ((sym->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0)
1539 && (sorted_syms[thisplace]->flags & BSF_SYNTHETIC) == 0)
  /src/external/gpl3/binutils.old/dist/binutils/
nm.c 1114 if ((sym->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0
1118 else if ((sym->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0
1124 else if ((sym->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0
1238 if ((sym->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) != 0)
objdump.c 1262 if ((a->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0
1266 if ((b->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0
1352 if ((sym->flags & (BSF_SECTION_SYM | BSF_SYNTHETIC)) == 0)
1548 && (sorted_syms[thisplace]->flags & BSF_SYNTHETIC) == 0)
  /src/external/gpl3/gdb.old/dist/gdb/
ppc64-tdep.c 798 if ((sym->flags & BSF_SYNTHETIC) != 0 && sym->udata.p != NULL)
elfread.c 408 /* The BSF_SYNTHETIC check is there to omit ppc64 function
412 && (sym->flags & BSF_SYNTHETIC) == 0)
1145 'name' creates a new BSF_SYNTHETIC ELF symbol '.name' with its code
ppc-linux-tdep.c 1643 if ((sym->flags & BSF_SYNTHETIC) != 0)
  /src/external/gpl3/gdb/dist/gdb/
ppc64-tdep.c 799 if ((sym->flags & BSF_SYNTHETIC) != 0 && sym->udata.p != NULL)
elfread.c 408 /* The BSF_SYNTHETIC check is there to omit ppc64 function
412 && (sym->flags & BSF_SYNTHETIC) == 0)
1127 'name' creates a new BSF_SYNTHETIC ELF symbol '.name' with its code
ppc-linux-tdep.c 1662 if ((sym->flags & BSF_SYNTHETIC) != 0)
  /src/external/gpl3/binutils.old/dist/bfd/
elf-bfd.h 890 ((((S)->flags & BSF_SYNTHETIC) == 0 \
  /src/external/gpl3/gdb.old/dist/bfd/
elf-bfd.h 878 ((((S)->flags & BSF_SYNTHETIC) == 0 \
  /src/external/gpl3/gdb/dist/bfd/
elf-bfd.h 889 ((((S)->flags & BSF_SYNTHETIC) == 0 \
  /src/external/gpl3/binutils/dist/bfd/
bfd-in2.h 1174 #define BSF_SYNTHETIC (1 << 21)
7875 if ((sy->flags & BSF_SYNTHETIC) != 0)
  /src/external/gpl3/binutils/lib/libbfd/arch/aarch64/
bfd.h 1178 #define BSF_SYNTHETIC (1 << 21)
7879 if ((sy->flags & BSF_SYNTHETIC) != 0)
  /src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/
bfd.h 1178 #define BSF_SYNTHETIC (1 << 21)
7879 if ((sy->flags & BSF_SYNTHETIC) != 0)
  /src/external/gpl3/binutils/lib/libbfd/arch/alpha/
bfd.h 1178 #define BSF_SYNTHETIC (1 << 21)
7879 if ((sy->flags & BSF_SYNTHETIC) != 0)

Completed in 65 milliseconds

1 2 3 4 5 6 7 8 910