OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_phdr_table_set_load_prot
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/android_crazy_linker/src/src/
linker_phdr.cpp
185
static int
_phdr_table_set_load_prot
(const ELF::Phdr* phdr_table,
function
224
return
_phdr_table_set_load_prot
(phdr_table, phdr_count, load_bias, 0);
246
return
_phdr_table_set_load_prot
(
/bionic/linker/
linker_phdr.cpp
404
static int
_phdr_table_set_load_prot
(const ElfW(Phdr)* phdr_table, size_t phdr_count,
439
return
_phdr_table_set_load_prot
(phdr_table, phdr_count, load_bias, 0);
459
return
_phdr_table_set_load_prot
(phdr_table, phdr_count, load_bias, PROT_WRITE);
Completed in 1614 milliseconds