| /src/external/bsd/elftoolchain/dist/libelf/ |
| 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...] |
| 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...] |
| 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...] |
| 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/external/bsd/pkg_install/dist/info/ |
| show.c | 70 pl_ent_t sh_type; /* type of entry */ member in struct:show_t
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| ELFTypes.h | 153 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base 168 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
|
| /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/bsd/elftosb/dist/common/ |
| ELF.h | 133 Elf32_Word sh_type; //!< Section type, describing the contents and semantics. member in struct:Elf32_Shdr
|
| /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
|
| internal.h | 104 unsigned int sh_type; /* Type of section */ member in struct:elf_internal_shdr 311 && (sec_hdr)->sh_type == SHT_NOBITS \ 347 && ((sec_hdr)->sh_type == SHT_NOBITS \ 371 || (((sec_hdr)->sh_type == SHT_NOBITS \
|
| /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
|
| internal.h | 104 unsigned int sh_type; /* Type of section */ member in struct:elf_internal_shdr 311 && (sec_hdr)->sh_type == SHT_NOBITS \ 347 && ((sec_hdr)->sh_type == SHT_NOBITS \ 371 || (((sec_hdr)->sh_type == SHT_NOBITS \
|
| /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
|
| internal.h | 104 unsigned int sh_type; /* Type of section */ member in struct:elf_internal_shdr 311 && (sec_hdr)->sh_type == SHT_NOBITS \ 347 && ((sec_hdr)->sh_type == SHT_NOBITS \ 371 || (((sec_hdr)->sh_type == SHT_NOBITS \
|
| /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
|
| internal.h | 104 unsigned int sh_type; /* Type of section */ member in struct:elf_internal_shdr 311 && (sec_hdr)->sh_type == SHT_NOBITS \ 347 && ((sec_hdr)->sh_type == SHT_NOBITS \ 371 || (((sec_hdr)->sh_type == SHT_NOBITS \
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldelf.c | 2156 unsigned int sh_type = elfinput ? elf_section_type (s) : SHT_NULL; local 2165 switch (sh_type) 2336 ? sh_type == SHT_NOTE 2360 ? sh_type == SHT_RELA || sh_type == SHT_REL 2377 int rela = elfinput ? sh_type == SHT_RELA : secname[4] == 'a';
|
| /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/ld/ |
| ldelf.c | 2157 unsigned int sh_type = elfinput ? elf_section_type (s) : SHT_NULL; local 2166 switch (sh_type) 2337 ? sh_type == SHT_NOTE 2361 ? sh_type == SHT_RELA || sh_type == SHT_REL 2378 int rela = elfinput ? sh_type == SHT_RELA : secname[4] == 'a';
|