Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/openbmc/libcper/
H A Dmeson.build28 'sections/cper-section-arm.c',
29 'sections/cper-section-ccix-per.c',
36 'sections/cper-section-generic.c',
37 'sections/cper-section-ia32x64.c',
38 'sections/cper-section-ipf.c',
39 'sections/cper-section-memory.c',
40 'sections/cper-section-nvidia.c',
41 'sections/cper-section-pci-bus.c',
43 'sections/cper-section-pcie.c',
44 'sections/cper-section.c',
[all …]
/openbmc/libcper/generator/
H A Dcper-generate-cli.c27 char **sections = NULL; in main() local
44 sections[j - i] = argv[j]; in main()
57 if (sections) { in main()
58 free(sections); in main()
68 if (sections) { in main()
69 free(sections); in main()
75 if (single_section != NULL && sections == NULL) { in main()
82 if (sections) { in main()
83 free(sections); in main()
90 if (sections != NULL) { in main()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcoredump.c807 .sections = NULL,
822 .sections = NULL,
837 .sections = NULL,
850 .sections = NULL,
860 .sections = NULL,
883 .sections = NULL,
893 .sections = NULL,
903 .sections = NULL,
913 .sections = NULL,
936 .sections = NULL,
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcase.py81 sections = self.extraresults.get("ptestresult.sections")
82 if section not in sections:
83 sections[section] = {}
86 sections[section]["log"] = self._compress_log(log)
89 sections[section]["log"] = self._compress_log(f.read())
92 sections[section]["duration"] = duration
94 sections[section]["exitcode"] = exitcode
100 sections = self.extraresults.get("ptestresult.sections")
101 if section not in sections:
102 sections[section] = {}
/openbmc/linux/scripts/
H A Dgenerate_initcall_order.pl227 my $sections = {}; # level -> [ secname, ...]
235 if (!exists($sections->{$level})) {
236 $sections->{$level} = [];
239 push(@{$sections->{$level}}, $result->{'secname'});
243 die "$0: ERROR: no initcalls?" if (!keys(%{$sections}));
249 foreach my $level (sort(keys(%{$sections}))) {
260 foreach my $secname (@{$sections->{$level}}) {
/openbmc/linux/sound/firewire/dice/
H A Ddice-proc.c71 u32 sections[ARRAY_SIZE(section_names) * 2]; in dice_proc_read() local
117 if (dice_proc_read_mem(dice, sections, 0, ARRAY_SIZE(sections)) < 0) in dice_proc_read()
123 sections[i * 2], sections[i * 2 + 1]); in dice_proc_read()
125 quadlets = min_t(u32, sections[1], sizeof(buf.global) / 4); in dice_proc_read()
126 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0) in dice_proc_read()
170 if (dice_proc_read_mem(dice, &tx_rx_header, sections[2], 2) < 0) in dice_proc_read()
174 if (dice_proc_read_mem(dice, &buf.tx, sections[2] + 2 + in dice_proc_read()
196 if (dice_proc_read_mem(dice, &tx_rx_header, sections[4], 2) < 0) in dice_proc_read()
200 if (dice_proc_read_mem(dice, &buf.rx, sections[4] + 2 + in dice_proc_read()
222 quadlets = min_t(u32, sections[7], sizeof(buf.ext_sync) / 4); in dice_proc_read()
[all …]
/openbmc/qemu/python/qemu/utils/
H A D__init__.py143 sections = []
150 sections.append(add_visual_margin(self.stdout, width, name))
152 sections.append(f"{name}: N/A")
155 sections.append(add_visual_margin(self.stderr, width, 'stderr'))
157 sections.append("stderr: N/A")
161 textwrap.indent(os.linesep.join(sections), prefix=lmargin),
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dlogparser.py15 self.sections = {}
55 if current_section['name'] in self.sections:
57 self.sections[current_section['name']] = current_section
58 del self.sections[current_section['name']]['name']
87 for section in self.sections:
88 self.sections[section]['log'] = "".join(self.sections[section]['log'])
90 return self.results, self.sections
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dltp_compliance.py29 cls.sections = {}
48 cls.extras['ltpposixresult.sections'] = cls.sections
74 … results, sections = parser.parse(os.path.join(self.ltptest_log_dir, "%s" % posix_group))
77 sections['duration'] = runtime
78 self.sections[posix_group] = sections
H A Dltp_stress.py30 cls.sections = {}
49 cls.extras['ltpstressresult.sections'] = cls.sections
73 … results, sections = parser.parse(os.path.join(self.ltptest_log_dir, "%s" % stress_group))
76 sections['duration'] = runtime
77 self.sections[stress_group] = sections
H A Dptest.py77 results, sections = parser.parse(ptest_runner_log)
84 extras['ptestresult.sections'] = sections
98 for section in sections:
99 if 'exitcode' in sections[section].keys() or 'timeout' in sections[section].keys():
100 failed_tests[section] = sections[section]["log"]
H A Dltp.py29 cls.sections = {}
48 cls.extras['ltpresult.sections'] = cls.sections
98 results, sections = parser.parse(dst)
100 sections['duration'] = int(endtime-starttime)
101 self.sections[ltp_group] = sections
/openbmc/openbmc/poky/meta-poky/conf/distro/include/
H A Dgcsections.inc1 CFLAGS_SECTION_REMOVAL = "-ffunction-sections -fdata-sections"
2 LDFLAGS_SECTION_REMOVAL = "-Wl,--gc-sections"
4 # packages with build problems using sections
16 # SDK packages with build problems using sections
/openbmc/u-boot/arch/xtensa/
H A Dconfig.mk8 -ffunction-sections -fdata-sections
10 LDFLAGS_FINAL += --gc-sections
/openbmc/u-boot/arch/nios2/
H A Dconfig.mk16 LDFLAGS_FINAL += --gc-sections
17 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/openbmc/u-boot/arch/m68k/
H A Dconfig.mk14 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
16 LDFLAGS_FINAL += --gc-sections
/openbmc/u-boot/arch/mips/
H A Dconfig.mk67 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
68 LDFLAGS_FINAL += --gc-sections
71 LDFLAGS_STANDALONE += --gc-sections
/openbmc/u-boot/arch/riscv/
H A Dconfig.mk29 PLATFORM_RELFLAGS += -fno-common -gdwarf-2 -ffunction-sections \
30 -fdata-sections
31 LDFLAGS_u-boot += --gc-sections -static -pie
/openbmc/u-boot/arch/powerpc/
H A Dconfig.mk11 LDFLAGS_FINAL += --gc-sections
13 PLATFORM_RELFLAGS += -fpic -mrelocatable -ffunction-sections \
14 -fdata-sections -mcall-linux
/openbmc/u-boot/arch/arc/
H A Dconfig.mk46 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections -fno-common
49 LDFLAGS_FINAL += -pie --gc-sections
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash/
H A D0001-configure.ac-Do-not-demand-linker-hash-style.patch21 -ffunction-sections \
22 -fdata-sections \
26 -Wl,--gc-sections])
/openbmc/u-boot/arch/arm/
H A Dconfig.mk14 CFLAGS_NON_EFI := -fno-pic -ffixed-r9 -ffunction-sections -fdata-sections
17 LDFLAGS_FINAL += --gc-sections
18 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
/openbmc/u-boot/Documentation/
H A Dlinker_lists.rst7 sections, each containing one entry of the list. Each input section
9 content. Linker list input sections are constructed from the list
37 The naming scheme for input sections allows grouping all linker lists
43 these symbols to sections names with components "1" (before) and
60 Here is an example of the sorted sections which result from a list
79 Here is an example of the sections generated from a global list
/openbmc/linux/tools/perf/util/
H A Dconfig.c594 static struct perf_config_section *find_section(struct list_head *sections, in find_section() argument
599 list_for_each_entry(section, sections, node) in find_section()
618 static struct perf_config_section *add_section(struct list_head *sections, in add_section() argument
634 list_add_tail(&section->node, sections); in add_section()
678 struct list_head *sections; in collect_config() local
683 sections = &set->sections; in collect_config()
695 section = find_section(sections, section_name); in collect_config()
697 section = add_section(sections, section_name); in collect_config()
761 INIT_LIST_HEAD(&set->sections); in perf_config_set__new()
773 INIT_LIST_HEAD(&set->sections); in perf_config_set__load_file()
[all …]
/openbmc/linux/tools/testing/selftests/sgx/
H A Dload.c141 Elf64_Shdr *sections; in encl_get_entry() local
147 sections = encl->bin + ehdr->e_shoff; in encl_get_entry()
150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry()
151 symtab = (Elf64_Sym *)((char *)encl->bin + sections[i].sh_offset); in encl_get_entry()
152 num_sym = sections[i].sh_size / sections[i].sh_entsize; in encl_get_entry()
158 if (sections[i].sh_type == SHT_STRTAB) { in encl_get_entry()
159 sym_names = (char *)encl->bin + sections[i].sh_offset; in encl_get_entry()

12345678910>>...27