Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. libefivar.so.0 {
  2. global: efi_del_variable;
  3. efi_get_next_variable_name;
  4. efi_get_variable;
  5. efi_get_variable_attributes;
  6. efi_guid_to_str;
  7.  
  8. efi_guid_empty;
  9. local: *;
  10. };
  11.  
  12. LIBEFIVAR_0.0 {
  13. } libefivar.so.0;
  14.  
  15. LIBEFIVAR_0.24 {
  16. global: efi_set_variable;
  17. } LIBEFIVAR_0.0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement