Home
last modified time | relevance | path

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

/scripts/kconfig/
Dmenu.c614 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local
634 if (location == NULL && menu_is_visible(menu)) in get_prompt_str()
635 location = menu; in get_prompt_str()
637 if (head && location) { in get_prompt_str()
639 jump->target = location; in get_prompt_str()
649 if (jump && menu == location) { in get_prompt_str()
/scripts/mod/
Dmodpost.c1168 static Elf_Addr addend_386_rel(uint32_t *location, unsigned int r_type) in addend_386_rel() argument
1172 return TO_NATIVE(*location); in addend_386_rel()
1174 return TO_NATIVE(*location) + 4; in addend_386_rel()
1271 static Elf_Addr addend_mips_rel(uint32_t *location, unsigned int r_type) in addend_mips_rel() argument
1275 inst = TO_NATIVE(*location); in addend_mips_rel()
/scripts/
Dkernel-doc454 my $location = shift;
456 print STDERR "$location: warning: $msg";