Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 14 of 14) sorted by relevance

/rk3399_ARM-atf/tools/memory/src/memory/
H A Dmapparser.py40 def symbols(self) -> Dict[str, int]: member in TfaMapParser
46 symbols: Dict[str, int] = {}
53 symbols[name] = int(value, 16)
55 return symbols
H A Dmemmap.py152 def symbols(obj: Context, no_elf_images: bool): function
181 symbols = {k: v.symbols for k, v in images.items()}
182 symbols = {
185 for symbol, symbol_value in symbols.items()
188 for image, symbols in symbols.items()
191 obj.printer.print_symbol_table(symbols, list(images.keys()))
H A Dimage.py74 def symbols(self) -> Dict[str, int]: member in Image
H A Delfparser.py75 def symbols(self) -> Dict[str, int]: member in TfaElfParser
/rk3399_ARM-atf/docs/tools/
H A Dmemory-layout-tool.rst38 default, it prints the symbols representing the start and end address of the
40 to print any set of symbols.
44 $ poetry run memory symbols
107 Because of the length of many of the symbols, the tool defaults to a text width
147 The script relies on symbols in the symbol table to determine the start, end,
/rk3399_ARM-atf/lib/romlib/
H A Dromlib_generator.py262 symbols = subprocess.check_output(["nm", "-a", self.config.file])
264 matching_symbol = re.search("([0-9A-Fa-f]+) . \\.text", str(symbols))
/rk3399_ARM-atf/docs/process/
H A Dmisra-compliance.csv33 32,R,5.1,MISRA C 2012,Required,No,No,We use weak symbols that prevent us from complying with this r…
40 39,R,5.8,MISRA C 2012,Required,No,No,We use weak symbols that prevent us from complying with this r…
53 52,R,8.6,MISRA C 2012,Required,No,No,We use weak symbols that prevent us from complying with this r…
H A Dcoding-guidelines.rst463 debug symbols must manually be included. Please use the ``func_prologue`` and
/rk3399_ARM-atf/tools/cot_dt2c/
H A D.gitignore156 # Cython debug symbols
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst454 linker script defines the symbols __TEXT_RESIDENT_START__ and
913 single array and defines symbols that allow the framework to locate and traverse
1673 Linker scripts and symbols
1677 linker scripts export some symbols into the program symbol table. Their values
1678 correspond to particular addresses. TF-A code can refer to these symbols to
1681 Linker symbols follow the following naming convention in TF-A.
1714 Some of the linker symbols are mandatory as TF-A code relies on them to be
1719 The linker scripts define some extra, optional symbols. They are not actually
1723 Common linker symbols argument
1735 The following linker symbols are defined for this purpose:
[all …]
/rk3399_ARM-atf/docs/components/
H A Dnuma-per-cpu.rst79 bounds and per-object stride via internal symbols so that they can be replicated
/rk3399_ARM-atf/
H A DMakefile1240 $(q)$(if $(host-poetry),poetry run )memory --root ${BUILD_PLAT} symbols
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst1439 AArch64 GCC 11 uses DWARF version 5 debugging symbols by default. Some tools
1441 DWARF symbols to be emitted by GCC. This can be achieved by using the
/rk3399_ARM-atf/docs/
H A Dchange-log.md1350 …- scan symbols until all are resolved ([bba54a3](https://review.trustedfirmware.org/plugins/gitile…
4302 …- add missing `__RW_{START,END}__` symbols ([d701b48](https://review.trustedfirmware.org/plugins/g…
5955 …- correct scopes for console symbols ([03bd481](https://review.trustedfirmware.org/plugins/gitiles…
7810 …- add XLAT tables symbols in linker script ([bb5b942](https://review.trustedfirmware.org/plugins/g…
11137 symbols and deprecated code include, keep only IRQ 32 unmasked, enable all
11152 UARTn_BASE macros, drop rockchip-specific imported linker symbols for bl31,
11772 - Clean up the usage of void pointers to access symbols