HomeSort by: relevance | last modified time | path
    Searched defs:symbol_entry (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/lto/
lto-dump.cc 41 class symbol_entry class
45 symbol_entry (symtab_node *node_): node (node_) function in class:symbol_entry
48 virtual ~symbol_entry ()
74 class variable_entry: public symbol_entry
77 variable_entry (varpool_node *node_): symbol_entry (node_)
93 symbol_entry :: dump ();
105 class function_entry: public symbol_entry
108 function_entry (cgraph_node *node_): symbol_entry (node_)
116 symbol_entry :: dump ();
135 const symbol_entry *e1 = *(const symbol_entry * const*) a
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-dump.cc 41 class symbol_entry class
45 symbol_entry (symtab_node *node_): node (node_) function in class:symbol_entry
48 virtual ~symbol_entry ()
74 class variable_entry: public symbol_entry
77 variable_entry (varpool_node *node_): symbol_entry (node_)
93 symbol_entry :: dump ();
105 class function_entry: public symbol_entry
108 function_entry (cgraph_node *node_): symbol_entry (node_)
116 symbol_entry :: dump ();
135 const symbol_entry *e1 = *(const symbol_entry * const*) a
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-m68k.c 473 const bfd_byte *symbol_entry;
475 /* Offsets of fields in SYMBOL_ENTRY that require R_68K_PC32 relocations.
483 /* The offset of the resolver stub from the start of SYMBOL_ENTRY.
4094 plt_info->symbol_entry,
472 const bfd_byte *symbol_entry; member in struct:elf_m68k_plt_info
elf32-sh.c 1538 const bfd_byte *symbol_entry;
1540 /* The size of SYMBOL_ENTRY in bytes. */
1543 /* Byte offsets of fields in SYMBOL_ENTRY. Not all fields are used
1554 /* The offset of the resolver stub from the start of SYMBOL_ENTRY. */
6009 plt_info->symbol_entry,
1534 const bfd_byte *symbol_entry; member in struct:elf_sh_plt_info
  /src/external/gpl3/binutils/dist/gas/
symbols.c 174 typedef union symbol_entry union
180 /* Hash function for a symbol_entry. */
192 /* Equality function for a symbol_entry. */
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68k.c 473 const bfd_byte *symbol_entry;
475 /* Offsets of fields in SYMBOL_ENTRY that require R_68K_PC32 relocations.
483 /* The offset of the resolver stub from the start of SYMBOL_ENTRY.
4094 plt_info->symbol_entry,
472 const bfd_byte *symbol_entry; member in struct:elf_m68k_plt_info
elf32-sh.c 1538 const bfd_byte *symbol_entry;
1540 /* The size of SYMBOL_ENTRY in bytes. */
1543 /* Byte offsets of fields in SYMBOL_ENTRY. Not all fields are used
1554 /* The offset of the resolver stub from the start of SYMBOL_ENTRY. */
6008 plt_info->symbol_entry,
1534 const bfd_byte *symbol_entry; member in struct:elf_sh_plt_info
  /src/external/gpl3/binutils.old/dist/gas/
symbols.c 174 typedef union symbol_entry union
180 /* Hash function for a symbol_entry. */
192 /* Equality function for a symbol_entry. */
  /src/external/gpl3/gdb/dist/bfd/
elf32-m68k.c 473 const bfd_byte *symbol_entry;
475 /* Offsets of fields in SYMBOL_ENTRY that require R_68K_PC32 relocations.
483 /* The offset of the resolver stub from the start of SYMBOL_ENTRY.
4081 plt_info->symbol_entry,
472 const bfd_byte *symbol_entry; member in struct:elf_m68k_plt_info
elf32-sh.c 1538 const bfd_byte *symbol_entry;
1540 /* The size of SYMBOL_ENTRY in bytes. */
1543 /* Byte offsets of fields in SYMBOL_ENTRY. Not all fields are used
1554 /* The offset of the resolver stub from the start of SYMBOL_ENTRY. */
6005 plt_info->symbol_entry,
1534 const bfd_byte *symbol_entry; member in struct:elf_sh_plt_info
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m68k.c 473 const bfd_byte *symbol_entry;
475 /* Offsets of fields in SYMBOL_ENTRY that require R_68K_PC32 relocations.
483 /* The offset of the resolver stub from the start of SYMBOL_ENTRY.
4082 plt_info->symbol_entry,
472 const bfd_byte *symbol_entry; member in struct:elf_m68k_plt_info
elf32-sh.c 1538 const bfd_byte *symbol_entry;
1540 /* The size of SYMBOL_ENTRY in bytes. */
1543 /* Byte offsets of fields in SYMBOL_ENTRY. Not all fields are used
1554 /* The offset of the resolver stub from the start of SYMBOL_ENTRY. */
6007 plt_info->symbol_entry,
1534 const bfd_byte *symbol_entry; member in struct:elf_sh_plt_info
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 143 static struct symbol_entry struct
146 struct symbol_entry *next;
195 struct symbol_entry *symbol_list;
3982 for (const struct symbol_entry *ent = paux->symbol_list;
6246 struct symbol_entry *sym = xmalloc (sizeof (*sym));
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 143 static struct symbol_entry struct
146 struct symbol_entry *next;
195 struct symbol_entry *symbol_list;
3991 for (const struct symbol_entry *ent = paux->symbol_list;
6257 struct symbol_entry *sym = xmalloc (sizeof (*sym));

Completed in 74 milliseconds