Searched refs:phdr_table_get_maximum_alignment (Results 1 – 2 of 2) sorted by relevance
128 size_t phdr_table_get_maximum_alignment(const ElfW(Phdr)* phdr_table, size_t phdr_count);
559 size_t phdr_table_get_maximum_alignment(const ElfW(Phdr)* phdr_table, size_t phdr_count) { in phdr_table_get_maximum_alignment() function682 size_t maximum_alignment = phdr_table_get_maximum_alignment(phdr_table_, phdr_num_); in ReserveAddressSpace()