Searched refs:sh_type (Results 1 - 25 of 66) sorted by relevance

123

/external/elfutils/libelf/
H A Delf-knowledge.h62 && (shdr)->sh_type != SHT_NOTE \
63 && (((shdr)->sh_type) != SHT_PROGBITS \
71 && (shdr)->sh_type < SHT_NUM)
84 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
H A Delf_strptr.c112 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
128 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
H A Dgelf_getshdr.c94 COPY (sh_type);
H A Dgelf_update_shdr.c98 COPY (sh_type);
H A Dnlist.c122 if (shdr->sh_type == SHT_SYMTAB)
129 if (shdr->sh_type == SHT_DYNSYM)
H A Delf32_getshdr.c138 CONVERT_TO (shdr[cnt].sh_type, notcvt[cnt].sh_type);
152 if (shdr[cnt].sh_type == SHT_SYMTAB_SHNDX
184 CONVERT (shdr[cnt].sh_type);
H A Delf32_updatenull.c224 switch (shdr->sh_type)
339 + (shdr->sh_type != SHT_NOBITS
378 if (shdr->sh_type != SHT_NOBITS)
/external/elfutils/libebl/
H A Deblsectionstripp.c70 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL)
/external/chromium_org/courgette/
H A Ddisassembler_elf_32.cc110 if (section_header->sh_type == SHT_NOBITS)
192 if (section_header->sh_type == SHT_NOBITS)
271 switch (section_header->sh_type) {
296 section_header->sh_type;
306 section_header->sh_type;
430 if (section_header->sh_type == SHT_REL) {
470 switch (section_header->sh_type) {
493 if (section_header->sh_type != SHT_PROGBITS)
H A Dtypes_elf.h61 Elf32_Word sh_type; member in struct:Elf32_Shdr
/external/elfutils/backends/
H A Dalpha_symbol.c101 && scn_shdr.sh_type == SHT_DYNAMIC
H A Dsparc_symbol.c89 && scn_shdr.sh_type == SHT_DYNAMIC
H A Dppc_symbol.c94 if (shdr != NULL && shdr->sh_type == SHT_DYNAMIC && data != NULL)
/external/elfutils/src/
H A Delfcmp.c258 if (shdr1->sh_type != shdr2->sh_type
284 switch (shdr1->sh_type)
356 assert (shdr1->sh_type == SHT_NOBITS
358 assert (shdr2->sh_type == SHT_NOBITS
362 || (shdr1->sh_type != SHT_NOBITS
367 && shdr1->sh_type == SHT_HASH
603 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA)
613 if (shdr->sh_type
[all...]
H A Dfindtextrel.c277 if (shdr->sh_type == SHT_DYNAMIC)
301 else if (shdr->sh_type == SHT_SYMTAB)
401 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
415 if (shdr->sh_type == SHT_REL)
438 else if (shdr->sh_type == SHT_RELA)
H A Dstrip.c600 if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB_SHNDX))
605 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP))
628 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GNU_versym))
713 if ((shdr_info[cnt].shdr.sh_type == SHT_REL
714 || shdr_info[cnt].shdr.sh_type == SHT_RELA)
726 && (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM
727 || shdr_info[cnt].shdr.sh_type == SHT_SYMTAB))
744 assert (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB);
872 && shdr_info[cnt].shdr.sh_type != SHT_NOTE
878 debugshdr.sh_type
[all...]
H A Delflint.c533 if (shdr->sh_type != SHT_GROUP)
581 if (strshdr->sh_type != SHT_STRTAB)
602 if (xndxshdr->sh_type == SHT_SYMTAB_SHNDX
1006 if (rcshdr->sh_type == SHT_DYNAMIC)
1164 if((*destshdrp)->sh_type != SHT_PROGBITS
1165 && (*destshdrp)->sh_type != SHT_NOBITS)
1224 if (dynshdr != NULL && dynshdr->sh_type == SHT_DYNAMIC
1560 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB)
1843 if (symshdr != NULL && symshdr->sh_type != SHT_SYMTAB)
1871 if (rshdr != NULL && rshdr->sh_type
[all...]
H A Dunstrip.c324 switch (shdr->sh_type)
400 switch (shdr->sh_type)
538 if (shdr->sh_type != SHT_NOBITS && shdr->sh_link == new_sh_link)
938 if (sec->shdr.sh_type == SHT_PROGBITS
1016 COPY (sh_type);
1110 && (((sec->shdr.sh_type == undo_sec->shdr.sh_type
1118 && undo_sec->shdr.sh_type == SHT_NOBITS)
1119 || undo_sec->shdr.sh_type == SHT_PROGBITS)
1121 || (sec->shdr.sh_type
[all...]
/external/elfutils/tests/
H A Dupdate4.c139 shdr->sh_type = SHT_PROGBITS;
175 shdr->sh_type = SHT_PROGBITS;
211 shdr->sh_type = SHT_PROGBITS;
247 shdr->sh_type = SHT_NOBITS;
284 shdr->sh_type = SHT_STRTAB;
H A Dsectiondump.c112 shdr->sh_type,
128 switch (shdr->sh_type)
/external/elfutils/libdwfl/
H A Dderelocate.c145 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
205 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA))
/external/valgrind/main/VEX/switchback/
H A Dlinker.c393 findElfSection ( void* objImage, Elf_Word sh_type )
403 if (shdr[i].sh_type == sh_type
897 if (shdr[shnum].sh_type == SHT_REL ) {
903 if (shdr[shnum].sh_type == SHT_RELA) {
1005 if (debug_linker>1) fprintf(stderr, "type=%2d ", (int)shdr[i].sh_type );
1012 if (shdr[i].sh_type == SHT_REL) {
1014 } else if (shdr[i].sh_type == SHT_RELA) {
1029 if (shdr[i].sh_type == SHT_STRTAB
1050 if (shdr[i].sh_type !
[all...]
/external/valgrind/main/VEX/unused/
H A Dlinker.c327 findElfSection ( void* objImage, Elf_Word sh_type )
337 if (shdr[i].sh_type == sh_type
739 if (shdr[shnum].sh_type == SHT_REL ) {
745 if (shdr[shnum].sh_type == SHT_RELA) {
844 if (debug_linker>1) fprintf(stderr, "type=%2d ", (int)shdr[i].sh_type );
851 if (shdr[i].sh_type == SHT_REL) {
853 } else if (shdr[i].sh_type == SHT_RELA) {
868 if (shdr[i].sh_type == SHT_STRTAB
889 if (shdr[i].sh_type !
[all...]
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c292 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_type);
308 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_type);
391 if (shdr.sh_type == SHT_STRTAB) {
408 if (shdr.sh_type == SHT_STRTAB) {
428 if (shdr.sh_type == SHT_SYMTAB) {
456 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
510 if (shdr.sh_type == SHT_SYMTAB) {
538 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
/external/elfutils/libasm/
H A Ddisasm_cb.c83 if (shdr == NULL || shdr->sh_type != SHT_SYMTAB

Completed in 146 milliseconds

123