Searched defs:section (Results 1 – 10 of 10) sorted by relevance
/tools/objtool/include/objtool/ |
D | elf.h | 28 struct section { struct 36 struct section *base, *reloc; argument 50 struct section *sec; argument
|
/tools/perf/ |
D | builtin-config.c | 39 struct perf_config_section *section = NULL; in set_config() local 74 struct perf_config_section *section; in show_spec_config() local 104 struct perf_config_section *section; in show_config() local
|
/tools/perf/util/ |
D | config.c | 597 struct perf_config_section *section; in find_section() local 607 struct perf_config_section *section) in find_config_item() 621 struct perf_config_section *section = zalloc(sizeof(*section)); in add_section() local 638 static struct perf_config_item *add_config_item(struct perf_config_section *section, in add_config_item() 675 struct perf_config_section *section = NULL; in collect_config() local 793 struct perf_config_section *section; in perf_config_set() local 845 static void perf_config_section__purge(struct perf_config_section *section) in perf_config_section__purge() 855 static void perf_config_section__delete(struct perf_config_section *section) in perf_config_section__delete() 864 struct perf_config_section *section, *tmp; in perf_config_set__purge() local
|
D | config.h | 57 #define perf_config_sections__for_each_entry(list, section) \ argument 74 #define perf_config_set__for_each_entry(set, section, item) \ argument
|
D | srcline.c | 191 static void find_address_in_section(bfd *abfd, asection *section, void *data) in find_address_in_section()
|
D | header.c | 3338 static int perf_file_section__fprintf_info(struct perf_file_section *section, in perf_file_section__fprintf_info() 3611 int (*process)(struct perf_file_section *section, in perf_header__process_sections() 3837 static int perf_file_section__process(struct perf_file_section *section, in perf_file_section__process()
|
D | symbol.c | 1595 asection *section; in dso__load_bfd_symbols() local
|
D | symbol-elf.c | 719 asection *section; in filename__read_debuglink() local
|
/tools/testing/selftests/filesystems/fuse/ |
D | bpf_loader.c | 713 int install_elf_bpf(const char *file, const char *section, int *fd, in install_elf_bpf()
|
/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 236 def headerData(self, section, orientation, role): argument 300 def headerData(self, section, orientation, role): argument 1937 def headerData(self, section, orientation, role): argument
|