Home
last modified time | relevance | path

Searched defs:o (Results 1 – 14 of 14) sorted by relevance

/tools/include/uapi/linux/
Derspan.h27 __u8 o:1, member
38 o:1; member
/tools/objtool/
Dorc_gen.c86 unsigned long insn_off, struct orc_entry *o) in create_orc_entry()
Delf.c101 unsigned long o; in find_rela_by_dest_range() local
/tools/virtio/linux/
Ddma-mapping.h24 #define dma_map_page(d, p, o, s, dir) (page_to_phys(p) + (o)) argument
/tools/virtio/ringtest/
Dmain.c308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main() local
/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c250 void config_so_flags(int rcv, struct options o) in config_so_flags()
/tools/virtio/
Dvirtio_test.c266 int o; in main() local
/tools/lib/subcmd/
Dparse-options.c807 const struct option *o = opts; in options__order() local
/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_syntax.c200 char o; member
/tools/perf/util/
Dsymbol-elf.c32 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) argument
37 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) argument
Dsort.c297 char o = map ? dso__symtab_origin(map->dso) : '!'; in _hist_entry__sym_snprintf() local
/tools/perf/
Dbuiltin-trace.c4031 struct option o = { in trace__parse_events_option() local
4048 struct option o = { in trace__parse_cgroups() local
4084 struct option o = OPT_CALLBACK('e', "event", &trace->evlist, "event", in trace__config() local
Dbuiltin-kmem.c1177 int o, m; in print_page_summary() local
/tools/lib/bpf/
Dlibbpf.c296 #define obj_elf_valid(o) ((o)->efile.elf) argument