| /src/external/bsd/elftoolchain/dist/libelf/ |
| gelf_syminfo.c | 51 uint32_t sh_type; local 69 sh_type = scn->s_shdr.s_shdr32.sh_type; 71 sh_type = scn->s_shdr.s_shdr64.sh_type; 73 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYMINFO) { 112 uint32_t sh_type; local 130 sh_type = scn->s_shdr.s_shdr32.sh_type; 132 sh_type = scn->s_shdr.s_shdr64.sh_type [all...] |
| gelf_symshndx.c | 52 uint32_t sh_type; local 79 sh_type = scn->s_shdr.s_shdr32.sh_type; 81 sh_type = scn->s_shdr.s_shdr64.sh_type; 83 if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD || 112 uint32_t sh_type; local 131 sh_type = scn->s_shdr.s_shdr32.sh_type; 133 sh_type = scn->s_shdr.s_shdr64.sh_type [all...] |
| gelf_cap.c | 55 uint32_t sh_type; local 71 sh_type = scn->s_shdr.s_shdr32.sh_type; 73 sh_type = scn->s_shdr.s_shdr64.sh_type; 75 if (_libelf_xlate_shtype(sh_type) != ELF_T_CAP) { 114 uint32_t sh_type; local 130 sh_type = scn->s_shdr.s_shdr32.sh_type; 132 sh_type = scn->s_shdr.s_shdr64.sh_type [all...] |
| gelf_dyn.c | 55 uint32_t sh_type; local 71 sh_type = scn->s_shdr.s_shdr32.sh_type; 73 sh_type = scn->s_shdr.s_shdr64.sh_type; 75 if (_libelf_xlate_shtype(sh_type) != ELF_T_DYN) { 115 uint32_t sh_type; local 131 sh_type = scn->s_shdr.s_shdr32.sh_type; 133 sh_type = scn->s_shdr.s_shdr64.sh_type [all...] |
| gelf_move.c | 53 uint32_t sh_type; local 71 sh_type = scn->s_shdr.s_shdr32.sh_type; 73 sh_type = scn->s_shdr.s_shdr64.sh_type; 75 if (_libelf_xlate_shtype(sh_type) != ELF_T_MOVE) { 116 uint32_t sh_type; local 134 sh_type = scn->s_shdr.s_shdr32.sh_type; 136 sh_type = scn->s_shdr.s_shdr64.sh_type [all...] |
| gelf_rel.c | 53 uint32_t sh_type; local 71 sh_type = scn->s_shdr.s_shdr32.sh_type; 73 sh_type = scn->s_shdr.s_shdr64.sh_type; 75 if (_libelf_xlate_shtype(sh_type) != ELF_T_REL) { 115 uint32_t sh_type; local 133 sh_type = scn->s_shdr.s_shdr32.sh_type; 135 sh_type = scn->s_shdr.s_shdr64.sh_type [all...] |
| gelf_rela.c | 53 uint32_t sh_type; local 71 sh_type = scn->s_shdr.s_shdr32.sh_type; 73 sh_type = scn->s_shdr.s_shdr64.sh_type; 75 if (_libelf_xlate_shtype(sh_type) != ELF_T_RELA) { 116 uint32_t sh_type; local 134 sh_type = scn->s_shdr.s_shdr32.sh_type; 136 sh_type = scn->s_shdr.s_shdr64.sh_type [all...] |
| gelf_sym.c | 53 uint32_t sh_type; local 71 sh_type = scn->s_shdr.s_shdr32.sh_type; 73 sh_type = scn->s_shdr.s_shdr64.sh_type; 75 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) { 115 uint32_t sh_type; local 133 sh_type = scn->s_shdr.s_shdr32.sh_type; 135 sh_type = scn->s_shdr.s_shdr64.sh_type [all...] |
| elf_data.c | 51 unsigned int elfclass, sh_type; local 89 sh_type = s->s_shdr.s_shdr32.sh_type; 94 sh_type = s->s_shdr.s_shdr64.sh_type; 100 if (sh_type == SHT_NULL) { 106 if ((elftype = _libelf_xlate_shtype(sh_type)) < ELF_T_FIRST || 107 elftype > ELF_T_LAST || (sh_type != SHT_NOBITS && 152 if (sh_type == SHT_NOBITS || sh_size == 0) { 227 uint32_t sh_type; local [all...] |
| gelf_shdr.c | 82 d->sh_type = sh32->sh_type; 129 sh32->sh_type = s->sh_type;
|
| libelf_checksum.c | 90 shdr.sh_type == SHT_DYNAMIC || 91 shdr.sh_type == SHT_DYNSYM)
|
| elf_update.c | 126 uint32_t sh_type; local 139 sh_type = shdr32->sh_type; 145 sh_type = shdr64->sh_type; 152 assert(sh_type != SHT_NULL && sh_type != SHT_NOBITS); 154 elftype = _libelf_xlate_shtype(sh_type); 462 size_t sh_type; local 473 sh_type = s->s_shdr.s_shdr32.sh_type 737 uint32_t sh_type; local [all...] |
| /src/sys/arch/amd64/stand/prekern/ |
| elf.c | 69 if (shdr->sh_type != SHT_NOBITS && 70 shdr->sh_type != SHT_PROGBITS) { 91 if (shdr->sh_type == SHT_NOTE) { 314 if (eif.shdr[i].sh_type != SHT_STRTAB && 315 eif.shdr[i].sh_type != SHT_REL && 316 eif.shdr[i].sh_type != SHT_RELA && 317 eif.shdr[i].sh_type != SHT_SYMTAB) { 394 if (eif.shdr[i].sh_type == SHT_SYMTAB) 411 if (eif.shdr[j].sh_type != SHT_STRTAB) { 460 if (eif.shdr[i].sh_type != SHT_REL) [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| simple-object-elf.c | 166 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon10837 181 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon10838 192 /* Values for sh_type field. */ 847 unsigned int sh_type, unsigned int sh_flags, 871 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_type, Elf_Word, sh_type); 964 unsigned int sh_type = SHT_PROGBITS; local 973 sh_type = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr, 975 sh_type, Elf_Word); 1027 sh_name, sh_type, sh_flags 1165 unsigned int sh_name, sh_type; local 1214 unsigned int sh_type, sh_info, sh_link; local 1318 unsigned int sh_name, sh_type; local [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| simple-object-elf.c | 166 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon12294 181 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon12295 192 /* Values for sh_type field. */ 847 unsigned int sh_type, unsigned int sh_flags, 871 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_type, Elf_Word, sh_type); 964 unsigned int sh_type = SHT_PROGBITS; local 973 sh_type = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr, 975 sh_type, Elf_Word); 1027 sh_name, sh_type, sh_flags 1165 unsigned int sh_name, sh_type; local 1214 unsigned int sh_type, sh_info, sh_link; local 1318 unsigned int sh_name, sh_type; local [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| simple-object-elf.c | 166 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon14504 181 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon14505 192 /* Values for sh_type field. */ 847 unsigned int sh_type, unsigned int sh_flags, 871 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_type, Elf_Word, sh_type); 964 unsigned int sh_type = SHT_PROGBITS; local 973 sh_type = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr, 975 sh_type, Elf_Word); 1027 sh_name, sh_type, sh_flags 1165 unsigned int sh_name, sh_type; local 1214 unsigned int sh_type, sh_info, sh_link; local 1318 unsigned int sh_name, sh_type; local [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| simple-object-elf.c | 166 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon16915 181 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon16916 192 /* Values for sh_type field. */ 847 unsigned int sh_type, unsigned int sh_flags, 871 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_type, Elf_Word, sh_type); 964 unsigned int sh_type = SHT_PROGBITS; local 973 sh_type = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr, 975 sh_type, Elf_Word); 1027 sh_name, sh_type, sh_flags 1165 unsigned int sh_name, sh_type; local 1214 unsigned int sh_type, sh_info, sh_link; local 1318 unsigned int sh_name, sh_type; local [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| simple-object-elf.c | 166 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon527 181 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon528 192 /* Values for sh_type field. */ 847 unsigned int sh_type, unsigned int sh_flags, 871 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_type, Elf_Word, sh_type); 964 unsigned int sh_type = SHT_PROGBITS; local 973 sh_type = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr, 975 sh_type, Elf_Word); 1027 sh_name, sh_type, sh_flags 1165 unsigned int sh_name, sh_type; local 1214 unsigned int sh_type, sh_info, sh_link; local 1318 unsigned int sh_name, sh_type; local [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| simple-object-elf.c | 166 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon1217 181 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon1218 192 /* Values for sh_type field. */ 847 unsigned int sh_type, unsigned int sh_flags, 871 ELF_SET_FIELD (fns, cl, Shdr, buf, sh_type, Elf_Word, sh_type); 964 unsigned int sh_type = SHT_PROGBITS; local 973 sh_type = ELF_FETCH_FIELD (attrs->type_functions, attrs->ei_class, Shdr, 975 sh_type, Elf_Word); 1027 sh_name, sh_type, sh_flags 1165 unsigned int sh_name, sh_type; local 1214 unsigned int sh_type, sh_info, sh_link; local 1318 unsigned int sh_name, sh_type; local [all...] |
| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| elf.c | 246 if (shtbl[i].sh_type == SHT_SYMTAB) { 249 if ((shtbl[i].sh_type == SHT_STRTAB) 293 dbg_sh[0].sh_type = shtbl[sh_symidx].sh_type; 297 dbg_sh[1].sh_type = shtbl[sh_stridx].sh_type;
|
| /src/sys/arch/x68k/stand/aout2hux/ |
| aout68k.h | 123 be_uint32_t sh_type; member in struct:elf_m68k_shdr 139 (get_uint32(&(sh)->sh_type) == SHT_PROGBITS && \
|
| /src/external/gpl3/binutils/dist/include/elf/ |
| external.h | 114 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon10464 127 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon10465
|
| /src/external/gpl3/binutils.old/dist/include/elf/ |
| external.h | 114 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon11928 127 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon11929
|
| /src/external/gpl3/gdb.old/dist/include/elf/ |
| external.h | 114 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon21316 127 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon21317
|
| /src/external/gpl3/gdb/dist/include/elf/ |
| external.h | 114 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon904 127 unsigned char sh_type[4]; /* Type of section */ member in struct:__anon905
|