OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shdr_table_
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker_phdr.h
84
const ElfW(Shdr)*
shdr_table_
;
member in class:ElfReader
linker_phdr.cpp
141
phdr_table_(nullptr),
shdr_table_
(nullptr), shdr_num_(0), dynamic_(nullptr), strtab_(nullptr),
315
shdr_table_
= static_cast<const ElfW(Shdr)*>(shdr_fragment_.data());
323
if (
shdr_table_
[i].sh_type == SHT_DYNAMIC) {
324
dynamic_shdr = &
shdr_table_
[i];
341
const ElfW(Shdr)* strtab_shdr = &
shdr_table_
[dynamic_shdr->sh_link];
[
all
...]
Completed in 504 milliseconds