Searched refs:location (Results 1 – 3 of 3) sorted by relevance
614 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local634 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()
1168 static Elf_Addr addend_386_rel(uint32_t *location, unsigned int r_type) in addend_386_rel() argument1172 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() argument1275 inst = TO_NATIVE(*location); in addend_mips_rel()
454 my $location = shift;456 print STDERR "$location: warning: $msg";