| /optee_os/lib/libutils/ext/include/ |
| H A D | asm.S | 27 .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 D | bnxt_fw.c | 417 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 D | gen_tee_bin.py | 83 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 D | print_tee_hash.py | 22 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 D | utee_syscalls_a32.S | 10 .section .note.GNU-stack,"",%progbits 12 .section .text
|
| H A D | utee_syscalls_a64.S | 9 .section .text
|
| /optee_os/ta/arch/arm/ |
| H A D | ta_entry_a32.S | 8 .section .note.GNU-stack,"",%progbits
|
| /optee_os/lib/libutils/isoc/arch/arm/ |
| H A D | arm32_aeabi_divmod_a32.S | 8 .section .note.GNU-stack,"",%progbits
|
| H A D | arm32_aeabi_ldivmod_a32.S | 8 .section .note.GNU-stack,"",%progbits
|
| /optee_os/ldelf/ |
| H A D | syscalls_rv.S | 10 .section .text
|
| H A D | syscalls_a64.S | 9 .section .text
|
| H A D | syscalls_a32.S | 10 .section .text
|
| /optee_os/core/arch/arm/plat-ls/ |
| H A D | plat_init.S | 41 .section .text
|
| /optee_os/core/arch/arm/plat-imx/ |
| H A D | a7_plat_init.S | 21 .section .text
|
| H A D | a9_plat_init.S | 45 .section .text
|
| /optee_os/core/arch/arm/plat-rzn1/ |
| H A D | a7_plat_init.S | 21 .section .text
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | reset.S | 10 .section .text
|
| /optee_os/core/arch/arm/plat-zynq7k/ |
| H A D | plat_init.S | 47 .section .text
|
| /optee_os/lib/libutils/ext/arch/arm/ |
| H A D | atomic_a32.S | 8 .section .note.GNU-stack,"",%progbits
|
| H A D | mcount_a32.S | 10 .section .note.GNU-stack,"",%progbits
|
| /optee_os/lib/libutee/arch/riscv/ |
| H A D | utee_syscalls_rv.S | 10 .section .text
|
| /optee_os/core/arch/arm/plat-stm/ |
| H A D | tz_a9init.S | 13 .section .text
|
| /optee_os/core/arch/arm/plat-ti/ |
| H A D | a9_plat_init.S | 23 .section .text
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | SUPPORT.md | 6 - API documentation, see the [Documentation section of the
|
| /optee_os/core/arch/arm/plat-hisilicon/ |
| H A D | hi3519av100_plat_init.S | 23 .section .text
|