Home
last modified time | relevance | path

Searched refs:text_scn (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/crates/rbpf/examples/
H A Dto_json.rs66 let text_scn = match file.get_section(".classifier") { in main() localVariable
71 let prog = &text_scn.data; in main()
H A Dload_elf.rs59 let text_scn = match file.get_section(".classifier") { in main() localVariable
64 let prog = &text_scn.data; in main()
/DragonOS/kernel/crates/rbpf/
H A DREADME.md414 let text_scn = match file.get_section(".classifier") {
419 let prog = &text_scn.data;