Home | History | Annotate | Download | only in linker

Lines Matching full:phdr_count

387 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count,
394 for (size_t i = 0; i < phdr_count; ++i) {
584 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count,
587 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
619 * phdr_count -> number of entries in tables
625 size_t phdr_count, ElfW(Addr) load_bias) {
626 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, 0);
640 * phdr_count -> number of entries in tables
646 size_t phdr_count, ElfW(Addr) load_bias) {
647 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, PROT_WRITE);
653 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count,
656 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
703 * phdr_count -> number of entries in tables
709 size_t phdr_count, ElfW(Addr) load_bias) {
710 return _phdr_table_set_gnu_relro_prot(phdr_table, phdr_count, load_bias, PROT_READ);
719 * phdr_count -> number of entries in tables
726 size_t phdr_count,
730 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
766 * phdr_count -> number of entries in tables
773 size_t phdr_count,
793 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
861 * phdr_count -> number of entries in tables
869 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count,
873 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
895 * phdr_count -> number of entries in tables
903 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count,
907 for (size_t i = 0; i<phdr_count; ++i) {
923 * phdr_count -> number of entries in tables
928 const char* phdr_table_get_interpreter_name(const ElfW(Phdr) * phdr_table, size_t phdr_count,
930 for (size_t i = 0; i<phdr_count; ++i) {