Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Di386.cc509 section_offset_type fnoffset, section_size_type fnsize,
3995 section_offset_type fnoffset, in do_calls_non_split() argument
4008 if (this->match_view(view, view_size, fnoffset, "\x65\x3b\x25", 3) in do_calls_non_split()
4014 view[fnoffset] = '\xf9'; in do_calls_non_split()
4015 this->set_view_to_nop(view, view_size, fnoffset + 1, 6); in do_calls_non_split()
4019 else if ((this->match_view(view, view_size, fnoffset, "\x8d\x8c\x24", 3) in do_calls_non_split()
4020 || this->match_view(view, view_size, fnoffset, "\x8d\x94\x24", 3)) in do_calls_non_split()
4028 unsigned char* pval = view + fnoffset + 3; in do_calls_non_split()
4038 shndx, static_cast<size_t>(fnoffset)); in do_calls_non_split()
Dtarget.h348 section_offset_type fnoffset, section_size_type fnsize, in calls_non_split() argument
353 this->do_calls_non_split(object, shndx, fnoffset, fnsize, in calls_non_split()
Dx86_64.cc614 section_offset_type fnoffset, section_size_type fnsize,
4969 section_offset_type fnoffset, in do_calls_non_split() argument
4997 if (this->match_view(view, view_size, fnoffset, cmp_insn, cmp_insn_len) in do_calls_non_split()
5003 view[fnoffset] = '\xf9'; in do_calls_non_split()
5004 this->set_view_to_nop(view, view_size, fnoffset + 1, nop_len); in do_calls_non_split()
5008 else if ((this->match_view(view, view_size, fnoffset, in do_calls_non_split()
5010 || this->match_view(view, view_size, fnoffset, in do_calls_non_split()
5019 unsigned char* pval = view + fnoffset + 4; in do_calls_non_split()
5029 shndx, static_cast<size_t>(fnoffset)); in do_calls_non_split()
Ds390.cc429 section_offset_type fnoffset, section_size_type fnsize,
4688 section_offset_type fnoffset, in do_calls_non_split() argument
4720 section_offset_type curoffset = fnoffset; in do_calls_non_split()
4877 shndx, static_cast<size_t>(fnoffset)); in do_calls_non_split()
Dpowerpc.cc715 section_offset_type fnoffset, section_size_type fnsize,
7161 section_offset_type fnoffset, in do_calls_non_split() argument
7174 Target::do_calls_non_split(object, shndx, fnoffset, fnsize, in do_calls_non_split()
7187 unsigned char *entry = view + fnoffset; in do_calls_non_split()
7223 shndx, static_cast<size_t>(fnoffset)); in do_calls_non_split()
7257 shndx, static_cast<size_t>(fnoffset)); in do_calls_non_split()