Home
last modified time | relevance | path

Searched defs:insn (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/
H A Djit_code_signer_single.cpp40 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
H A Djit_code_signer_hybrid.cpp45 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
H A Djit_code_signer_base.cpp31 Instr insn = 0; in GetOneInstrForQueue() local
72 Instr insn = GetOneInstrForQueue(willSign_); in SignData() local
79 int32_t JitCodeSignerBase::PatchInstruction(Byte *buffer, Instr insn) in PatchInstruction()
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Djit_buffer_integrity.h132 void *address, Instr insn) in PatchInstruction()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp558 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