OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phdr_table_
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker_phdr.cpp
141
phdr_table_
(nullptr), shdr_table_(nullptr), shdr_num_(0), dynamic_(nullptr), strtab_(nullptr),
289
phdr_table_
= static_cast<ElfW(Phdr)*>(phdr_fragment_.data());
431
load_size_ = phdr_table_get_load_size(
phdr_table_
, phdr_num_, &min_vaddr);
491
const ElfW(Phdr)* phdr = &
phdr_table_
[i];
931
// in the loaded segments in memory. This is in contrast with
phdr_table_
,
934
const ElfW(Phdr)* phdr_limit =
phdr_table_
+ phdr_num_;
937
for (const ElfW(Phdr)* phdr =
phdr_table_
; phdr < phdr_limit; ++phdr) {
946
for (const ElfW(Phdr)* phdr =
phdr_table_
; phdr < phdr_limit; ++phdr) {
[
all
...]
linker_phdr.h
81
const ElfW(Phdr)*
phdr_table_
;
member in class:ElfReader
Completed in 46 milliseconds