OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dynamic_shndx
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
dynobj.cc
242
// the section headers.
DYNAMIC_SHNDX
is the section index of the
250
unsigned int
dynamic_shndx
,
255
typename This::Shdr dynamicshdr(pshdrs +
dynamic_shndx
* This::shdr_size);
268
dynamic_shndx
, link);
276
dynamic_shndx
, link);
357
unsigned int
dynamic_shndx
;
local
359
&verneed_shndx, &
dynamic_shndx
);
448
if (
dynamic_shndx
!= -1U)
449
this->read_dynamic(pshdrs,
dynamic_shndx
, strtab_shndx,
[
all
...]
dynobj.h
315
read_dynamic(const unsigned char* pshdrs, unsigned int
dynamic_shndx
,
Completed in 48 milliseconds