Searched refs:phdr_table_get_minimum_alignment (Results 1 – 2 of 2) sorted by relevance
184 if (kPageSize == 0x4000 && phdr_table_get_minimum_alignment(phdr_table_, phdr_num_) == 0x1000) { in Read()592 size_t phdr_table_get_minimum_alignment(const ElfW(Phdr)* phdr_table, size_t phdr_count) { in phdr_table_get_minimum_alignment() function1014 size_t min_palign = phdr_table_get_minimum_alignment(phdr_table_, phdr_num_); in LoadSegments()
157 size_t phdr_table_get_minimum_alignment(const ElfW(Phdr)* phdr_table, size_t phdr_count);