Home
last modified time | relevance | path

Searched refs:location (Results 1 – 3 of 3) sorted by relevance

/scripts/kconfig/
A Dmenu.c635 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local
655 if (location == NULL && menu_is_visible(menu)) in get_prompt_str()
656 location = menu; in get_prompt_str()
658 if (head && location) { in get_prompt_str()
660 jump->target = location; in get_prompt_str()
670 if (jump && menu == location) { in get_prompt_str()
/scripts/mod/
A Dmodpost.c1158 static Elf_Addr addend_386_rel(uint32_t *location, unsigned int r_type) in addend_386_rel() argument
1162 return get_unaligned_native(location); in addend_386_rel()
1164 return get_unaligned_native(location) + 4; in addend_386_rel()
1261 static Elf_Addr addend_mips_rel(uint32_t *location, unsigned int r_type) in addend_mips_rel() argument
1265 inst = get_unaligned_native(location); in addend_mips_rel()
/scripts/
A Dkernel-doc.pl393 my $location = shift;
395 print STDERR "$location: warning: $msg";

Completed in 10 milliseconds