HomeSort by relevance Sort by last modified time
    Searched refs:sh_type (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/elfutils/libelf/
elf-knowledge.h 62 && (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 \
elf_strptr.c 112 if (unlikely (strscn->shdr.e32->sh_type != SHT_STRTAB))
128 if (unlikely (strscn->shdr.e64->sh_type != SHT_STRTAB))
gelf_getshdr.c 94 COPY (sh_type);
gelf_update_shdr.c 98 COPY (sh_type);
nlist.c 122 if (shdr->sh_type == SHT_SYMTAB)
129 if (shdr->sh_type == SHT_DYNSYM)
elf32_getshdr.c 138 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);
  /external/elfutils/libebl/
eblsectionstripp.c 70 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL)
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionHeader.h 41 word_t sh_type; member in class:ELFSectionHeader_CRTP
63 return sh_type;
125 AR & sh_type; local
176 AR & sh_type; local
  /external/chromium_org/courgette/
disassembler_elf_32.cc 110 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)
types_elf.h 61 Elf32_Word sh_type; member in struct:Elf32_Shdr
  /art/runtime/
elf_file.cc 128 switch (section_header.sh_type) {
366 if (section_header.sh_type == type) {
411 CHECK(IsSymbolSectionType(section_header.sh_type)) << file_->GetPath() << " " << section_header.sh_type;
510 CHECK_EQ(static_cast<llvm::ELF::Elf32_Word>(llvm::ELF::SHT_STRTAB), string_section.sh_type) << file_->GetPath();
541 CHECK(llvm::ELF::SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type;
546 CHECK(llvm::ELF::SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type;
552 CHECK(llvm::ELF::SHT_REL == section_header.sh_type) << file_->GetPath() << " " << section_header.sh_type
    [all...]
  /external/elfutils/backends/
alpha_symbol.c 101 && scn_shdr.sh_type == SHT_DYNAMIC
sparc_symbol.c 89 && scn_shdr.sh_type == SHT_DYNAMIC
  /sdk/emulator/qtools/
read_elf.cpp 54 shdr->sh_type = SwapWord(shdr->sh_type);
187 if (shdr[ii].sh_type == SHT_SYMTAB &&
202 if (shdr[ii].sh_type == SHT_STRTAB &&
  /external/elfutils/src/
elfcmp.c 258 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 == SHT_REL
    [all...]
findtextrel.c 277 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)
strip.c 600 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 = SHT_NOBITS
    [all...]
elflint.c 533 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)
    [all...]
unstrip.c 324 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 == SHT_REL
    [all...]
  /external/elfutils/tests/
update4.c 139 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;
sectiondump.c 112 shdr->sh_type,
128 switch (shdr->sh_type)
  /external/elfutils/libdwfl/
derelocate.c 145 && (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/
linker.c 393 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 != SHT_SYMTAB) continue
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 327 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 != SHT_SYMTAB) continue
    [all...]
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 292 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); */

Completed in 396 milliseconds

1 2 3 4 5 6 7