/Zephyr-latest/subsys/fs/fcb/ |
D | fcb_getnext.c | 14 fcb_getnext_in_sector(struct fcb *fcb, struct fcb_entry *loc) in fcb_getnext_in_sector() 44 fcb_getnext_nolock(struct fcb *fcb, struct fcb_entry *loc) in fcb_getnext_nolock() 109 fcb_getnext(struct fcb *fcb, struct fcb_entry *loc) in fcb_getnext()
|
D | fcb_elem_info.c | 20 fcb_elem_crc8(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *c8p) in fcb_elem_crc8() 74 fcb_elem_endmarker_fixed(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *em) in fcb_elem_endmarker_fixed() 106 fcb_elem_endmarker(struct fcb *_fcb, struct fcb_entry *loc, uint8_t *em) in fcb_elem_endmarker() 120 int fcb_elem_info(struct fcb *_fcb, struct fcb_entry *loc) in fcb_elem_info()
|
D | fcb_append.c | 121 fcb_append_finish(struct fcb *fcb, struct fcb_entry *loc) in fcb_append_finish()
|
D | fcb.c | 308 struct fcb_entry loc; in fcb_offset_last_n() local
|
/Zephyr-latest/arch/arm/core/ |
D | elf.c | 101 static inline int prel31_decode(elf_word reloc_type, uint32_t loc, in prel31_decode() 119 static inline void prel31_reloc(uint32_t loc, int32_t *offset) in prel31_reloc() 125 static int prel31_handler(elf_word reloc_type, uint32_t loc, in prel31_handler() 139 static inline int jumps_decode(elf_word reloc_type, uint32_t loc, in jumps_decode() 159 static inline void jumps_reloc(uint32_t loc, int32_t *offset) in jumps_reloc() 168 static int jumps_handler(elf_word reloc_type, uint32_t loc, in jumps_handler() 182 static void movs_handler(elf_word reloc_type, uint32_t loc, in movs_handler() 206 static inline int thm_jumps_decode(elf_word reloc_type, uint32_t loc, in thm_jumps_decode() 239 static inline void thm_jumps_reloc(uint32_t loc, int32_t *offset, in thm_jumps_reloc() 257 static int thm_jumps_handler(elf_word reloc_type, uint32_t loc, in thm_jumps_handler() [all …]
|
/Zephyr-latest/tests/subsys/settings/functional/fcb/ |
D | settings_test_fcb.c | 14 struct fcb_entry loc; in ZTEST() local
|
/Zephyr-latest/tests/subsys/fs/fcb/src/ |
D | fcb_test_reset.c | 15 struct fcb_entry loc; in ZTEST() local
|
D | fcb_test_last_of_n.c | 15 struct fcb_entry loc; in ZTEST() local
|
D | fcb_test_crc_disabled_after_enabled.c | 12 struct fcb_entry loc; in fcb_pretest_crc_disabled_after_enabled() local
|
D | fcb_test_multiple_scratch.c | 14 struct fcb_entry loc; in ZTEST() local
|
D | fcb_test_rotate.c | 15 struct fcb_entry loc; in ZTEST() local
|
D | fcb_test_append_fill.c | 15 struct fcb_entry loc; in ZTEST() local
|
D | fcb_test_append.c | 13 struct fcb_entry loc; in test_fcb_append() local
|
/Zephyr-latest/arch/arm64/core/ |
D | elf.c | 100 static uint64_t reloc(enum aarch64_reloc_type reloc_type, uintptr_t loc, uintptr_t sym_base_addr, in reloc() 128 static int data_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in data_reloc_handler() 192 static int movw_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in movw_reloc_handler() 296 static int imm_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in imm_reloc_handler() 433 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, uintptr_t sym_base_addr, const char *sym_name, in arch_elf_relocate()
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_gecko.c | 15 uint8_t loc; in pinctrl_configure_pins() local
|
/Zephyr-latest/arch/arc/core/ |
D | elf.c | 34 int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, uintptr_t sym_base_addr, const char *sym_name, in arch_elf_relocate()
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | gecko-pinctrl.h | 94 #define GECKO_LOC(fun, loc) \ argument
|
D | gecko-pinctrl-s1.h | 114 #define GECKO_LOC(fun, loc) \ argument
|
/Zephyr-latest/arch/riscv/core/ |
D | elf.c | 82 intptr_t loc = (intptr_t)loc_unsigned; in arch_elf_relocate() local
|
/Zephyr-latest/arch/xtensa/core/ |
D | elf.c | 37 uint8_t *loc, int type, uint32_t stb) in xtensa_elf_relocate()
|
/Zephyr-latest/include/zephyr/fs/ |
D | fcb.h | 77 struct fcb_entry loc; /**< FCB entry info */ member
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
D | btp_vocs.h | 19 uint32_t loc; member
|
/Zephyr-latest/subsys/llext/ |
D | llext_link.c | 29 __weak int arch_elf_relocate(elf_rela_t *rel, uintptr_t loc, in arch_elf_relocate()
|
/Zephyr-latest/subsys/settings/src/ |
D | settings_fcb.c | 328 struct fcb_entry_ctx loc; in settings_fcb_save_priv() local
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | ipc_icbmsg.c | 1373 #define GET_ICMSG_SIZE_INST(i, loc, rem) \ argument 1385 #define GET_BLOCKS_ADDR_INST(i, loc, rem) \ argument 1398 #define GET_BLOCK_SIZE_INST(i, loc, rem) \ argument
|