Home
last modified time | relevance | path

Searched defs:rel (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dreloc_ia32_efi.c17 Elf32_Rel *rel = 0; in _relocate() local
H A Dreloc_x86_64_efi.c19 Elf64_Rel *rel = 0; in _relocate() local
/openbmc/u-boot/arch/arm/lib/
H A Dreloc_arm_efi.c20 Elf32_Rel *rel = 0; in _relocate() local
H A Dreloc_aarch64_efi.c44 Elf64_Rela *rel = 0; in _relocate() local
/openbmc/u-boot/arch/riscv/lib/
H A Dreloc_riscv_efi.c56 Elf_Rela *rel = 0; in _relocate() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c102 static efi_status_t efi_loader_relocate(const IMAGE_BASE_RELOCATION *rel, in efi_loader_relocate()
226 const IMAGE_BASE_RELOCATION *rel; in efi_load_pe() local
H A Defi_runtime.c353 struct elf_rela *rel = (void*)&__efi_runtime_rel_start; in efi_runtime_relocate() local
/openbmc/u-boot/drivers/rtc/
H A Dpcf8563.c25 int rel = 0; in rtc_get() local
H A Dm41t11.c74 int rel = 0; in rtc_get() local
H A Dds3231.c62 int rel = 0; in rtc_get() local
H A Drx8025.c80 int rel = 0; in rtc_get() local
H A Dds1337.c71 int rel = 0; in rtc_get() local
H A Dds1374.c83 int rel = 0; in rtc_get() local
H A Dds1307.c80 int rel = 0; in rtc_get() local
H A Dds1302.c257 int rel = 0; in rtc_get() local
/openbmc/qemu/replay/
H A Dreplay-input.c83 InputMoveEvent rel; in replay_read_input_event() local
/openbmc/u-boot/tools/
H A Dmips-relocs.c151 const Elf32_Rel *rel = _rel; in parse_mips32_rel() local
165 const Elf64_Rela *rel = _rel; in parse_mips64_rela() local
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp99 static std::string toString(filter_ast::ComparisonOpEnum rel) in toString()
/openbmc/libpldm/include/libpldm/
H A Dplatform.h865 uint8_t rel; member
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c5323 static bool op_strex(DisasContext *s, arg_STREX *a, MemOp mop, bool rel) in op_strex()