Searched refs:location (Results 1 – 3 of 3) sorted by relevance
635 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local655 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()
1158 static Elf_Addr addend_386_rel(uint32_t *location, unsigned int r_type) in addend_386_rel() argument1162 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() argument1265 inst = get_unaligned_native(location); in addend_mips_rel()
393 my $location = shift;395 print STDERR "$location: warning: $msg";
Completed in 10 milliseconds