Searched refs:plocal_syms (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | target-reloc.h | 56 const unsigned char* plocal_syms) in scan_relocs() argument 78 gold_assert(plocal_syms != NULL); in scan_relocs() 79 typename elfcpp::Sym<size, big_endian> lsym(plocal_syms in scan_relocs() 548 const unsigned char* plocal_syms, in scan_relocatable_relocs() argument 577 gold_assert(plocal_syms != NULL); in scan_relocatable_relocs() 578 typename elfcpp::Sym<size, big_endian> lsym(plocal_syms in scan_relocatable_relocs()
|
D | gc.h | 185 const unsigned char* plocal_syms) in gc_process_relocs() argument 240 gold_assert(plocal_syms != NULL); in gc_process_relocs() 241 typename elfcpp::Sym<size, big_endian> lsym(plocal_syms in gc_process_relocs()
|
D | reloc.cc | 546 const unsigned char* plocal_syms, in emit_relocs_scan() argument 555 plocal_syms, p, rr); in emit_relocs_scan() 560 plocal_syms, p, rr); in emit_relocs_scan() 573 const unsigned char* plocal_syms, in emit_relocs_scan_reltype() argument 588 plocal_syms, in emit_relocs_scan_reltype()
|
D | object.h | 2544 emit_relocs_scan(Symbol_table*, Layout*, const unsigned char* plocal_syms, 2552 const unsigned char* plocal_syms,
|
D | powerpc.cc | 182 const unsigned char* plocal_syms); 1762 const unsigned char* plocal_syms) in scan_opd_relocs() argument 1790 lsym(plocal_syms + r_sym * sym_size); in scan_opd_relocs()
|