Home | History | Annotate | Download | only in linker

Lines Matching full:file_start

507     ElfW(Addr) file_start = phdr->p_offset;
508 ElfW(Addr) file_end = file_start + phdr->p_filesz;
510 ElfW(Addr) file_page_start = PAGE_START(file_start);