Home
last modified time | relevance | path

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

12

/optee_os/out/arm/export-ta_arm32/include/
A Dasm.S24 .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 Dasm.S24 .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 Dasm.S24 .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 Dbnxt_fw.c429 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 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
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 Dsymbolize.py333 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 Da7_plat_init.S21 .section .text
A Da9_plat_init.S45 .section .text
/optee_os/core/arch/arm/plat-rzn1/
A Da7_plat_init.S21 .section .text
/optee_os/core/arch/arm/plat-stm32mp1/
A Dreset.S10 .section .text
/optee_os/core/arch/arm/plat-ls/
A Dplat_init.S41 .section .text
/optee_os/core/arch/arm/plat-zynq7k/
A Dplat_init.S47 .section .text
/optee_os/ldelf/
A Dsyscalls_a64.S9 .section .text
A Dsyscalls_a32.S10 .section .text
A Dlink.mk18 link-ldflags += --sort-section=alignment
/optee_os/out/arm/core/include/generated/
A D.asm-defines.s80 .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 Dtz_a9init.S13 .section .text
/optee_os/lib/libmbedtls/mbedtls/
A DSUPPORT.md5 - API documentation, see the [Documentation section of the
/optee_os/lib/libutee/arch/arm/
A Dutee_syscalls_a64.S9 .section .text
A Dutee_syscalls_a32.S10 .section .text
/optee_os/core/arch/arm/plat-ti/
A Da9_plat_init.S44 .section .text
/optee_os/core/arch/arm/plat-hisilicon/
A Dhi3519av100_plat_init.S23 .section .text
/optee_os/out/arm/export-ta_arm64/scripts/
A Dsymbolize.py333 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 Dsymbolize.py333 def overlaps(self, section, addr, size): argument
334 sec_addr = section[1]
335 sec_size = section[2]
/optee_os/core/arch/arm/kernel/
A Dentry_a32.S23 .section .data
31 .section .rodata.init
76 .section .identity_map, "ax"

Completed in 58 milliseconds

12