Home
last modified time | relevance | path

Searched refs:preloc (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dtarget.h335 is_call_to_non_split(const Symbol* sym, const unsigned char* preloc, in is_call_to_non_split() argument
338 { return this->do_is_call_to_non_split(sym, preloc, view, view_size); } in is_call_to_non_split()
1117 get_r_sym(const unsigned char* preloc) const in get_r_sym() argument
1121 elfcpp::Rel<size, big_endian> rel(preloc); in get_r_sym()
Ds390.cc422 do_is_call_to_non_split(const Symbol* sym, const unsigned char* preloc,
3194 const unsigned char* preloc, in relocate() argument
3204 const elfcpp::Rela<size, true> rela(preloc); in relocate()
4271 const unsigned char* preloc, in do_is_call_to_non_split() argument
4277 typename Reloc_types<elfcpp::SHT_RELA, size, true>::Reloc reloc(preloc); in do_is_call_to_non_split()
Di386.cc2780 const unsigned char* preloc, in relocate() argument
2787 const elfcpp::Rel<32, false> rel(preloc); in relocate()
Dmips.cc3612 get_r_sym(const unsigned char* preloc) const in get_r_sym()
3616 Reltype rel(preloc); in get_r_sym()
11317 const unsigned char* preloc, in relocate() argument
11334 const Relatype rela(preloc); in relocate()
11350 const Reltype rel(preloc); in relocate()
Dtilegx.cc4339 const unsigned char* preloc, in relocate() argument
4352 const elfcpp::Rela<size, big_endian> rela(preloc); in relocate()
Dsparc.cc3277 const unsigned char* preloc, in relocate() argument
3284 const elfcpp::Rela<size, big_endian> rela(preloc); in relocate()
Dpowerpc.cc7585 const unsigned char* preloc, in relocate() argument
7595 const elfcpp::Rela<size, big_endian> rela(preloc); in relocate()
8319 && preloc != NULL in relocate()
8327 Reltype prev_rela(preloc - reloc_size); in relocate()
Dx86_64.cc3663 const unsigned char* preloc, in relocate() argument
3671 const elfcpp::Rela<size, false> rela(preloc); in relocate()
Daarch64.cc7023 const unsigned char* preloc, in relocate() argument
7035 const elfcpp::Rela<size, big_endian> rela(preloc); in relocate()
Darm.cc9575 const unsigned char* preloc, in relocate() argument
9587 const elfcpp::Rel<32, big_endian> rel(preloc); in relocate()
DChangeLog-081579 * powerpc.cc (relocate): Add rel_type and preloc parameters.
81 preloc.