OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phdr_table
(Results
1 - 3
of
3
) sorted by null
/bionic/linker/
linker_phdr.h
84
phdr_table_get_load_size(const Elf32_Phdr*
phdr_table
,
90
phdr_table_protect_segments(const Elf32_Phdr*
phdr_table
,
95
phdr_table_unprotect_segments(const Elf32_Phdr*
phdr_table
,
100
phdr_table_protect_gnu_relro(const Elf32_Phdr*
phdr_table
,
107
phdr_table_get_arm_exidx(const Elf32_Phdr*
phdr_table
,
115
phdr_table_get_dynamic_section(const Elf32_Phdr*
phdr_table
,
linker_phdr.cpp
239
size_t phdr_table_get_load_size(const Elf32_Phdr*
phdr_table
,
249
const Elf32_Phdr* phdr = &
phdr_table
[i];
378
_phdr_table_set_load_prot(const Elf32_Phdr*
phdr_table
,
383
const Elf32_Phdr* phdr =
phdr_table
;
408
*
phdr_table
-> program header table
415
phdr_table_protect_segments(const Elf32_Phdr*
phdr_table
,
419
return _phdr_table_set_load_prot(
phdr_table
, phdr_count,
433
*
phdr_table
-> program header table
440
phdr_table_unprotect_segments(const Elf32_Phdr*
phdr_table
,
444
return _phdr_table_set_load_prot(
phdr_table
, phdr_count
[
all
...]
linker.cpp
1803
const Elf32_Phdr*
phdr_table
= (const Elf32_Phdr*)((char*)elf + offset);
local
[
all
...]
Completed in 68 milliseconds