OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:load_bias
(Results
1 - 5
of
5
) sorted by null
/bionic/linker/
linker_phdr.h
52
ElfW(Addr)
load_bias
() const { return load_bias_; }
function in class:ElfReader
112
size_t phdr_count, ElfW(Addr)
load_bias
);
115
ElfW(Addr)
load_bias
);
118
ElfW(Addr)
load_bias
);
121
ElfW(Addr)
load_bias
, int fd);
124
ElfW(Addr)
load_bias
, int fd);
127
int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr)
load_bias
,
132
ElfW(Addr)
load_bias
, ElfW(Dyn)** dynamic,
136
ElfW(Addr)
load_bias
);
linker_phdr.cpp
115
load_bias
= phdr0_load_address - PAGE_START(phdr0->p_vaddr)
129
The
load_bias
must be added to any p_vaddr value read from the ELF file to
576
ElfW(Addr)
load_bias
, int extra_prot_flags) {
585
ElfW(Addr) seg_page_start = PAGE_START(phdr->p_vaddr) +
load_bias
;
586
ElfW(Addr) seg_page_end = PAGE_END(phdr->p_vaddr + phdr->p_memsz) +
load_bias
;
611
*
load_bias
-> load bias
616
size_t phdr_count, ElfW(Addr)
load_bias
) {
617
return _phdr_table_set_load_prot(phdr_table, phdr_count,
load_bias
, 0);
632
*
load_bias
-> load bias
637
size_t phdr_count, ElfW(Addr)
load_bias
) {
[
all
...]
linker_mips.cpp
66
ElfW(Addr) reloc = static_cast<ElfW(Addr)>(rel->r_offset +
load_bias
);
122
*reinterpret_cast<ElfW(Addr)*>(reloc) +=
load_bias
;
153
got[g] = reinterpret_cast<ElfW(Addr)*>(reinterpret_cast<uintptr_t>(got[g]) +
load_bias
);
252
abiflags = reinterpret_cast<mips_elf_abiflags_v0*>(ph.p_vaddr +
load_bias
);
linker.cpp
318
map->l_addr = info->
load_bias
;
1027
reinterpret_cast<void*>((*si_found_in)->
load_bias
));
[
all
...]
linker.h
276
ElfW(Addr)
load_bias
;
member in struct:soinfo
Completed in 355 milliseconds