Lines Matching defs:section

50 /* Type for section indices, which are 16-bit quantities.  */
391 Elf32_Word sh_link; /* Link to another section */
392 Elf32_Word sh_info; /* Additional section information */
394 Elf32_Word sh_entsize; /* Entry size if section holds table */
405 Elf64_Word sh_link; /* Link to another section */
406 Elf64_Word sh_info; /* Additional section information */
408 Elf64_Xword sh_entsize; /* Entry size if section holds table */
411 /* Special section indices. */
413 #define SHN_UNDEF 0 /* Undefined section */
416 #define SHN_BEFORE 0xff00 /* Order section before all others
418 #define SHN_AFTER 0xff01 /* Order section after all others
428 /* Legal values for sh_type (section type). */
446 #define SHT_SYMTAB_SHNDX 18 /* Extended section indices */
458 #define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */
459 #define SHT_GNU_verneed 0x6ffffffe /* Version needs section. */
468 /* Legal values for sh_flags (section flags). */
540 /* The syminfo section if available contains additional information about
600 #define STT_SECTION 3 /* Symbol associated with a section */
613 of a symbol hash table section. This special index value indicates
633 /* Relocation table entry without addend (in section of type SHT_REL). */
652 /* Relocation table entry with addend (in section of type SHT_RELA). */
711 value is in the field sh_info of section 0. */
849 /* Dynamic section entry. */
873 #define DT_NULL 0 /* Marks end of dynamic section */
907 #define DT_SYMTAB_SHNDX 34 /* Address of SYMTAB_SHNDX section */
923 #define DT_GNU_CONFLICTSZ 0x6ffffdf6 /* Size of conflict section */
947 #define DT_GNU_CONFLICT 0x6ffffef8 /* Start of conflict section */
992 entry in the dynamic section. */
1094 /* Version dependency section. */
1254 /* Note section contents. Each entry in the note section begins with
1273 /* Solaris entries in the note section have this name. */
1300 NT_GNU_ABI_TAG note section entry. */
1328 /* Note section name of program property. */
1713 /* Special section indices. */
1753 #define SHT_MIPS_EVENTS 0x70000021 /* Event section. */
1797 } gt_header; /* First entry in section. */
1802 } gt_entry; /* Subsequent entries in section. */
1821 Elf32_Section section; /* Section header index of section affected,
1865 /* Entry found in `.options' section. */
1955 #define DT_MIPS_CONFLICT 0x70000008 /* Address of CONFLICT section */
1956 #define DT_MIPS_LIBLIST 0x70000009 /* Address of LIBLIST section */
1992 #define DT_MIPS_INTERFACE_SIZE 0x7000002c /* Size of the .interface section. */
1997 #define DT_MIPS_COMPACT_SIZE 0x7000002f /* (O32)Size of compact rel section. */
2183 /* Additional section indices. */
2227 #define R_PARISC_SECREL32 41 /* 32 bits section rel. address. */
2264 #define R_PARISC_SECREL64 104 /* 64 bits section rel. address. */
2769 #define SHT_ARM_EXIDX (SHT_LOPROC + 1) /* ARM unwind section. */
2771 #define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */
3166 /* C-SKY attributes section. */
3191 #define SHF_IA_64_SHORT 0x10000000 /* section near gp */
3704 #define R_NIOS2_CALL26_NOAT 41 /* Direct call in .noat section. */