Home
last modified time | relevance | path

Searched refs:match_view (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dtarget.cc180 Target::match_view(const unsigned char* view, section_size_type view_size, in match_view() function in gold::Target
Dtarget.h726 match_view(const unsigned char* view, section_size_type view_size,
Di386.cc3872 if (this->match_view(view, view_size, fnoffset, "\x65\x3b\x25", 3) in do_calls_non_split()
3883 else if ((this->match_view(view, view_size, fnoffset, "\x8d\x8c\x24", 3) in do_calls_non_split()
3884 || this->match_view(view, view_size, fnoffset, "\x8d\x94\x24", 3)) in do_calls_non_split()
Dx86_64.cc4525 if (this->match_view(view, view_size, fnoffset, cmp_insn, cmp_insn_len) in do_calls_non_split()
4536 else if ((this->match_view(view, view_size, fnoffset, in do_calls_non_split()
4538 || this->match_view(view, view_size, fnoffset, in do_calls_non_split()
DChangeLog12483 do_calls_non_split virtual method. Declare match_view and
12487 (Target::match_view): New function.