Searched refs:link (Results 1 – 15 of 15) sorted by relevance
| /scripts/ |
| A D | Makefile.vdsoinst | 24 link := $(install-dir)/.build-id/$$(shell $(READELF) -n $(1) | sed -n 's@^.*Build ID: \(..\)\(.*\)@… 26 __default: $$(link) 27 $$(link): $$(dest) FORCE
|
| A D | insert-sys-cert.c | 137 unsigned int link; in find_elf_symbol() local 142 link = symtab->sh_link; in find_elf_symbol() 145 strtab = (void *)hdr + x[link].sh_offset; in find_elf_symbol()
|
| A D | Makefile.vmlinux_o | 50 objtool-args = $(vmlinux-objtool-args-y) --link
|
| A D | Makefile.vmlinux | 90 $(vmlinux-final): scripts/link-vmlinux.sh vmlinux.o $(KBUILD_LDS) FORCE
|
| A D | Makefile.host | 155 $(HOSTRUSTC) $(hostrust_flags) --emit=link=$@ $<
|
| A D | Makefile.lib | 197 $(if $(delay-objtool), --link) \
|
| A D | sorttable.c | 205 SHDR_WORD(link)
|
| /scripts/gdb/linux/ |
| A D | genpd.py | 53 for link in list_for_each_entry( 57 child_names.append(link['child']['name'])
|
| /scripts/lib/abi/ |
| A D | system_symbols.py | 23 def graph_add_file(self, path, link=None): argument 40 if link and link not in ref["__name"]: 41 ref["__name"].append(link.rstrip("/"))
|
| /scripts/package/ |
| A D | builddeb | 118 link="${pdir}/usr/lib/debug/.build-id/${buildid}.debug" 122 ln -sf --relative "${dbg}" "${link}"
|
| A D | PKGBUILD | 77 # remove build link, will be part of -headers package
|
| /scripts/kconfig/ |
| A D | expr.h | 243 struct list_head link; /* link to symbol::menus */ member
|
| A D | menu.c | 84 list_add_tail(&menu->link, &sym->menus); in menu_add_entry() 732 list_for_each_entry(menu, &sym->menus, link) { in get_symbol_str() 739 list_for_each_entry(menu, &sym->menus, link) { in get_symbol_str()
|
| A D | symbol.c | 84 list_for_each_entry(m, &sym->menus, link) in sym_get_prompt_menu() 196 list_for_each_entry(menu, &sym->menus, link) in sym_set_changed() 1124 choice = list_first_entry(&next_sym->menus, struct menu, link); in sym_check_print_recursive() 1251 choice_menu = list_first_entry(&choice->menus, struct menu, link); in sym_check_choice_deps()
|
| /scripts/bash-completion/ |
| A D | make | 184 # is a symbolic link 'source', which points to the kernel source tree.
|
Completed in 18 milliseconds