Home
last modified time | relevance | path

Searched refs:taglist (Results 1 - 22 of 22) sorted by relevance

/third_party/ltp/pan/
H A Dreporter.c92 char **taglist, **tl; in scanner_reporter() local
103 taglist = malloc(sizeof(char *) * ntags); in scanner_reporter()
106 tl = taglist; in scanner_reporter()
112 taglist = in scanner_reporter()
113 (char **)realloc(taglist, sizeof(char *) * ntags); in scanner_reporter()
114 tl = taglist + tagcount; in scanner_reporter()
124 taglist = (char **)realloc(taglist, sizeof(char *) * ntags); in scanner_reporter()
125 tl = taglist + tagcount; in scanner_reporter()
131 for (tl = taglist; *t in scanner_reporter()
[all...]
H A Dtag_report.c120 char **taglist, **tl; in cuts_report() local
138 taglist = (char **)malloc(sizeof(char *) * ntags); in cuts_report()
141 tl = taglist; in cuts_report()
147 taglist = in cuts_report()
148 (char **)realloc(taglist, sizeof(char *) * ntags); in cuts_report()
149 tl = taglist + tagcount; in cuts_report()
163 taglist = (char **)realloc(taglist, sizeof(char *) * ntags); in cuts_report()
164 tl = taglist + tagcount; in cuts_report()
173 for (tl = taglist; *t in cuts_report()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dctags.c35 static struct symbol_list *taglist = NULL; variable
108 add_symbol(&taglist, sym); in add_tag()
224 sort_list((struct ptr_list **)&taglist, cmp_sym); in main()
225 show_tags(taglist); in main()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Datags_compat.c92 static void __init build_tag_list(struct param_struct *params, void *taglist) in build_tag_list() argument
94 struct tag *tag = taglist; in build_tag_list()
101 printk(KERN_DEBUG "Converting old-style param struct to taglist\n"); in build_tag_list()
206 memmove(params, taglist, ((int)tag) - ((int)taglist) + in build_tag_list()
H A Dvmlinux-xip.lds.S92 *(.taglist.init)
H A Dvmlinux.lds.S112 *(.taglist.init)
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Datags_compat.c92 static void __init build_tag_list(struct param_struct *params, void *taglist) in build_tag_list() argument
94 struct tag *tag = taglist; in build_tag_list()
101 printk(KERN_DEBUG "Converting old-style param struct to taglist\n"); in build_tag_list()
206 memmove(params, taglist, ((int)tag) - ((int)taglist) + in build_tag_list()
H A Dvmlinux.lds.S107 *(.taglist.init)
H A Dvmlinux-xip.lds.S91 *(.taglist.init)
/kernel/linux/linux-5.10/arch/arm/boot/bootp/
H A Dinit.S51 taglist: ldr r10, [r9, #0] @ tag length label
54 bne taglist
/kernel/linux/linux-6.6/arch/arm/boot/bootp/
H A Dinit.S51 taglist: ldr r10, [r9, #0] @ tag length label
54 bne taglist
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dvmlinux.lds.S162 *(.taglist)
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dvmlinux.lds.S164 *(.taglist)
/third_party/libabigail/
H A Dltmain.sh891 for tagname in $taglist; do
919 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
943 taglist="$taglist $tagname"
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh911 for tagname in $taglist; do
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
963 taglist="$taglist $tagname"
/third_party/eudev/
H A Dltmain.sh2192 for tagname in $taglist; do
2224 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2248 taglist="$taglist $tagname"
/third_party/curl/
H A Dltmain.sh2373 for tagname in $taglist; do
2405 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2429 taglist="$taglist $tagname"
/third_party/lame/
H A Dltmain.sh2145 for tagname in $taglist; do
2177 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2201 taglist="$taglist $tagname"
/third_party/node/deps/cares/
H A Dltmain.sh2373 for tagname in $taglist; do
2405 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2429 taglist="$taglist $tagname"
/third_party/node/deps/cares/config/
H A Dltmain.sh2373 for tagname in $taglist; do
2405 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2429 taglist="$taglist $tagname"
/third_party/libevdev/build-aux/
H A Dltmain.sh2383 for tagname in $taglist; do
2415 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2439 taglist="$taglist $tagname"
/third_party/skia/third_party/externals/libpng/
H A Dltmain.sh2145 for tagname in $taglist; do
2177 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2201 taglist="$taglist $tagname"

Completed in 80 milliseconds