OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phdr_count_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_view.h
44
size_t phdr_count() const { return
phdr_count_
; }
98
size_t
phdr_count_
;
member in class:crazy::ElfView
crazy_linker_elf_view.cpp
99
phdr_count_
= phdr_count;
108
phdr_count_
,
118
if (phdr_table_protect_gnu_relro(phdr_,
phdr_count_
, load_bias_) < 0) {
crazy_linker_elf_relocations.h
122
size_t
phdr_count_
;
member in class:crazy::ElfRelocations
crazy_linker_elf_relocations.cpp
169
phdr_count_
= view->phdr_count();
307
if (phdr_table_unprotect_segments(phdr_,
phdr_count_
, load_bias_) < 0) {
354
if (phdr_table_protect_segments(phdr_,
phdr_count_
, load_bias_) < 0) {
Completed in 707 milliseconds