Lines Matching full:program
40 An ELF file's program header table contains one or more PT_LOAD
200 // Loads the program header table from an ELF file into a read-only private
205 // Like the kernel, we only accept program header tables that
230 * loadable segments in an ELF program header table. This corresponds
281 // segments of a program header table. This is done by creating a
408 * phdr_table -> program header table
433 * phdr_table -> program header table
477 * the program is likely to fail at runtime. So in effect the
494 /* Apply GNU relro protection if specified by the program header. This will
500 * read-only from the program's POV, but contain absolute addresses
504 * phdr_table -> program header table
531 * phdr_table -> program header table
568 * phdr_table -> program header table
609 // Returns the address of the program header table as it appears in the loaded
624 // loaded program header from it.
641 // Ensures that our program header is actually within a loadable