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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dsomsolib.c107 CORE_ADDR got_value; member in struct:som_solib_mapped_entry
722 new_so->som_solib.got_value = extract_unsigned_integer (buf, 4);
759 printf (" 'got_value' is %x\n", new_so->som_solib.got_value);
1345 CORE_ADDR got_value = 0; local
1352 got_value = so_list->som_solib.got_value;
1357 return got_value;
1473 local_hex_string_custom (so_list->som_solib.got_value, "08l"));
H A Dpa64solib.c721 CORE_ADDR got_value = 0; local
730 got_value = so_list->pa64_solib_desc.linkage_ptr;
735 return got_value;
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c1060 int got_var = 0, got_value = 0, got_uservar = 0; local
1090 got_value++;
1136 if (got_uservar + got_var == got_value) {
1140 } else if (got_uservar + got_value == got_var) {
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dstate.c1264 int got_var = 0, got_value = 0, got_uservar = 0; local
1294 got_value++;
1340 if (got_uservar + got_var == got_value) {
1344 } else if (got_uservar + got_value == got_var) {
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c306 data->dbase = load_base.got_value;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c7534 bfd_vma got_value =
7538 bfd_vma got_hi = (got_value >> 16) + ((got_value & 0x8000) >> 15);
7542 bfd_put_32 (output_bfd, plt_entry[1] | (got_value & 0xffff),
7516 bfd_vma got_value = local
H A Delfxx-mips.c2411 bfd_vma plt_index, got_address, got_value;
2426 got_value = (htab->root.hgot->root.u.def.section->output_section->vma
2430 return got_address - got_value;
8617 bfd_vma got_value, got_value_high, got_value_low, plt_address;
8625 got_value = (htab->root.hgot->root.u.def.section->output_section->vma
8629 got_value_high = ((got_value + 0x8000) >> 16) & 0xffff;
8630 got_value_low = got_value & 0xffff;
2398 bfd_vma plt_index, got_address, got_value; local
8584 bfd_vma got_value, got_value_high, got_value_low, plt_address; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2222 bool got_value = false; local
2233 got_value = true;
2261 if (name && name[0] && got_value) {

Completed in 269 milliseconds