/third_party/ltp/pan/ |
H A D | reporter.c | 92 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 D | tag_report.c | 120 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 D | ctags.c | 35 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 D | atags_compat.c | 92 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 D | vmlinux-xip.lds.S | 92 *(.taglist.init)
|
H A D | vmlinux.lds.S | 112 *(.taglist.init)
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | atags_compat.c | 92 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 D | vmlinux.lds.S | 107 *(.taglist.init)
|
H A D | vmlinux-xip.lds.S | 91 *(.taglist.init)
|
/kernel/linux/linux-5.10/arch/arm/boot/bootp/ |
H A D | init.S | 51 taglist: ldr r10, [r9, #0] @ tag length label 54 bne taglist
|
/kernel/linux/linux-6.6/arch/arm/boot/bootp/ |
H A D | init.S | 51 taglist: ldr r10, [r9, #0] @ tag length label 54 bne taglist
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | vmlinux.lds.S | 162 *(.taglist)
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | vmlinux.lds.S | 164 *(.taglist)
|
/third_party/libabigail/ |
H A D | ltmain.sh | 891 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 D | ltmain.sh | 911 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 D | ltmain.sh | 2192 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 D | ltmain.sh | 2373 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 D | ltmain.sh | 2145 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 D | ltmain.sh | 2373 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 D | ltmain.sh | 2373 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 D | ltmain.sh | 2383 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 D | ltmain.sh | 2145 for tagname in $taglist; do 2177 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist 2201 taglist="$taglist $tagname"
|