Lines Matching full:section
45 followed by a program header table or a section header table, or both.
48 table and the section header table's offset in the file are defined in the
357 This member holds the section header table's file offset in bytes.
359 file has no section header table, this member holds zero.
383 A section header is one
384 entry in the section header table; all entries are the same size.
386 This member holds the number of entries in the section header table.
392 gives the section header table's size in bytes.
393 If a file has no section
398 This member holds the section header table index of the entry associated
399 with the section name string table.
400 If the file has no section name string
478 The array element specifies the location and size of the dynamic section,
481 only occur if the dynamic section is part of the memory image of
624 A file's section header table lets one locate all the file's sections.
626 section header table is an array of Elf32_Shdr or Elf64_Shdr structures.
630 member gives the byte offset from the beginning of the file to the section
633 holds the number of entries the section header table contains.
637 A section header table index is a subscript into this array.
638 Some section
645 section reference.
648 relative to section number
664 example, a symbol defined relative to section number
668 Symbols defined relative to this section are common symbols, such as FORTRAN
678 The section header table does not contain entries for the
682 The section header has the following structure:
713 This member specifies the name of the section.
715 into the section header string table section, giving the location of
718 This member categorizes the section's contents and semantics.
721 This value marks the section header as inactive.
723 have an associated section.
724 Other members of the section header
727 This section holds information defined by the program, whose
730 This section holds a symbol table.
740 section.
742 This section holds a string table.
746 This section holds relocation entries with explicit addends, such
753 This section holds a symbol hash table.
759 This section holds information for dynamic linking.
761 have only one dynamic section.
763 This section holds information that marks the file in some way.
765 A section of this type occupies no space in the file but otherwise
768 Although this section contains no bytes, the
772 This section holds relocation offsets without explicit addends, such
779 This section is reserved but has unspecified semantics.
781 This section holds a minimal set of dynamic linking symbols.
785 section.
800 Section types between
805 system-defined section types.
813 for the section.
821 This section contains data that should be writable during process
824 This section occupies memory during process execution.
830 This section contains executable machine instructions.
832 This section is for thread-local storage.
838 If this section appears in the memory image of a process, this member
839 holds the address at which the section's first byte should reside.
843 to the first byte in the section.
844 One section type,
850 This member holds the section's size in bytes.
851 Unless the section type
854 the section occupies
857 A section of type
861 This member holds a section header table index link, whose interpretation
862 depends on the section type.
865 section type.
868 If a section holds a
870 section.
877 or one mean the section has no alignment constraints.
880 For such a section, this member gives the size in bytes for each entry.
881 This member contains zero if the section does not hold a table of
888 This section contains the (un)compressed Compact C-Type Format data
890 This section is of type
893 This section holds uninitialized data that contribute to the program's
897 This section is of type
904 This section holds version control information.
905 This section is of type
909 This section holds initialized pointers to the C++ constructor functions.
910 This section is of type
917 This section holds initialized data that contribute to the program's
919 This section is of type
926 This section holds initialized data that contribute to the program's
928 This section is of type
935 This section holds information for symbolic debugging.
938 This section is of type
942 This section holds initialized pointers to the C++ destructor functions.
943 This section is of type
950 This section holds dynamic linking information.
951 The section's attributes
958 This section is of type
962 This section holds strings needed for dynamic linking, most commonly
964 This section is of type
969 This section holds the dynamic linking symbol table.
970 This section is of type
975 This section holds executable instructions that contribute to the process
978 execute the code in this section.
979 This section is of type
986 This section holds the global offset table.
987 This section is of type
991 This section holds a symbol hash table.
992 This section is of type
997 This section holds executable instructions that contribute to the process
1000 execute the code in this section before calling the main program entry point.
1001 This section is of type
1008 This section holds the pathname of a program interpreter.
1010 a loadable segment that includes the section, the section's attributes will
1015 This section is of type
1018 This section holds line number information for symbolic debugging, which
1021 This section is of type
1025 This section holds information in the
1026 note section
1028 This section is of type
1034 section to identify themselves.
1036 This section holds the procedure linkage table.
1037 This section is of type
1041 This section holds relocation information as described below.
1043 has a loadable segment that includes relocation, the section's attributes
1050 is supplied by the section to which the relocations apply.
1052 section for
1056 This section is of type
1059 This section holds relocation information as described below.
1061 has a loadable segment that includes relocation, the section's attributes
1068 is supplied by the section to which the relocations apply.
1070 section for
1074 This section is of type
1077 This section holds read-only data that typically contribute to a
1079 This section is of type
1084 This section holds read-only data that typically contribute to a
1086 This section is of type
1091 This section holds section names.
1092 This section is of type
1096 This section holds strings, most commonly the strings that represent the
1099 segment that includes the symbol string table, the section's attributes
1104 This section is of type
1107 This section holds a symbol table.
1109 that includes the symbol table, the section's attributes will include
1114 This section is of type
1117 This section is the thread-local storage version of
1123 This section is of type
1131 This section is the thread-local storage version of
1137 This section is of type
1145 This section holds the
1148 This section is of type
1159 and section names.
1161 table section.
1215 The symbol is associated with a section.
1225 bindings, its section index is
1293 in relation to some section.
1294 This member holds the relevant section
1301 describes how to modify their section contents, thus allowing executable
1339 of the section to the storage unit affected by the relocation.
1362 The note section is used to hold vendor-specific information that
1365 followed by the section name and the section description.