Home
last modified time | relevance | path

Searched refs:gperf (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/cmake/modules/
DFindHostTools.cmake14 # | gperf | | |
27 # Path to gperf.
28 # Set to 'GPERF-NOTFOUND' if gperf was not found.
55 # gperf is an optional dependency
56 find_program(GPERF gperf)
/Zephyr-latest/cmake/sca/eclair/ECL/
Dadopted_code.ecl5 -doc_begin="These files are automatically generated by gperf."
/Zephyr-latest/include/zephyr/linker/
Dkobject-data.ld25 * produced by gperf during the final stages of linking.
36 /* This is produced by gperf. Put a place holder here
Dkobject-rom.ld11 * produced by gperf during the final stages of linking.
Dkobject-text.ld4 /* We need to reserve room for the gperf generated hash functions.
Dkobject-priv-stacks.ld15 * produced by gperf during the final stages of linking.
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst79 sudo apt-get install --no-install-recommends git cmake ninja-build gperf \
89 sudo dnf install cmake ninja-build gperf dfu-util dtc wget which \
121 sudo pacman -S git cmake ninja gperf ccache dfu-util dtc wget \
Dindex.rst93 sudo apt install --no-install-recommends git cmake ninja-build gperf \
141 brew install cmake ninja gperf python3 python-tk ccache qemu dtc libmagic wget openocd
195 choco install ninja gperf python311 git dtc-msys2 wget 7zip strawberryperl
/Zephyr-latest/
DCMakeLists.txt1237 # for the gperf generated structures for zephyr_prebuilt.elf.
1240 # the gperf hash table is hashed on the addresses of kobjects.
1243 set(KOBJECT_PREBUILT_HASH_LIST kobject_prebuilt_hash.gperf)
1253 --gperf-output ${KOBJECT_PREBUILT_HASH_LIST}
1433 set(KOBJECT_HASH_LIST kobject_hash.gperf)
1446 # objects (KOBJECT_HASH_LIST) which we will then pass to gperf
1453 --gperf-output ${KOBJECT_HASH_LIST}
1465 # Use gperf to generate C code (KOBJECT_HASH_OUTPUT_SRC_PRE) which implements a
1482 # For our purposes the code/data generated by gperf is not optimal.
/Zephyr-latest/doc/kernel/usermode/
Dkernelobjects.rst107 special perfect hash table of kernel objects generated by the 'gperf' tool.
135 which is used in parallel to the gperf table when validating object pointers.
/Zephyr-latest/doc/build/cmake/
Dindex.rst278 list is passed to *gperf*, which generates a perfect hash function and
/Zephyr-latest/arch/
DKconfig345 generated via gperf is highly dependent on the absolute addresses of
358 This is to account for the uncertainty of tables generated by gperf.
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst694 flex texinfo gperf libtool patchutils bc zlib1g-dev \
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst353 * :github:`5418` - Provide a python based replacement for gperf
Drelease-notes-2.2.rst1227 * :github:`7305` - CMake improvements to modularize gperf targets
Drelease-notes-1.14.rst1862 …n /sanitylog/v2m_beetle/tests/ztest/test/base/testing.ztest.verbose_2/zephyr/priv_stacks_hash.gperf
1863 …rect expression in /sanitylog/v2m_beetle/tests/posix/fs/portability.posix/zephyr/kobject_hash.gperf
Drelease-notes-2.4.rst1289 * :github:`26914` - gen_kobject_list.py dosn't generate correct gperf info for ARC MetaWare toolcha…