| /netbsd/src/sys/arch/atari/stand/tostools/libtos/ |
| D | exec_elf.h | 70 typedef __uint32_t Elf32_Word; typedef 108 Elf32_Word e_version; /* version number */ 112 Elf32_Word e_flags; /* Processor flags */ 277 Elf32_Word p_type; /* entry type */ 281 Elf32_Word p_filesz; /* file size */ 282 Elf32_Word p_memsz; /* memory size */ 283 Elf32_Word p_flags; /* flags */ 284 Elf32_Word p_align; /* memory & file alignment */ 314 Elf32_Word sh_name; /* section name (.shstrtab index) */ 315 Elf32_Word sh_type; /* section type */ [all …]
|
| D | elf.c | 74 Elf32_Word ident, symsize, symstart; in elf_load() 99 Elf32_Word sum; in elf_load()
|
| /netbsd/src/external/bsd/elftosb/dist/common/ |
| D | ELF.h | 17 typedef uint32_t Elf32_Word; typedef 65 Elf32_Word e_version; //!< Object file version. 69 Elf32_Word e_flags; //!< Processor-specific flags associated with the file. 132 …Elf32_Word sh_name; //!< The section's name. Index into the section header string table … 133 Elf32_Word sh_type; //!< Section type, describing the contents and semantics. 134 Elf32_Word sh_flags; //!< Section flags describing various attributes. 137 Elf32_Word sh_size; //!< The section's size in bytes. 138 …Elf32_Word sh_link; //!< Section header table link index. Interpretation depends on sect… 139 … Elf32_Word sh_info; //!< Extra information about the section. Depends on section type. 140 …Elf32_Word sh_addralign; //!< Address alignment constraint. Values are 0 and positive powers … [all …]
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | readelf.h | 46 typedef uint32_t Elf32_Word; typedef 59 Elf32_Word a_type; /* 32-bit id */ 60 Elf32_Word a_v; /* 32-bit id */ 98 Elf32_Word e_version; 102 Elf32_Word e_flags; 178 Elf32_Word p_type; 182 Elf32_Word p_filesz; 183 Elf32_Word p_memsz; 184 Elf32_Word p_flags; 185 Elf32_Word p_align; [all …]
|
| /netbsd/src/tools/amiga-elf2bb/sys/ |
| D | exec_elf.h | 57 typedef uint32_t Elf32_Word; typedef 92 Elf32_Word e_version; /* version number */ 96 Elf32_Word e_flags; /* Processor flags */ 281 Elf32_Word p_type; /* entry type */ 285 Elf32_Word p_filesz; /* file size */ 286 Elf32_Word p_memsz; /* memory size */ 287 Elf32_Word p_flags; /* flags */ 288 Elf32_Word p_align; /* memory & file alignment */ 331 Elf32_Word sh_name; /* section name (.shstrtab index) */ 332 Elf32_Word sh_type; /* section type */ [all …]
|
| /netbsd/src/sys/arch/epoc32/stand/e32boot/include/ |
| D | elf.h | 65 typedef uint32_t Elf32_Word; typedef 101 Elf32_Word e_version; /* version number */ 105 Elf32_Word e_flags; /* Processor flags */ 323 Elf32_Word p_type; /* entry type */ 327 Elf32_Word p_filesz; /* file size */ 328 Elf32_Word p_memsz; /* memory size */ 329 Elf32_Word p_flags; /* flags */ 330 Elf32_Word p_align; /* memory & file alignment */ 384 Elf32_Word sh_name; /* section name (.shstrtab index) */ 385 Elf32_Word sh_type; /* section type */ [all …]
|
| /netbsd/src/tools/m68k-elf2aout/sys/ |
| D | exec_elf.h | 67 typedef uint32_t Elf32_Word; typedef 103 Elf32_Word e_version; /* version number */ 107 Elf32_Word e_flags; /* Processor flags */ 325 Elf32_Word p_type; /* entry type */ 329 Elf32_Word p_filesz; /* file size */ 330 Elf32_Word p_memsz; /* memory size */ 331 Elf32_Word p_flags; /* flags */ 332 Elf32_Word p_align; /* memory & file alignment */ 386 Elf32_Word sh_name; /* section name (.shstrtab index) */ 387 Elf32_Word sh_type; /* section type */ [all …]
|
| /netbsd/src/sys/sys/ |
| D | exec_elf.h | 65 typedef uint32_t Elf32_Word; typedef 101 Elf32_Word e_version; /* version number */ 105 Elf32_Word e_flags; /* Processor flags */ 416 Elf32_Word p_type; /* entry type */ 420 Elf32_Word p_filesz; /* file size */ 421 Elf32_Word p_memsz; /* memory size */ 422 Elf32_Word p_flags; /* flags */ 423 Elf32_Word p_align; /* memory & file alignment */ 477 Elf32_Word sh_name; /* section name (.shstrtab index) */ 478 Elf32_Word sh_type; /* section type */ [all …]
|
| /netbsd/src/libexec/ld.elf_so/ |
| D | hash.c | 54 Elf32_Word 58 Elf32_Word h = 0; in _rtld_sysv_hash() 71 Elf32_Word
|
| D | hash.h | 39 Elf32_Word _rtld_sysv_hash(const char *); 40 Elf32_Word _rtld_gnu_hash(const char *);
|
| D | symbol.c | 331 const Elf32_Word *hashval; in _rtld_symlook_obj_gnu() 333 Elf32_Word bucket; in _rtld_symlook_obj_gnu()
|
| /netbsd/src/lib/librumpuser/ |
| D | rumpuser_dl.c | 234 Elf32_Word nbuck, symndx, maskwords, maxchain = 0; in getsymbols() 235 Elf32_Word *gnuhash, *buckets, *ptr; in getsymbols() 239 gnuhash = (Elf32_Word *)adjptr(map, edptr); in getsymbols()
|
| /netbsd/src/usr.sbin/installboot/arch/ |
| D | pmax.c | 306 Elf32_Word f_size; 364 if ((Elf32_Word)pread(params->s1fd, in load_bootstrap()
|
| /netbsd/src/sys/arch/pmax/stand/smallnet/setnetimage/ |
| D | setnetimage.c | 68 Elf32_Word f_size;
|
| /netbsd/src/sys/arch/i386/i386/ |
| D | multiboot.c | 281 Elf32_Word symsize, strsize; in copy_syms()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | ChangeLog-2004 | 506 * readelf.c (Elf32_Word): Delete.
|
| /netbsd/src/external/gpl3/binutils/dist/include/elf/ |
| D | ChangeLog-9103 | 1854 * mips.h: Replace uses of Elf32_Word, Elf32_Sword, Elf32_Addr
|
| /netbsd/src/external/gpl3/gdb/dist/include/elf/ |
| D | ChangeLog-9103 | 1854 * mips.h: Replace uses of Elf32_Word, Elf32_Sword, Elf32_Addr
|