Searched defs:o (Results 1 – 14 of 14) sorted by relevance
/tools/include/uapi/linux/ |
D | erspan.h | 27 __u8 o:1, member 38 o:1; member
|
/tools/objtool/ |
D | orc_gen.c | 86 unsigned long insn_off, struct orc_entry *o) in create_orc_entry()
|
D | elf.c | 101 unsigned long o; in find_rela_by_dest_range() local
|
/tools/virtio/linux/ |
D | dma-mapping.h | 24 #define dma_map_page(d, p, o, s, dir) (page_to_phys(p) + (o)) argument
|
/tools/virtio/ringtest/ |
D | main.c | 308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main() local
|
/tools/testing/selftests/networking/timestamping/ |
D | rxtimestamp.c | 250 void config_so_flags(int rcv, struct options o) in config_so_flags()
|
/tools/virtio/ |
D | virtio_test.c | 266 int o; in main() local
|
/tools/lib/subcmd/ |
D | parse-options.c | 807 const struct option *o = opts; in options__order() local
|
/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_syntax.c | 200 char o; member
|
/tools/perf/util/ |
D | symbol-elf.c | 32 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) argument 37 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) argument
|
D | sort.c | 297 char o = map ? dso__symtab_origin(map->dso) : '!'; in _hist_entry__sym_snprintf() local
|
/tools/perf/ |
D | builtin-trace.c | 4031 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
|
D | builtin-kmem.c | 1177 int o, m; in print_page_summary() local
|
/tools/lib/bpf/ |
D | libbpf.c | 296 #define obj_elf_valid(o) ((o)->efile.elf) argument
|