Searched refs:alias (Results 1 – 8 of 8) sorted by relevance
| /rk3399_ARM-atf/include/lib/libc/ |
| H A D | cdefs.h | 45 #define __weak_reference(sym, alias) \ argument
|
| /rk3399_ARM-atf/tools/cert_create/include/ |
| H A D | ext.h | 52 int alias; /* In case OpenSSL provides an standard member
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | fdt_ro.c | 544 const char *alias; in fdt_get_alias_namelen() local 546 alias = fdt_path_getprop_namelen(fdt, "/aliases", name, namelen, &len); in fdt_get_alias_namelen() 549 !(alias && len > 0 && alias[len - 1] == '\0' && *alias == '/')) in fdt_get_alias_namelen() 552 return alias; in fdt_get_alias_namelen()
|
| /rk3399_ARM-atf/tools/cert_create/src/ |
| H A D | ext.c | 94 if (ext->alias) { 95 X509V3_EXT_add_alias(nid, ext->alias);
|
| /rk3399_ARM-atf/include/lib/libc/sys/ |
| H A D | cdefs.h | 535 #define __weak_reference(sym,alias) \ argument 536 __asm__(".weak " #alias); \ 537 __asm__(".equ " #alias ", " #sym) 547 #define __weak_reference(sym,alias) \ argument
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | security-hardening.rst | 117 In Aarch32 execution state the ``MDCR_EL3`` alias is the ``SDCR`` register,
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | measured_boot_poc.rst | 172 Then we can issue the ``ftpm`` command, which is an alias that 434 alias to load the ftpm kernel module returns, and then the TPM PCRs are read
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 496 …- add __2snprintf alias for armclang-specific name mangling ([ab0255a](https://review.trustedfirmw… 5928 …- remove __putchar alias ([28dc825](https://review.trustedfirmware.org/plugins/gitiles/TF-A/truste… 8582 …- remove mmc1 alias if not needed ([a0e9724](https://review.trustedfirmware.org/plugins/gitiles/TF…
|