Home
last modified time | relevance | path

Searched refs:fdata (Results 1 – 24 of 24) sorted by relevance

/openbmc/pldm/pldmtool/oem/ibm/
H A Dpldm_oem_ibm.cpp172 ordered_json fdata; in printFileAttrTable() local
174 fdata["FileHandle"] = std::to_string(filetableData->file_handle); in printFileAttrTable()
178 fdata["FileNameLength"] = nameLength; in printFileAttrTable()
181 fdata["FileName"] = (std::string( in printFileAttrTable()
186 fdata["FileSize"] = le32toh(fileSize); in printFileAttrTable()
191 fdata["FileTraits"] = le32toh(fileTraits); in printFileAttrTable()
193 kwVal.emplace_back(fdata); in printFileAttrTable()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_portals.h38 #define SET_QP_INFO(dqrr, fdata, off, dest) \ argument
39 { .dliodn = dqrr, .fliodn = fdata, .liodn_offset = off, .sdest = dest }
/openbmc/u-boot/arch/xtensa/
H A Dconfig.mk8 -ffunction-sections -fdata-sections
/openbmc/u-boot/arch/nios2/
H A Dconfig.mk17 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/openbmc/u-boot/arch/m68k/
H A Dconfig.mk14 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/openbmc/u-boot/arch/riscv/
H A Dconfig.mk30 -fdata-sections
/openbmc/u-boot/arch/powerpc/
H A Dconfig.mk14 -fdata-sections -mcall-linux
/openbmc/u-boot/arch/arm/
H A Dconfig.mk14 CFLAGS_NON_EFI := -fno-pic -ffixed-r9 -ffunction-sections -fdata-sections
18 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
/openbmc/u-boot/arch/arc/
H A Dconfig.mk46 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections -fno-common
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash/
H A D0001-configure.ac-Do-not-demand-linker-hash-style.patch22 -fdata-sections \
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/
H A D0001-arm-trusted-firmware-m-disable-address-warnings-into.patch25 -fdata-sections
/openbmc/u-boot/arch/mips/
H A Dconfig.mk67 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/openbmc/openbmc/poky/meta-poky/conf/distro/include/
H A Dgcsections.inc1 CFLAGS_SECTION_REMOVAL = "-ffunction-sections -fdata-sections"
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-debug-prefix-map.patch33 …-endian -mabi=aapcs -fno-short-enums -funsigned-char -ffunction-sections -fdata-sections -fomit-fr…
34 …onous-unwind-tables -Wno-address -fno-short-enums -fsigned-char -ffunction-sections -fdata-sections
/openbmc/openbmc/poky/meta/recipes-bsp/opensbi/opensbi/
H A D0001-Makefile-Add-flag-for-reprodubility-compiler-flags.patch36 …reestanding -nostdlib -fno-stack-protector -fno-strict-aliasing -ffunction-sections -fdata-sections
/openbmc/u-boot/drivers/spi/
H A Dich.h29 uint32_t fdata[16]; /* 0x10 */ member
H A Dich.c146 ctlr->data = offsetof(struct ich9_spi_regs, fdata); in ich_init_controller()
147 ctlr->databytes = sizeof(ich9_spi->fdata); in ich_init_controller()
/openbmc/u-boot/arch/x86/
H A Dconfig.mk30 PLATFORM_RELFLAGS += -fdata-sections -ffunction-sections -fvisibility=hidden
/openbmc/qemu/scripts/
H A Danalyze-migration.py506 fdata = field['data']
518 self.data[fname] = fdata
520 self.data[fname].append(fdata)
523 self.data[fname] = [tmp, fdata]
/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…
/openbmc/bmcweb/
H A Dmeson.build43 ['-fdata-sections', '-ffunction-sections'],
/openbmc/u-boot/scripts/
H A DMakefile.spl61 KBUILD_CFLAGS += -ffunction-sections -fdata-sections
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-target-config.bbclass438 CRATE_CC_FLAGS:class-target = " -ffunction-sections -fdata-sections -fPIC"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch8835 DBT fdata, tdata;