Home
last modified time | relevance | path

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

12345678910>>...17

/openbmc/libcper/
H A Dmeson.build35 'sections/cper-section-ampere.c',
36 'sections/cper-section-arm.c',
37 'sections/cper-section-ccix-per.c',
38 'sections/cper-section-cxl-component.c',
39 'sections/cper-section-cxl-protocol.c',
40 'sections/cper-section-dmar-generic.c',
41 'sections/cper-section-dmar-iommu.c',
42 'sections/cper-section-dmar-vtd.c',
43 'sections/cper-section-firmware.c',
44 'sections/cper-section-generic.c',
[all …]
/openbmc/libcper/generator/
H A Dcper-generate-cli.c29 char **sections = NULL; in main() local
43 sections = malloc(sizeof(char *) * num_sections); in main()
47 sections[j - i] = argv[j]; in main()
60 if (sections) { in main()
61 free(sections); in main()
71 if (sections) { in main()
72 free(sections); in main()
78 if (single_section != NULL && sections == NULL) { in main()
81 } else if (sections != NULL && single_section == NULL) { in main()
82 generate_cper_record(sections, num_sections, cper_file, in main()
[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/entity-manager/test/
H A Dtest_fru-utils.cpp318 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
319 EXPECT_EQ(sections, std::nullopt); in TEST()
331 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
332 EXPECT_EQ(sections, std::nullopt); in TEST()
344 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
345 ASSERT_NE(sections, std::nullopt); in TEST()
346 if (sections) in TEST()
348 EXPECT_EQ(0, sections->IpmiFruOffset); in TEST()
361 auto sections = findFRUHeader(reader, "error", offset); in TEST() local
362 EXPECT_EQ(sections, std::nullopt); in TEST()
[all …]
/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/qemu/python/qemu/utils/
H A D__init__.py149 sections = []
156 sections.append(add_visual_margin(self.stdout, width, name))
158 sections.append(f"{name}: N/A")
161 sections.append(add_visual_margin(self.stderr, width, 'stderr'))
163 sections.append("stderr: N/A")
167 textwrap.indent(os.linesep.join(sections), prefix=lmargin),
/openbmc/u-boot/arch/m68k/
H A Dconfig.mk14 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
16 LDFLAGS_FINAL += --gc-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/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/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/libcper/docs/
H A DGeneratorExtensions.md4 sections as extensions. This document details how an OEM section generator could
10 a function predefinition inside `sections/gen-section.h` as shown below, and
11 then create a C file within `sections/` to house your generation code. For the
29 * Functions for generating pseudo-random MyVendor error sections.
71 edit `sections/gen-section.c` and add your generator definition to the
82 #include <libcper/generator/sections/gen-section.h>
/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/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs/
H A D0002-Enforce-using-good-old-BFD-linker.patch32 …dian -fno-short-enums -fverbose-asm -funsigned-char -ffunction-sections -fdata-sections -Wno-addr…
37 DEFINE GCC_IA32_X64_DLINK_COMMON = -nostdlib --pie --fatal-warnings -z,noexecstack --gc-sections
38 …DEFINE GCC_ARM_AARCH64_DLINK_COMMON= -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTR…
39 …DEFINE GCC_LOONGARCH64_DLINK_COMMON= -Wl,--emit-relocs -nostdlib -Wl,--gc-sections -u $(IMAGE_ENTR…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-remove-dropped-templates.patch25 …$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: sc…
30 -tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections
48 -sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_fil…
49 +sgml-build.stamp: $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
/openbmc/qemu/hw/i386/
H A Dtdvf.c145 g_autofree TdvfSectionEntry *sections = NULL; in tdvf_parse_metadata() local
172 sections = g_new(TdvfSectionEntry, fw->nr_entries); in tdvf_parse_metadata()
174 memcpy(sections, (void *)metadata + sizeof(*metadata), entries_size); in tdvf_parse_metadata()
177 if (tdvf_parse_and_check_section_entry(&sections[i], &fw->entries[i])) { in tdvf_parse_metadata()

12345678910>>...17