HomeSort by relevance Sort by last modified time
    Searched refs:sh_type (Results 176 - 200 of 253) sorted by null

1 2 3 4 5 6 78 91011

  /prebuilts/clang/host/linux-x86/clang-4630689/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
  /prebuilts/clang/host/linux-x86/clang-4639204/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
  /prebuilts/clang/host/linux-x86/clang-4691093/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
  /external/elfutils/libdw/
dwarf_getcfi_elf.c 301 if (shdr->sh_type == SHT_PROGBITS)
  /external/elfutils/tests/
elfstrtab.c 192 shdr->sh_type = SHT_STRTAB;
newdata.c 126 shdr->sh_type = SHT_PROGBITS;
  /toolchain/binutils/binutils-2.27/gold/
gc.h 155 if (Classify_reloc::sh_type == elfcpp::SHT_REL)
incremental.cc 174 // Return TRUE if a section of type SH_TYPE can be updated in place
180 can_incremental_update(unsigned int sh_type)
182 return (sh_type == elfcpp::SHT_PROGBITS
183 || sh_type == elfcpp::SHT_NOBITS
184 || sh_type == elfcpp::SHT_INIT_ARRAY
185 || sh_type == elfcpp::SHT_FINI_ARRAY
186 || sh_type == elfcpp::SHT_PREINIT_ARRAY
187 || sh_type == elfcpp::SHT_NOTE);
    [all...]
object.cc 576 elfcpp::Elf_Word sh_type = shdr->get_sh_type(); local
577 return ((sh_type == elfcpp::SHT_PROGBITS
578 || sh_type == elfcpp::SHT_X86_64_UNWIND)
1455 unsigned int sh_type = shdr.get_sh_type(); local
    [all...]
powerpc.cc 564 template<int sh_type, int size, bool big_endian>
565 class Powerpc_copy_relocs : public Copy_relocs<sh_type, size, big_endian>
569 : Copy_relocs<sh_type, size, big_endian>(elfcpp::R_POWERPC_COPY)
575 emit(Output_data_reloc<sh_type, true, size, big_endian>*);
609 unsigned int sh_type,
623 unsigned int sh_type,
723 unsigned int sh_type,
739 unsigned int sh_type,
754 unsigned int sh_type,
766 unsigned int sh_type,
8801 static const int sh_type = elfcpp::SHT_RELA; member in class:__anon4468::Powerpc_scan_relocatable_reloc
    [all...]
  /art/compiler/linker/
elf_builder.h 115 header_.sh_type = type;
646 section->header_.sh_type = SHT_NOBITS;
    [all...]
  /bionic/linker/
linker_phdr.cpp 371 if (shdr_table_[i].sh_type == SHT_DYNAMIC) {
440 if (strtab_shdr->sh_type != SHT_STRTAB) {
441 DL_ERR_AND_LOG("\"%s\" .dynamic section has invalid link(%d) sh_type: %d (expected SHT_STRTAB)",
442 name_.c_str(), dynamic_shdr->sh_link, strtab_shdr->sh_type);
    [all...]
  /external/elfutils/src/
readelf.c     [all...]
nm.c 912 else if (shdr->sh_type == SHT_NOBITS)
    [all...]
  /external/iproute2/lib/
bpf.c     [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 165 self.sh_type = f.uint32()
176 if self.sh_type == 4 or self.sh_type == 9: # SHT_RELA / SHT_REL
    [all...]
  /external/elfutils/libelf/
libelfP.h 456 extern Elf_Type __libelf_data_type (Elf *elf, int sh_type) internal_function;
elf32_updatefile.c 321 if (shdr->sh_type == SHT_NOBITS)
702 if (shdr->sh_type == SHT_NOBITS)
elf_begin.c 378 if (elf->state.elf32.shdr[cnt].sh_type == SHT_SYMTAB_SHNDX
475 if (elf->state.elf64.shdr[cnt].sh_type == SHT_SYMTAB_SHNDX
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 624 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
638 Elf64_Word sh_type; member in struct:llvm::ELF::Elf64_Shdr
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 625 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
639 Elf64_Word sh_type; member in struct:llvm::ELF::Elf64_Shdr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 627 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
641 Elf64_Word sh_type; member in struct:llvm::ELF::Elf64_Shdr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 629 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
643 Elf64_Word sh_type; member in struct:llvm::ELF::Elf64_Shdr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 629 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
643 Elf64_Word sh_type; member in struct:llvm::ELF::Elf64_Shdr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 674 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
688 Elf64_Word sh_type; member in struct:llvm::ELF::Elf64_Shdr
    [all...]

Completed in 592 milliseconds

1 2 3 4 5 6 78 91011