Home
last modified time | relevance | path

Searched refs:phdr_table_get_maximum_alignment (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_phdr.h128 size_t phdr_table_get_maximum_alignment(const ElfW(Phdr)* phdr_table, size_t phdr_count);
Dlinker_phdr.cpp559 size_t phdr_table_get_maximum_alignment(const ElfW(Phdr)* phdr_table, size_t phdr_count) { in phdr_table_get_maximum_alignment() function
682 size_t maximum_alignment = phdr_table_get_maximum_alignment(phdr_table_, phdr_num_); in ReserveAddressSpace()