Searched refs:CheckFileRange (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/linker/ |
H A D | linker_phdr.cpp | 304 bool ElfReader::CheckFileRange(ElfW(Addr) offset, size_t size, size_t alignment) { in CheckFileRange() function in ElfReader 334 if (!CheckFileRange(header_.e_phoff, size, alignof(ElfW(Phdr)))) { in ReadProgramHeaders() 360 if (!CheckFileRange(header_.e_shoff, size, alignof(const ElfW(Shdr)))) { in ReadSectionHeaders() 456 if (!CheckFileRange(dynamic_shdr->sh_offset, dynamic_shdr->sh_size, alignof(const ElfW(Dyn)))) { in ReadDynamicSection() 468 if (!CheckFileRange(strtab_shdr->sh_offset, strtab_shdr->sh_size, alignof(const char))) { in ReadDynamicSection()
|
H A D | linker_phdr.h | 73 bool CheckFileRange(ElfW(Addr) offset, size_t size, size_t alignment);
|