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

1 2 34 5 6 7

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
elf.h 267 Elf32_Word sh_type; member in struct:__anon60115
280 Elf64_Word sh_type; member in struct:elf64_shdr
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
elf.h 267 Elf32_Word sh_type; member in struct:__anon60512
280 Elf64_Word sh_type; member in struct:elf64_shdr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
elf.h 267 Elf32_Word sh_type; member in struct:__anon60962
280 Elf64_Word sh_type; member in struct:elf64_shdr
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
elf.h 267 Elf32_Word sh_type; member in struct:__anon61414
280 Elf64_Word sh_type; member in struct:elf64_shdr
  /system/core/libcorkscrew/
symbol_table.c 94 if (shdr[i].sh_type == SHT_SYMTAB) {
97 if (shdr[i].sh_type == SHT_DYNSYM) {
  /external/elfutils/libasm/
asm_end.c 152 shdr->sh_type = SHT_STRTAB;
233 shdr->sh_type = SHT_SYMTAB_SHNDX;
275 shdr->sh_type = SHT_SYMTAB;
303 shdr->sh_type = SHT_STRTAB;
365 shdr->sh_type = SHT_GROUP;
asm_newscn.c 149 result->type = shdr->sh_type = type;
  /external/elfutils/libdwfl/
relocate.c 139 switch (shdr->sh_type)
456 if (shdr->sh_type == SHT_REL)
529 if (shdr->sh_type == SHT_REL)
590 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
dwfl_module_build_id.c 132 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE)
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 142 SHeader.sh_type = ELF::SHT_STRTAB;
219 SHeader.sh_type = ELF::SHT_SYMTAB;
318 SHeader.sh_type = Sec.Type;
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 361 uint32_t sh_type = 0x0; local
420 sh_type = shdrTab[idx].sh_type;
430 sh_type = mcld::bswap32(shdrTab[idx].sh_type);
441 sh_type,
917 uint32_t sh_type = 0x0; local
976 sh_type = shdrTab[idx].sh_type;
986 sh_type = mcld::bswap32(shdrTab[idx].sh_type)
    [all...]
  /external/elfutils/src/
ldgeneric.c 539 assert (SCNINFO_SHDR (fileinfo->scninfo[newgrpid].shdr).sh_type
541 assert (SCNINFO_SHDR (oldp->file->scninfo[oldgrpid].shdr).sh_type
896 && ((shdr->sh_type != SHT_RELA && shdr->sh_type != SHT_REL)
926 if (unlikely (scninfo->shdr.sh_type == SHT_NULL))
987 || shdr->sh_type == SHT_NOTE
988 || (shdr->sh_type == SHT_PROGBITS
1005 search.type = shdr->sh_type;
    [all...]
objdump.c 554 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
589 if (xndxshdr != NULL && xndxshdr->sh_type == SHT_SYMTAB_SHNDX
598 if (shdr->sh_type == SHT_REL)
625 if (shdr->sh_type == SHT_PROGBITS && shdr->sh_size > 0)
741 if (shdr->sh_type == SHT_PROGBITS && shdr->sh_size > 0
  /external/elfutils/libdw/
dwarf_begin_elf.c 103 if (unlikely (shdr->sh_type == SHT_NOBITS))
  /external/elfutils/tests/
asm-tst1.c 194 if (shdr->sh_type != (cnt == 3 ? SHT_STRTAB : SHT_PROGBITS))
asm-tst2.c 210 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS))
update3.c 134 shdr->sh_type = SHT_STRTAB;
  /external/grub/stage2/
i386-elf.h 106 Elf32_Word sh_type; /* Section type */ member in struct:__anon20248
  /art/compiler/
elf_fixup.cc 253 if (sh.sh_type == llvm::ELF::SHT_REL) {
263 } else if (sh.sh_type == llvm::ELF::SHT_RELA) {
  /external/qemu/
elf_ops.h 33 bswap32s(&shdr->sh_type);
57 if (shdr_table[i].sh_type == type)
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 402 Word sh_type; member in struct:__anon35035::Elf32::Shdr
443 Word sh_type; member in struct:__anon35035::Elf64::Shdr
538 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type)); local
539 if (sh_type == static_cast<Word>(table_type)) {
555 Word sh_type = GetWordAt(table_offset + offsetof(Shdr, sh_type)); local
556 if (sh_type == SHT_DYNAMIC)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elf.h 253 /* sh_type */
289 Elf32_Word sh_type; member in struct:__anon39331
302 Elf64_Word sh_type; /* Type of section */ member in struct:elf64_shdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 253 /* sh_type */
289 Elf32_Word sh_type; member in struct:__anon40922
302 Elf64_Word sh_type; /* Type of section */ member in struct:elf64_shdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elf.h 253 /* sh_type */
289 Elf32_Word sh_type; member in struct:__anon42436
302 Elf64_Word sh_type; /* Type of section */ member in struct:elf64_shdr
  /external/llvm/include/llvm/Object/
ELF.h 136 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
151 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
1465 unsigned sh_type = S->sh_type; local
    [all...]

Completed in 1518 milliseconds

1 2 34 5 6 7