OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dynsym_shndx_
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
dynobj.cc
83
dynsym_shndx_
(-1U),
129
this->
dynsym_shndx_
= i;
158
if (xindex_link == this->
dynsym_shndx_
)
189
if (this->
dynsym_shndx_
== -1U && symtab_shndx != 0)
191
this->
dynsym_shndx_
= symtab_shndx;
388
if (this->
dynsym_shndx_
!= -1U)
392
+ this->
dynsym_shndx_
* This::shdr_size);
427
this->
dynsym_shndx_
,
463
gold_assert(this->
dynsym_shndx_
!= -1U);
465
xindex->initialize_symtab_xindex<size, big_endian>(this, this->
dynsym_shndx_
);
[
all
...]
dynobj.h
341
unsigned int
dynsym_shndx_
;
member in class:gold::Sized_dynobj
Completed in 187 milliseconds