Lines Matching refs:phdr_table
239 size_t phdr_table_get_load_size(const Elf32_Phdr* phdr_table,
249 const Elf32_Phdr* phdr = &phdr_table[i];
378 _phdr_table_set_load_prot(const Elf32_Phdr* phdr_table,
383 const Elf32_Phdr* phdr = phdr_table;
408 * phdr_table -> program header table
415 phdr_table_protect_segments(const Elf32_Phdr* phdr_table,
419 return _phdr_table_set_load_prot(phdr_table, phdr_count,
433 * phdr_table -> program header table
440 phdr_table_unprotect_segments(const Elf32_Phdr* phdr_table,
444 return _phdr_table_set_load_prot(phdr_table, phdr_count,
452 _phdr_table_set_gnu_relro_prot(const Elf32_Phdr* phdr_table,
457 const Elf32_Phdr* phdr = phdr_table;
460 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
504 * phdr_table -> program header table
511 phdr_table_protect_gnu_relro(const Elf32_Phdr* phdr_table,
515 return _phdr_table_set_gnu_relro_prot(phdr_table,
531 * phdr_table -> program header table
541 phdr_table_get_arm_exidx(const Elf32_Phdr* phdr_table,
547 const Elf32_Phdr* phdr = phdr_table;
550 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
568 * phdr_table -> program header table
579 phdr_table_get_dynamic_section(const Elf32_Phdr* phdr_table,
586 const Elf32_Phdr* phdr = phdr_table;
589 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {