Home
last modified time | relevance | path

Searched refs:parse_headers (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/translations/zh_CN/doc-guide/
Dparse-headers.rst16 :ref:`parse_headers.pl <parse_headers_zh>` 提供了生成此类交叉引用的一种方法。
22 parse_headers.pl
29 parse_headers.pl——解析一个C文件,识别函数、结构体、枚举、定义并对Sphinx文档
37 \ **parse_headers.pl**\ [<选项>] <C文件> <输出文件> [<例外文件>]
/linux-6.12.1/Documentation/doc-guide/
Dparse-headers.rst11 The :ref:`parse_headers.pl <parse_headers>` provide a way to generate such
18 parse_headers.pl
25 parse_headers.pl - parse a C file, in order to identify functions, structs,
33 \ **parse_headers.pl**\ [<options>] <C_FILE> <OUT_FILE> [<EXCEPTIONS_FILE>]
/linux-6.12.1/Documentation/translations/it_IT/doc-guide/
Dparse-headers.rst16 Il programma :ref:`parse_headers.pl <it_parse_headers>` genera questi riferimenti.
23 parse_headers.pl
30 parse_headers.pl - analizza i file C al fine di identificare funzioni,
37 \ **parse_headers.pl**\ [<options>] <C_FILE> <OUT_FILE> [<EXCEPTIONS_FILE>]
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_uc_fw.c611 static int parse_headers(struct xe_uc_fw *uc_fw, const struct firmware *fw) in parse_headers() function
703 err = parse_headers(uc_fw, fw); in uc_fw_request()