Home
last modified time | relevance | path

Searched refs:gp_offset (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/usr.bin/ktrdump/
H A Dktrdump.c93 uint32_t gp_offset; /* offset to next available gpr in reg_save_area */ member
1293 if ((valist->gp_offset + valsize) <= 48) { /* got a free reg */ in va_list_push_integral()
1295 memcpy(((char *)valist->reg_save_area + valist->gp_offset), in va_list_push_integral()
1297 valist->gp_offset += sizeof(r); in va_list_push_integral()
1317 valist->gp_offset = 0; in va_list_rewind()
1348 .gp_offset = 0, in va_list_from_blob()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dmips.cc2198 gp_offset(unsigned int got_offset, in gp_offset() function in __anon40c64d910111::Mips_output_data_got
5103 Valtype x = target->got_section()->gp_offset(got_offset, object); in do_relgot16_local()
5234 relgot(unsigned char* view, int gp_offset, bool calculate_only, in relgot() argument
5239 Valtype x = gp_offset; in relgot()
5255 releh(unsigned char* view, int gp_offset, bool calculate_only, in releh() argument
5259 Valtype x = gp_offset; in releh()
5289 Valtype x = target->got_section()->gp_offset(got_offset, object); in relgotpage()
5347 relgot_hi16(unsigned char* view, int gp_offset, bool calculate_only, in relgot_hi16() argument
5352 Valtype x = gp_offset; in relgot_hi16()
5367 relgot_lo16(unsigned char* view, int gp_offset, bool calculate_only, in relgot_lo16() argument
[all …]