Home
last modified time | relevance | path

Searched refs:elfIo_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp317 return elfIo_.load(path_); in LoadElfFile()
322 return elfIo_.get_version() == ELFIO::EV_CURRENT; in IsVersionValid()
397 return std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](const auto &section) { in SetLicenseAndVersion()
425 for (const auto &section : elfIo_.sections) { in LoadElfMapSectionCore()
429 ELFIO::symbol_section_accessor symbols(elfIo_, section.get()); in LoadElfMapSectionCore()
453 if (elfIo_.sections.size() == 0) { in LoadElfMapsSection()
457 auto it = std::find_if(elfIo_.sections.begin(), elfIo_.sections.end(), in LoadElfMapsSection()
459 if (it == elfIo_ in LoadElfMapsSection()
[all...]
/foundation/communication/netmanager_base/bpf/bpf_loader/
H A Dbpf_loader.h146 ELFIO::elfio elfIo_; member in OHOS::Bpf::BpfLoader

Completed in 2 milliseconds