u-boot/doc/api
Andrew Scull 99e2fbcb69 linker_lists: Rename sections to remove . prefix
Rename the sections used to implement linker lists so they begin with
'__u_boot_list' rather than '.u_boot_list'. The double underscore at the
start is still distinct from the single underscore used by the symbol
names.

Having a '.' in the section names conflicts with clang's ASAN
instrumentation which tries to add redzones between the linker list
elements, causing expected accesses to fail. However, clang doesn't try
to add redzones to user sections, which are names with all alphanumeric
and underscore characters.

Signed-off-by: Andrew Scull <ascull@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-06-23 12:58:18 -04:00
..
clk.rst clk: Add driver API to HTML docs 2022-02-25 01:41:04 -05:00
dfu.rst
dm.rst doc: add include/dm/fdtaddr.h to the HTML documentation 2022-01-15 10:57:21 +01:00
efi.rst doc/efi: add firmware management protocol to the documentation 2022-05-28 10:59:27 +02:00
getopt.rst
index.rst misc: Add support for nvmem cells 2022-06-08 14:00:22 -04:00
linker_lists.rst linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
lmb.rst doc: add include/lmb.h to the HTML documentation 2021-11-20 10:53:00 +01:00
logging.rst
nvmem.rst misc: Add support for nvmem cells 2022-06-08 14:00:22 -04:00
pinctrl.rst
rng.rst
sandbox.rst
serial.rst
sysreset.rst doc: add system reset to API documentation 2021-10-21 03:46:03 +02:00
timer.rst
unicode.rst