/optee_os/out/arm/export-ta_arm32/include/ |
A D | asm.S | 24 .macro FUNC name colon section=default align=4 _bti=default 25 .ifc \section\(),default 26 .section .text.\name 28 .section \section , "ax" , %progbits 41 .ifc \section\(),default 42 .section .text.\name 44 .section \section , "ax" , %progbits 55 .macro WEAK_FUNC name colon section=default align=4 _bti=default 56 .ifc \section\(),default 57 .section .text.\name [all …]
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | asm.S | 24 .macro FUNC name colon section=default align=4 _bti=default 25 .ifc \section\(),default 26 .section .text.\name 28 .section \section , "ax" , %progbits 41 .ifc \section\(),default 42 .section .text.\name 44 .section \section , "ax" , %progbits 55 .macro WEAK_FUNC name colon section=default align=4 _bti=default 56 .ifc \section\(),default 57 .section .text.\name [all …]
|
/optee_os/lib/libutils/ext/include/ |
A D | asm.S | 24 .macro FUNC name colon section=default align=4 _bti=default 25 .ifc \section\(),default 26 .section .text.\name 28 .section \section , "ax" , %progbits 41 .ifc \section\(),default 42 .section .text.\name 44 .section \section , "ax" , %progbits 55 .macro WEAK_FUNC name colon section=default align=4 _bti=default 56 .ifc \section\(),default 57 .section .text.\name [all …]
|
/optee_os/core/drivers/bnxt/ |
A D | bnxt_fw.c | 429 if (SECTION_IS_ZIPPED(section)) { in ape_section_copy() 441 section->zip_data_len, in ape_section_copy() 459 size = section->org_data_len; in ape_section_copy() 470 section->checksum, checksum); in ape_section_copy() 477 section->dest_addr); in ape_section_copy() 497 if (section->org_data_len == 0) in ape_section_zero() 504 section->dest_addr); in ape_section_zero() 533 if (!SECTION_IS_LOADABLE(section)) in bnxt_load() 538 section->dest_addr); in bnxt_load() 552 section->org_data_len); in bnxt_load() [all …]
|
/optee_os/scripts/ |
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 118 bin_data = section.data() 120 if section['sh_addr'] > last_end: 122 bin_data += section.data() 124 last_end = section['sh_addr'] + section['sh_size'] 162 for section in elffile.iter_sections(): [all …]
|
A D | symbolize.py | 333 def overlaps(self, section, addr, size): argument 334 sec_addr = section[1] 335 sec_size = section[2]
|
/optee_os/core/arch/arm/plat-imx/ |
A D | a7_plat_init.S | 21 .section .text
|
A D | a9_plat_init.S | 45 .section .text
|
/optee_os/core/arch/arm/plat-rzn1/ |
A D | a7_plat_init.S | 21 .section .text
|
/optee_os/core/arch/arm/plat-stm32mp1/ |
A D | reset.S | 10 .section .text
|
/optee_os/core/arch/arm/plat-ls/ |
A D | plat_init.S | 41 .section .text
|
/optee_os/core/arch/arm/plat-zynq7k/ |
A D | plat_init.S | 47 .section .text
|
/optee_os/ldelf/ |
A D | syscalls_a64.S | 9 .section .text
|
A D | syscalls_a32.S | 10 .section .text
|
A D | link.mk | 18 link-ldflags += --sort-section=alignment
|
/optee_os/out/arm/core/include/generated/ |
A D | .asm-defines.s | 80 .section .text.__defines,"ax",@progbits 351 .section .debug_info,"",@progbits 416 .section .debug_abbrev,"",@progbits 487 .section .debug_aranges,"",@progbits 499 .section .debug_ranges,"",@progbits 505 .section .debug_macro,"",@progbits 1006 .section .debug_macro,"G",@progbits,wm4.0.65f6322818e7ff23809255a628c44d30,comdat 6301 .section .debug_macro,"G",@progbits,wm4.sm.h.8.c3f12fbe8e7d86a062ceb31393d911f4,comdat 6920 .section .debug_line,"",@progbits 6922 .section .debug_str,"MS",@progbits,1 [all …]
|
/optee_os/core/arch/arm/plat-stm/ |
A D | tz_a9init.S | 13 .section .text
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | SUPPORT.md | 5 - API documentation, see the [Documentation section of the
|
/optee_os/lib/libutee/arch/arm/ |
A D | utee_syscalls_a64.S | 9 .section .text
|
A D | utee_syscalls_a32.S | 10 .section .text
|
/optee_os/core/arch/arm/plat-ti/ |
A D | a9_plat_init.S | 44 .section .text
|
/optee_os/core/arch/arm/plat-hisilicon/ |
A D | hi3519av100_plat_init.S | 23 .section .text
|
/optee_os/out/arm/export-ta_arm64/scripts/ |
A D | symbolize.py | 333 def overlaps(self, section, addr, size): argument 334 sec_addr = section[1] 335 sec_size = section[2]
|
/optee_os/out/arm/export-ta_arm32/scripts/ |
A D | symbolize.py | 333 def overlaps(self, section, addr, size): argument 334 sec_addr = section[1] 335 sec_size = section[2]
|
/optee_os/core/arch/arm/kernel/ |
A D | entry_a32.S | 23 .section .data 31 .section .rodata.init 76 .section .identity_map, "ax"
|