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

123

/external/elfutils/0.153/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.c228 switch (shdr->sh_type)
343 + (shdr->sh_type != SHT_NOBITS
382 if (shdr->sh_type != SHT_NOBITS)
/external/elfutils/0.153/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/0.153/src/
H A Dstrip.c628 if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB_SHNDX))
633 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP))
656 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GNU_versym))
742 if ((shdr_info[cnt].shdr.sh_type == SHT_REL
743 || shdr_info[cnt].shdr.sh_type == SHT_RELA)
749 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP)
771 && (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM
772 || shdr_info[cnt].shdr.sh_type == SHT_SYMTAB))
789 assert (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB);
918 && shdr_info[cnt].shdr.sh_type !
[all...]
H A Delflint.c552 if (shdr->sh_type != SHT_GROUP)
600 if (strshdr->sh_type != SHT_STRTAB)
621 if (xndxshdr->sh_type == SHT_SYMTAB_SHNDX
1010 && shdr->sh_type == SHT_DYNSYM)
1044 if (rcshdr->sh_type == SHT_DYNAMIC)
1202 if((*destshdrp)->sh_type != SHT_PROGBITS
1203 && (*destshdrp)->sh_type != SHT_NOBITS)
1262 if (dynshdr != NULL && dynshdr->sh_type == SHT_DYNAMIC
1594 if (strshdr != NULL && strshdr->sh_type != SHT_STRTAB)
1868 if (symshdr != NULL && symshdr->sh_type !
[all...]
H A Dfindtextrel.c282 switch (shdr->sh_type)
417 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
431 if (shdr->sh_type == SHT_REL)
454 else if (shdr->sh_type == SHT_RELA)
H A Dunstrip.c324 switch (shdr->sh_type)
406 switch (shdr->sh_type)
543 if (shdr->sh_type != SHT_NOBITS && shdr->sh_link == new_sh_link)
941 if (sec->shdr.sh_type == SHT_PROGBITS
1019 COPY (sh_type);
1113 && (((sec->shdr.sh_type == undo_sec->shdr.sh_type
1121 && undo_sec->shdr.sh_type == SHT_NOBITS)
1122 || undo_sec->shdr.sh_type == SHT_PROGBITS)
1124 || (sec->shdr.sh_type
[all...]
H A Delfcmp.c310 if (shdr1->sh_type != shdr2->sh_type
340 switch (shdr1->sh_type)
508 assert (shdr1->sh_type == SHT_NOBITS
510 assert (shdr2->sh_type == SHT_NOBITS
514 || (shdr1->sh_type != SHT_NOBITS
519 && shdr1->sh_type == SHT_HASH
760 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA)
770 if (shdr->sh_type
[all...]
H A Dobjdump.c508 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
543 if (xndxshdr != NULL && xndxshdr->sh_type == SHT_SYMTAB_SHNDX
552 if (shdr->sh_type == SHT_REL)
579 if (shdr->sh_type == SHT_PROGBITS && shdr->sh_size > 0)
716 if (shdr->sh_type == SHT_PROGBITS && shdr->sh_size > 0
/external/elfutils/0.153/backends/
H A Dalpha_symbol.c102 && scn_shdr.sh_type == SHT_DYNAMIC
H A Dsparc_symbol.c89 && scn_shdr.sh_type == SHT_DYNAMIC
/external/elfutils/0.153/libdwfl/
H A Dderelocate.c149 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
209 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA))
H A Drelocate.c143 switch (shdr->sh_type)
308 if (unlikely (tshdr->sh_type == SHT_NOBITS) || unlikely (tshdr->sh_size == 0))
483 if (shdr->sh_type == SHT_REL)
556 if (shdr->sh_type == SHT_REL)
617 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
/external/valgrind/main/VEX/switchback/
H A Dlinker.c395 findElfSection ( void* objImage, Elf_Word sh_type )
405 if (shdr[i].sh_type == sh_type
899 if (shdr[shnum].sh_type == SHT_REL ) {
905 if (shdr[shnum].sh_type == SHT_RELA) {
1007 if (debug_linker>1) fprintf(stderr, "type=%2d ", (int)shdr[i].sh_type );
1014 if (shdr[i].sh_type == SHT_REL) {
1016 } else if (shdr[i].sh_type == SHT_RELA) {
1031 if (shdr[i].sh_type == SHT_STRTAB
1052 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/llvm/include/llvm/Object/
H A DELFObjectFile.h432 EShdr->sh_type == ELF::SHT_PROGBITS;
441 EShdr->sh_type == ELF::SHT_NOBITS;
456 Result = toELFShdrIter(Sec)->sh_type == ELF::SHT_NOBITS;
463 Result = toELFShdrIter(Sec)->sh_type == ELF::SHT_NOBITS;
505 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
520 uintX_t Type = EShdr->sh_type;
539 switch (sec->sh_type) {
557 switch (SymSec->sh_type) {
602 switch (sec->sh_type) {
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c308 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_type);
324 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_type);
407 if (shdr.sh_type == SHT_STRTAB) {
424 if (shdr.sh_type == SHT_STRTAB) {
444 if (shdr.sh_type == SHT_SYMTAB) {
472 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
533 if (shdr.sh_type == SHT_SYMTAB) {
561 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c308 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_type);
324 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_type);
407 if (shdr.sh_type == SHT_STRTAB) {
424 if (shdr.sh_type == SHT_STRTAB) {
444 if (shdr.sh_type == SHT_SYMTAB) {
472 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
533 if (shdr.sh_type == SHT_SYMTAB) {
561 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */

Completed in 232 milliseconds

123