diff --git a/xtask/public-api/aya-obj.txt b/xtask/public-api/aya-obj.txt index f46d106f2..31f941b3d 100644 --- a/xtask/public-api/aya-obj.txt +++ b/xtask/public-api/aya-obj.txt @@ -1,10 +1,14 @@ pub mod aya_obj pub mod aya_obj::btf pub enum aya_obj::btf::BtfError +pub aya_obj::btf::BtfError::ExternalSymbolNotFound +pub aya_obj::btf::BtfError::ExternalSymbolNotFound::symbol_name: alloc::string::String pub aya_obj::btf::BtfError::FileError pub aya_obj::btf::BtfError::FileError::error: std::io::error::Error pub aya_obj::btf::BtfError::FileError::path: std::path::PathBuf pub aya_obj::btf::BtfError::InvalidDatasec +pub aya_obj::btf::BtfError::InvalidExternalSymbol +pub aya_obj::btf::BtfError::InvalidExternalSymbol::symbol_name: alloc::string::String pub aya_obj::btf::BtfError::InvalidHeader pub aya_obj::btf::BtfError::InvalidInfo pub aya_obj::btf::BtfError::InvalidInfo::len: usize @@ -7106,6 +7110,7 @@ pub fn aya_obj::Features::bpf_global_data(&self) -> bool pub fn aya_obj::Features::bpf_name(&self) -> bool pub fn aya_obj::Features::bpf_perf_link(&self) -> bool pub fn aya_obj::Features::bpf_probe_read_kernel(&self) -> bool +pub fn aya_obj::Features::bpf_syscall_wrapper(&self) -> bool pub fn aya_obj::Features::btf(&self) -> core::option::Option<&aya_obj::btf::BtfFeatures> pub fn aya_obj::Features::cpumap_prog_id(&self) -> bool pub fn aya_obj::Features::devmap_prog_id(&self) -> bool @@ -7214,6 +7219,7 @@ pub aya_obj::obj::Object::maps: std::collections::hash::map::HashMap impl aya_obj::Object pub fn aya_obj::Object::fixup_and_sanitize_btf(&mut self, features: &aya_obj::btf::BtfFeatures) -> core::result::Result, aya_obj::btf::BtfError> +pub fn aya_obj::Object::patch_extern_data(&mut self, externs: &std::collections::hash::map::HashMap>) -> core::result::Result<(), aya_obj::btf::BtfError> impl aya_obj::Object pub fn aya_obj::Object::parse(data: &[u8]) -> core::result::Result pub fn aya_obj::Object::patch_map_data(&mut self, globals: std::collections::hash::map::HashMap<&str, (&[u8], bool)>) -> core::result::Result<(), aya_obj::ParseError> @@ -7966,6 +7972,7 @@ pub fn aya_obj::Features::bpf_global_data(&self) -> bool pub fn aya_obj::Features::bpf_name(&self) -> bool pub fn aya_obj::Features::bpf_perf_link(&self) -> bool pub fn aya_obj::Features::bpf_probe_read_kernel(&self) -> bool +pub fn aya_obj::Features::bpf_syscall_wrapper(&self) -> bool pub fn aya_obj::Features::btf(&self) -> core::option::Option<&aya_obj::btf::BtfFeatures> pub fn aya_obj::Features::cpumap_prog_id(&self) -> bool pub fn aya_obj::Features::devmap_prog_id(&self) -> bool @@ -8074,6 +8081,7 @@ pub aya_obj::Object::maps: std::collections::hash::map::HashMap impl aya_obj::Object pub fn aya_obj::Object::fixup_and_sanitize_btf(&mut self, features: &aya_obj::btf::BtfFeatures) -> core::result::Result, aya_obj::btf::BtfError> +pub fn aya_obj::Object::patch_extern_data(&mut self, externs: &std::collections::hash::map::HashMap>) -> core::result::Result<(), aya_obj::btf::BtfError> impl aya_obj::Object pub fn aya_obj::Object::parse(data: &[u8]) -> core::result::Result pub fn aya_obj::Object::patch_map_data(&mut self, globals: std::collections::hash::map::HashMap<&str, (&[u8], bool)>) -> core::result::Result<(), aya_obj::ParseError>