Home
last modified time | relevance | path

Searched refs:Elf64_Xword (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h30 typedef __u64 Elf64_Xword; typedef
135 Elf64_Xword d_val;
154 Elf64_Xword r_info; /* index and type of relocation */
165 Elf64_Xword r_info; /* index and type of relocation */
184 Elf64_Xword st_size; /* Associated symbol size */
247 Elf64_Xword p_filesz; /* Segment size in file */
248 Elf64_Xword p_memsz; /* Segment size in memory */
249 Elf64_Xword p_align; /* Segment alignment, file & memory */
302 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
305 Elf64_Xword sh_size; /* Size of section in bytes */
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h45 typedef uint64_t Elf64_Xword; typedef
286 Elf64_Xword sh_flags; /* Section flags */
289 Elf64_Xword sh_size; /* Section size in bytes */
292 Elf64_Xword sh_addralign; /* Section alignment */
293 Elf64_Xword sh_entsize; /* Entry size if section holds table */
394 Elf64_Xword st_size; /* Symbol size */
504 Elf64_Xword r_info; /* Relocation type and symbol index */
519 Elf64_Xword r_info; /* Relocation type and symbol index */
531 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))
554 Elf64_Xword p_filesz; /* Segment size in file */
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.h58 Elf64_Xword r_info_number;
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.c264 Elf64_Xword r_info;