Searched refs:match_view (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | target.cc | 180 Target::match_view(const unsigned char* view, section_size_type view_size, in match_view() function in gold::Target
|
D | target.h | 726 match_view(const unsigned char* view, section_size_type view_size,
|
D | i386.cc | 3872 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()
|
D | x86_64.cc | 4525 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()
|
D | ChangeLog | 12483 do_calls_non_split virtual method. Declare match_view and 12487 (Target::match_view): New function.
|