Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c168 int get_jited_program_text(int fd, char *text, size_t text_sz) in get_jited_program_text() argument
185 text_out = fmemopen(text, text_sz, "w"); in get_jited_program_text()
238 int get_jited_program_text(int fd, char *text, size_t text_sz) in get_jited_program_text() argument
H A Djit_disasm_helpers.h8 int get_jited_program_text(int fd, char *text, size_t text_sz);
H A Dtest_loader.c849 static int get_xlated_program_text(int prog_fd, char *text, size_t text_sz) in get_xlated_program_text() argument
860 out = fmemopen(text, text_sz, "w"); in get_xlated_program_text()