Home
last modified time | relevance | path

Searched refs:local_symbol (Results 1 – 18 of 18) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dsymbols.c169 static symbolS *local_symbol_convert (struct local_symbol *);
182 ? (local_symbol_converted_p ((struct local_symbol *) s) \
183 ? (s = local_symbol_get_real_symbol ((struct local_symbol *) s), \
190 struct local_symbol *
194 struct local_symbol *ret; in local_symbol_make()
200 ret = (struct local_symbol *) obstack_alloc (&notes, sizeof *ret); in local_symbol_make()
217 local_symbol_convert (struct local_symbol *locsym) in local_symbol_convert()
332 struct local_symbol *locsym = (struct local_symbol *) symbolP; in colon()
461 symbolP = local_symbol_convert ((struct local_symbol *) symbolP); in colon()
567 orgsymP = local_symbol_convert ((struct local_symbol *) orgsymP); in symbol_clone()
[all …]
Dstruc-symbol.h120 struct local_symbol struct
Dsymbols.h52 struct local_symbol *local_symbol_make (const char *name, segT section,
DChangeLog-20121871 (struct local_symbol): Replace lsy_marker field by lsy_flags.
DChangeLog-98991210 * struc-symbol.h: Put local_symbol code in ifdef BFD_ASSEMBLER.
1502 (struct local_symbol): Define.
DChangeLog-00011983 * struc-symbol.h (struct local_symbol): Rename lsy_offset to
2706 * struc-symbol.h (struct local_symbol): New TC_LOCAL_SYMFIELD_TYPE.
/toolchain/binutils/binutils-2.25/gold/
Dtarget-reloc.h313 psymval = object->local_symbol(r_sym); in relocate_section()
773 const Symbol_value<size>* psymval = object->local_symbol(r_sym); in relocate_relocs()
Dobject.h2119 local_symbol(unsigned int sym) const in local_symbol() function
2235 const Symbol_value<size>* symval = this->local_symbol(symndx); in do_local_symbol_value()
2247 { return this->local_symbol(symndx)->is_tls_symbol(); } in do_local_is_tls()
Daarch64.cc495 reloc.relobj()->local_symbol(reloc.index()); in do_write()
3838 psymval = object->local_symbol(r_sym); in scan_reloc_section_for_stubs()
5600 const Symbol_value<size>* psymval = ti.object->local_symbol(ti.r_sym); in do_reloc_addend()
Dpowerpc.cc2701 = this->object_->local_symbol(this->r_sym_); in make_stub()
8069 const Symbol_value<size>* psymval = object->local_symbol(orig_r_sym); in relocate_relocs()
8309 if (ppc_object->local_symbol(symndx)->is_tls_symbol()) in do_tls_offset_for_local()
Di386.cc1455 p->object->local_symbol(p->local_sym_index); in do_write()
Darm.cc7282 reloc.relobj()->local_symbol(reloc.index()); in do_write()
10293 const Symbol_value<32>* psymval = object->local_symbol(r_sym); in relocate_special_relocatable()
11897 psymval = arm_object->local_symbol(r_sym); in scan_reloc_section_for_stubs()
Dx86_64.cc4461 const Symbol_value<size>* psymval = ti.object->local_symbol(ti.r_sym); in do_reloc_addend()
Dmips.cc5731 object->local_symbol(reloc.index()); in do_write()
8523 const Symbol_value<size>* psymval = object->local_symbol(r_sym); in relocate_special_relocatable()
Doutput.cc1152 const Symbol_value<size>* symval = relobj->local_symbol(lsi); in symbol_value()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh.c3435 struct local_symbol *ls = (struct local_symbol *)sym; in sh_frob_section()
Dtc-bfin.c1942 ((struct local_symbol *) linelabel)->lsy_value -= last_insn_size; in bfin_loop_beginend()
/toolchain/binutils/binutils-2.25/gas/doc/
Dinternals.texi396 different structure, @code{struct local_symbol}. This structure can only
401 deal with local symbols. @code{struct local_symbol} is much smaller than
406 symbol. The first field of @code{struct local_symbol} is a pointer which is