Home | History | Annotate | Download | only in linker

Lines Matching full:p_vaddr

1601             si->link_map.l_addr = reinterpret_cast<Elf32_Addr>(ehdr_vdso) - si->phdr[i].p_vaddr;
1714 si->load_bias = reinterpret_cast<Elf32_Addr>(si->phdr) - si->phdr[i].p_vaddr;
1798 * load bias, i.e. add the value of any p_vaddr in the file to get
1808 return reinterpret_cast<Elf32_Addr>(elf) + phdr->p_offset - phdr->p_vaddr;