Lines Matching full:section
42 followed by a program header table or a section header table, or both.
45 table and the section header table's offset in the file are defined in the
346 This member holds the section header table's file offset in bytes.
348 file has no section header table this member holds zero.
369 member of the section header at index
380 A section header is one
381 entry in the section header table; all entries are the same size.
383 This member holds the number of entries in the section header table.
384 If the file is using extended section numbering, then the
386 member will be zero and the actual section number will be stored in the
388 member of the section header at index
390 If a file has no section header table, both the
397 and the number of sections in the file gives the section header
400 This member holds the section header table index of the entry associated
401 with the section name string table.
402 If extended section numbering is being used, this field will hold the
405 and the actual section header table index will be present in the
407 field of the section header entry at index
409 If the file has no section name string
582 An file's section header table lets one locate all the file's sections.
584 section header table is an array of Elf32_Shdr or Elf64_Shdr structures.
588 member gives the byte offset from the beginning of the file to the section
591 holds the number of entries the section header table contains.
595 A section header table index is a subscript into this array.
596 Some section
604 section reference.
607 relative to section number
623 example, symbols defined relative to section number
627 Symbols defined relative to this section are common symbols, such as FORTRAN
637 The section header table does not contain entries for the
641 The section header has the following structure:
673 This member specifies the name of the section.
675 into the section header string table section, giving the location of
678 This member categorizes the section's contents and semantics.
682 This value marks the section header as inactive.
684 have an associated section.
685 Other members of the section header
688 The section holds information defined by the program, whose
691 This section holds a symbol table.
701 section.
703 This section holds a string table.
707 This section holds relocation entries with explicit addends, such
714 This section holds a symbol hash table.
720 This section holds information for dynamic linking.
722 have only one dynamic section.
724 This section holds information that marks the file in some way.
726 A section of this type occupies no space in the file but otherwise
729 Although this section contains no bytes, the
733 This section holds relocation offsets without explicit addends, such
740 This section is reserved but has unspecified semantics.
742 This section holds a minimal set of dynamic linking symbols.
746 section.
761 Section types between
766 system-defined section types.
775 for the section.
783 This section contains data that should be writable during process
786 The section occupies memory during process execution.
792 The section contains executable machine instructions.
797 The section data is compressed.
801 If the section will appear in the memory image of a process, this member
802 holds the address at which the section's first byte should reside.
806 to the first byte in the section.
807 One section type,
813 This member holds the section's size in bytes.
814 Unless the section type
817 the section occupies
820 A section of type
824 This member holds a section header table index link, whose interpretation
825 depends on the section type.
828 section type.
831 If a section holds a
833 section.
840 or one mean the section has no alignment constraints.
843 For such a section, this member gives the size in bytes for each entry.
844 This member contains zero if the section does not hold a table of
852 This section holds uninitialized data that contributes to the program's
856 This section is of type
863 This section holds version control information.
864 This section is of type
868 This section holds initialized data that contribute to the program's
870 This section is of type
877 This section holds initialized data that contribute to the program's
879 This section is of type
886 This section holds information for symbolic debugging.
889 This section is of type
893 This section holds dynamic linking information.
894 The section's attributes
901 This section is of type
905 This section holds strings needed for dynamic linking, most commonly
907 This section is of type
912 This section holds the dynamic linking symbol table.
913 This section is of type
918 This section holds executable instructions that contribute to the process
921 execute the code in this section.
922 This section is of type
929 This section holds the global offset table.
930 This section is of type
934 This section holds a symbol hash table.
935 This section is of type
940 This section holds executable instructions that contribute to the process
943 execute the code in this section before calling the main program entry point.
944 This section is of type
951 This section holds the pathname of a program interpreter.
953 a loadable segment that includes the section, the section's attributes will
958 This section is of type
961 This section holds line number information for symbolic debugging, which
964 This section is of type
968 This section holds information in the
969 .Dq Note Section
971 This section is of type
975 This section holds the procedure linkage table.
976 This section is of type
980 This section holds relocation information as described below.
982 has a loadable segment that includes relocation, the section's attributes
989 is supplied by the section to which the relocations apply.
991 section for
995 This section is of type
998 This section holds relocation information as described below.
1000 has a loadable segment that includes relocation, the section's attributes
1007 is supplied by the section to which the relocations apply.
1009 section for
1013 This section is of type
1016 This section holds read-only data that typically contributes to a
1018 This section is of type
1023 This section holds read-only data that typically contributes to a
1025 This section is of type
1030 This section holds section names.
1031 This section is of type
1035 This section holds strings, most commonly the strings that represent the
1038 segment that includes the symbol string table, the section's attributes
1043 This section is of type
1046 This section holds a symbol table.
1048 that includes the symbol table, the section's attributes will include
1053 This section is of type
1056 This section holds the
1059 This section is of type
1066 This section holds information about Java classes that must
1069 This section holds information used for C++ exception-handling.
1072 A section with the
1074 flag set contains a compressed copy of the section data.
1075 Compressed section data begins with an
1109 The size, in bytes, of the uncompressed section data.
1112 field of a section header containing uncompressed data.
1114 The address alignment of the uncompressed section data.
1117 field of a section header containing uncompressed data.
1123 and section names.
1125 table section.
1181 The symbol is associated with a section.
1191 bindings, its section index is
1258 in relation to some section.
1259 This member holds the relevant section
1266 describes how to modify their section contents, thus allowing executable
1305 of the section to the storage unit affected by the relocation.
1327 .Ss Note Section