Searched refs:gp (Results 1 – 2 of 2) sorted by relevance
80 static char** decode_arg(char **argv, struct globals *gp) in decode_arg() argument86 fl = &gp->af; in decode_arg()91 fl = &gp->rf; in decode_arg()93 gp->flags |= OPT_ADD; in decode_arg()95 gp->flags |= OPT_SET; in decode_arg()106 gp->recursive = 1; in decode_arg()120 gp->version = xatou(*argv); in decode_arg()121 gp->flags |= OPT_SET_VER; in decode_arg()127 gp->projid = xatou32(*argv); in decode_arg()128 gp->flags |= OPT_SET_PROJ; in decode_arg()[all …]
409 unsigned tgt_long gp; member1220 Elf32_Addr word, gp; in arch_apply_relocation()1222 gp = obj_symbol_final_value(f, obj_find_symbol(f, SPFX "_gp")); in arch_apply_relocation()1223 v -= gp; in arch_apply_relocation()