Lines Matching defs: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) {
575 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count,
578 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
610 * phdr_count -> number of entries in tables
616 size_t phdr_count, ElfW(Addr) load_bias) {
617 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, 0);
631 * phdr_count -> number of entries in tables
637 size_t phdr_count, ElfW(Addr) load_bias) {
638 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, PROT_WRITE);
644 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count,
647 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
694 * phdr_count -> number of entries in tables
700 size_t phdr_count, ElfW(Addr) load_bias) {
701 return _phdr_table_set_gnu_relro_prot(phdr_table, phdr_count, load_bias, PROT_READ);
710 * phdr_count -> number of entries in tables
717 size_t phdr_count,
721 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
757 * phdr_count -> number of entries in tables
764 size_t phdr_count,
784 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
852 * phdr_count -> number of entries in tables
860 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count,
864 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
886 * phdr_count -> number of entries in tables
894 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count,
898 for (size_t i = 0; i<phdr_count; ++i) {
914 * phdr_count -> number of entries in tables
919 const char* phdr_table_get_interpreter_name(const ElfW(Phdr) * phdr_table, size_t phdr_count,
921 for (size_t i = 0; i<phdr_count; ++i) {