• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/tools/sstrip/include/

Lines Matching defs:section

53 /* Type for section indices, which are 16-bit quantities.  */
273 Elf32_Word sh_link; /* Link to another section */
274 Elf32_Word sh_info; /* Additional section information */
276 Elf32_Word sh_entsize; /* Entry size if section holds table */
287 Elf64_Word sh_link; /* Link to another section */
288 Elf64_Word sh_info; /* Additional section information */
290 Elf64_Xword sh_entsize; /* Entry size if section holds table */
293 /* Special section indices. */
295 #define SHN_UNDEF 0 /* Undefined section */
306 /* Legal values for sh_type (section type). */
324 #define SHT_SYMTAB_SHNDX 18 /* Extended section indeces */
333 #define SHT_GNU_verdef 0x6ffffffd /* Version definition section. */
334 #define SHT_GNU_verneed 0x6ffffffe /* Version needs section. */
343 /* Legal values for sh_flags (section flags). */
384 /* The syminfo section if available contains additional information about
443 #define STT_SECTION 3 /* Symbol associated with a section */
455 of a symbol hash table section. This special index value indicates
475 /* Relocation table entry without addend (in section of type SHT_REL). */
494 /* Relocation table entry with addend (in section of type SHT_RELA). */
600 /* Dynamic section entry. */
624 #define DT_NULL 0 /* Marks end of dynamic section */
670 #define DT_GNU_CONFLICTSZ 0x6ffffdf6 /* Size of conflict section */
691 #define DT_GNU_CONFLICT 0x6ffffef8 /* Start of conflict section */
736 entry in the dynamic section. */
823 /* Version dependency section. */
956 /* Note section contents. Each entry in the note section begins with
975 /* Solaris entries in the note section have this name. */
999 note section entry. */
1276 /* Special section indices. */
1316 #define SHT_MIPS_EVENTS 0x70000021 /* Event section. */
1358 } gt_header; /* First entry in section */
1363 } gt_entry; /* Subsequent entries in section */
1382 Elf32_Section section; /* Section header index of section affected,
1426 /* Entry found in `.options' section. */
1499 #define DT_MIPS_CONFLICT 0x70000008 /* Address of CONFLICT section */
1500 #define DT_MIPS_LIBLIST 0x70000009 /* Address of LIBLIST section */
1536 #define DT_MIPS_INTERFACE_SIZE 0x7000002c /* Size of the .interface section. */
1541 #define DT_MIPS_COMPACT_SIZE 0x7000002f /* (O32)Size of compact rel section. */
1620 /* Additional section indeces. */
1664 #define R_PARISC_SECREL32 41 /* 32 bits section rel. address. */
1699 #define R_PARISC_SECREL64 104 /* 64 bits section rel. address. */
2174 #define SHF_IA_64_SHORT 0x10000000 /* section near gp */