Home
last modified time | relevance | path

Searched defs:section (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dasm.S27 .macro FUNC name colon section=default align=4 _bti=default
43 .macro LOCAL_FUNC name colon section=default align=4 _bti=default
58 .macro WEAK_FUNC name colon section=default align=4 _bti=default
/optee_os/core/drivers/bnxt/
H A Dbnxt_fw.c417 struct ape_section_hdr_s *section) in ape_section_copy()
491 static int ape_section_zero(struct ape_section_hdr_s *section) in ape_section_zero()
521 struct ape_section_hdr_s *section = NULL; in bnxt_load() local
/optee_os/scripts/
H A Dsymbolize.py376 def overlaps(self, section, addr, size): argument