OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Version_map
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
dynobj.h
320
typedef std::vector<const char*>
Version_map
;
324
make_version_map(Read_symbols_data* sd,
Version_map
*) const;
328
make_verdef_map(Read_symbols_data* sd,
Version_map
*) const;
332
make_verneed_map(Read_symbols_data* sd,
Version_map
*) const;
336
set_version_map(
Version_map
*, unsigned int ndx, const char* name) const;
dynobj.cc
521
Version_map
*
version_map
,
525
if (ndx >=
version_map
->size())
526
version_map
->resize(ndx + 1);
527
if ((*
version_map
)[ndx] != NULL)
529
(*
version_map
)[ndx] = name;
532
// Add mappings for the version definitions to
VERSION_MAP
.
538
Version_map
*
version_map
) const
597
this->set_version_map(
version_map
, vd_ndx, names + vda_name)
734
Version_map
version_map
;
local
[
all
...]
Completed in 479 milliseconds