Searched refs:rloc (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.h57 new_location (recording::location *rloc,
634 get_location (recording::location *rloc, int column_num);
H A Djit-playback.c2856 new_location (recording::location *rloc, argument
2866 location *loc = src_line->get_location (rloc, column);
2972 get_location (recording::location *rloc, int column_num) argument
2983 loc = new location (rloc, this, column_num);
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c12325 unsigned char * rloc;
12354 rloc = start + rp->r_offset;
12355 if ((rloc + reloc_size) > end || (rloc < start))
12410 addend += byte_get (rloc, reloc_size);
12418 byte_put (rloc, (addend + sym->st_value) - rp->r_offset,
12422 byte_put (rloc, addend + sym->st_value, reloc_size);
12322 unsigned char * rloc; local
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c11346 build_this_super_qualified_invocation (use_this, name, args, lloc, rloc)
11349 int lloc, rloc;
11357 return make_qualified_primary (wfl, invok, rloc);
H A Dparse.y8689 build_this_super_qualified_invocation (use_this, name, args, lloc, rloc)
8692 int lloc, rloc;
8700 return make_qualified_primary (wfl, invok, rloc);
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c14298 location_t rloc = c_parser_peek_token (parser)->location;
14579 DECL_SOURCE_LOCATION (omp_out) = rloc;
14587 DECL_SOURCE_LOCATION (omp_priv) = rloc;
14293 location_t rloc = c_parser_peek_token (parser)->location; local
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c3798 bfd_byte *rloc;
3806 rloc = s->contents + (s->reloc_count++ * sizeof (Elf32_External_Rela));
3810 bfd_elf32_swap_reloca_out (abfd, &outrel, rloc);
3783 bfd_byte *rloc; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc5636 Location rloc = this->right_->location(); local
5638 rloc);

Completed in 513 milliseconds