Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dsomsolib.c107 CORE_ADDR got_value; member
722 new_so->som_solib.got_value = extract_unsigned_integer (buf, 4); in som_solib_add()
759 printf (" 'got_value' is %x\n", new_so->som_solib.got_value); in som_solib_add()
1345 CORE_ADDR got_value = 0; in som_solib_get_got_by_pc() local
1352 got_value = so_list->som_solib.got_value; in som_solib_get_got_by_pc()
1357 return got_value; in som_solib_get_got_by_pc()
1473 local_hex_string_custom (so_list->som_solib.got_value, "08l")); in som_sharedlibrary_info_command()
H A Dpa64solib.c721 CORE_ADDR got_value = 0; in pa64_solib_get_got_by_pc() local
730 got_value = so_list->pa64_solib_desc.linkage_ptr; in pa64_solib_get_got_by_pc()
735 return got_value; in pa64_solib_get_got_by_pc()
/freebsd-12.1/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c1060 int got_var = 0, got_value = 0, got_uservar = 0; in suboption() local
1090 got_value++; in suboption()
1136 if (got_uservar + got_var == got_value) { in suboption()
1140 } else if (got_uservar + got_value == got_var) { in suboption()
/freebsd-12.1/contrib/telnet/telnetd/
H A Dstate.c1264 int got_var = 0, got_value = 0, got_uservar = 0; in suboption() local
1294 got_value++; in suboption()
1340 if (got_uservar + got_var == got_value) { in suboption()
1344 } else if (got_uservar + got_value == got_var) { in suboption()
/freebsd-12.1/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c306 data->dbase = load_base.got_value; in _Unwind_IteratePhdrCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2465 bool got_value = false; in ParseChildEnumerators() local
2476 got_value = true; in ParseChildEnumerators()
2505 if (name && name[0] && got_value) { in ParseChildEnumerators()
/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-ppc.c7516 bfd_vma got_value = in ppc_elf_finish_dynamic_sections() local
7520 bfd_vma got_hi = (got_value >> 16) + ((got_value & 0x8000) >> 15); in ppc_elf_finish_dynamic_sections()
7524 bfd_put_32 (output_bfd, plt_entry[1] | (got_value & 0xffff), in ppc_elf_finish_dynamic_sections()
H A Delfxx-mips.c2398 bfd_vma plt_index, got_address, got_value; in mips_elf_gotplt_index() local
2413 got_value = (htab->root.hgot->root.u.def.section->output_section->vma in mips_elf_gotplt_index()
2417 return got_address - got_value; in mips_elf_gotplt_index()
8584 bfd_vma got_value, got_value_high, got_value_low, plt_address; in mips_vxworks_finish_exec_plt() local
8592 got_value = (htab->root.hgot->root.u.def.section->output_section->vma in mips_vxworks_finish_exec_plt()
8596 got_value_high = ((got_value + 0x8000) >> 16) & 0xffff; in mips_vxworks_finish_exec_plt()
8597 got_value_low = got_value & 0xffff; in mips_vxworks_finish_exec_plt()