Searched defs:insn (Results 1 – 5 of 5) sorted by relevance
40 void JitCodeSignerSingle::SignInstruction(Instr insn) in SignInstruction()56 int32_t JitCodeSignerSingle::PatchInstruction(int offset, Instr insn) in PatchInstruction()83 Instr insn = *reinterpret_cast<const Instr *>(tmpBuffer_ + offset); in ValidateCodeCopy() local
45 void JitCodeSignerHybrid::SignInstruction(Instr insn) in SignInstruction()75 int32_t JitCodeSignerHybrid::PatchInstruction(int offset, Instr insn) in PatchInstruction()147 Instr insn = *reinterpret_cast<const Instr *>(tmpBuffer_ + skippedOffset_[i]); in ValidateCodeCopy() local
31 Instr insn = 0; in GetOneInstrForQueue() local72 Instr insn = GetOneInstrForQueue(willSign_); in SignData() local79 int32_t JitCodeSignerBase::PatchInstruction(Byte *buffer, Instr insn) in PatchInstruction()
132 void *address, Instr insn) in PatchInstruction()
558 bool ApplyRelocation(bpf_insn *insn, ELFIO::section *section) const in ApplyRelocation()712 bool LoadProg(const std::string &event, const bpf_insn *insn, size_t insnCnt) in LoadProg()783 auto insn = reinterpret_cast<bpf_insn *>(const_cast<char *>(progSec->get_data())); in ParseRelocation() local