Searched refs:mapsSection (Results 1 – 1 of 1) sorted by relevance
463 ELFIO::section *mapsSection = it->get(); in LoadElfMapsSection() local464 auto defs = reinterpret_cast<const bpf_map_def *>(mapsSection->get_data()); in LoadElfMapsSection()465 auto mapNum = mapsSection->get_size() / sizeof(bpf_map_def); in LoadElfMapsSection()