Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 51) sorted by relevance

123

/optee_os/lib/libutils/ext/include/
H A Dasm.S27 .macro FUNC name colon section=default align=4 _bti=default argument
28 .ifc \section\(),default
29 .section .text.\name
31 .section \section , "ax" , %progbits
43 .macro LOCAL_FUNC name colon section=default align=4 _bti=default argument
44 .ifc \section\(),default
45 .section .text.\name
47 .section \section , "ax" , %progbits
58 .macro WEAK_FUNC name colon section=default align=4 _bti=default argument
59 .ifc \section\(),default
[all …]
/optee_os/core/drivers/bnxt/
H A Dbnxt_fw.c417 struct ape_section_hdr_s *section) in ape_section_copy() argument
429 if (SECTION_IS_ZIPPED(section)) { in ape_section_copy()
430 work_buff_size = section->org_data_len + BUFFER_PADDING; in ape_section_copy()
439 SECTION_SRC_OFFSET(section)); in ape_section_copy()
441 section->zip_data_len, in ape_section_copy()
448 if (size < section->org_data_len) { in ape_section_copy()
451 section->org_data_len, size); in ape_section_copy()
456 src = (uintptr_t)bin_hdr + SECTION_SRC_OFFSET(section); in ape_section_copy()
459 size = section->org_data_len; in ape_section_copy()
461 if (section->flags_src_offset & SECTION_FLAGS_IS_CRC) { in ape_section_copy()
[all …]
/optee_os/scripts/
H A Dgen_tee_bin.py83 for section in symbol_tables:
84 for symbol in section.iter_symbols():
110 for section in elffile.iter_sections():
111 section_name = get_name(section)
112 if (section['sh_type'] == 'SHT_NOBITS' or
113 not (section['sh_flags'] & SH_FLAGS.SHF_ALLOC) or
118 bin_data = section.data()
120 if section['sh_addr'] > last_end:
121 bin_data += bytearray(section['sh_addr'] - last_end)
122 bin_data += section.data()
[all …]
H A Dprint_tee_hash.py22 for section in elf.iter_sections():
23 if isinstance(section, SymbolTableSection):
24 for symbol in section.iter_symbols():
/optee_os/lib/libutee/arch/arm/
H A Dutee_syscalls_a32.S10 .section .note.GNU-stack,"",%progbits
12 .section .text
H A Dutee_syscalls_a64.S9 .section .text
/optee_os/ta/arch/arm/
H A Dta_entry_a32.S8 .section .note.GNU-stack,"",%progbits
/optee_os/lib/libutils/isoc/arch/arm/
H A Darm32_aeabi_divmod_a32.S8 .section .note.GNU-stack,"",%progbits
H A Darm32_aeabi_ldivmod_a32.S8 .section .note.GNU-stack,"",%progbits
/optee_os/ldelf/
H A Dsyscalls_rv.S10 .section .text
H A Dsyscalls_a64.S9 .section .text
H A Dsyscalls_a32.S10 .section .text
/optee_os/core/arch/arm/plat-ls/
H A Dplat_init.S41 .section .text
/optee_os/core/arch/arm/plat-imx/
H A Da7_plat_init.S21 .section .text
H A Da9_plat_init.S45 .section .text
/optee_os/core/arch/arm/plat-rzn1/
H A Da7_plat_init.S21 .section .text
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dreset.S10 .section .text
/optee_os/core/arch/arm/plat-zynq7k/
H A Dplat_init.S47 .section .text
/optee_os/lib/libutils/ext/arch/arm/
H A Datomic_a32.S8 .section .note.GNU-stack,"",%progbits
H A Dmcount_a32.S10 .section .note.GNU-stack,"",%progbits
/optee_os/lib/libutee/arch/riscv/
H A Dutee_syscalls_rv.S10 .section .text
/optee_os/core/arch/arm/plat-stm/
H A Dtz_a9init.S13 .section .text
/optee_os/core/arch/arm/plat-ti/
H A Da9_plat_init.S23 .section .text
/optee_os/lib/libmbedtls/mbedtls/
H A DSUPPORT.md6 - API documentation, see the [Documentation section of the
/optee_os/core/arch/arm/plat-hisilicon/
H A Dhi3519av100_plat_init.S23 .section .text

123