Previous: Looping constructs, Up: IO procedures [Contents][Index]
Sometimes there is a need to grab a specific header entry from the program header table or the section header table given its index. For this purpose, the following procedures are provided.
Sets the position of port to the program header entry indexed by index. This procedure does not validate the index variable and it is the responsibility of the user to pass a value within the bounds of the program header table.
Sets the position of port to the section header entry indexed by index. This procedure does not validate the index variable and it is the responsibility of the user to pass a value within the bounds of the section header table.