HomeSort by relevance Sort by last modified time
    Searched defs:sh_type (Results 1 - 22 of 22) sorted by null

  /external/elfutils/libelf/
elf_compress_gnu.c 60 Elf64_Word sh_type; local
69 sh_type = shdr->sh_type;
79 sh_type = shdr->sh_type;
91 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS)
200 __libelf_data_type (elf, sh_type, sh_addralign));
elf_compress.c 365 Elf64_Word sh_type; local
374 sh_type = shdr->sh_type;
384 sh_type = shdr->sh_type;
394 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS)
527 __libelf_data_type (elf, sh_type,
elf.h 387 Elf32_Word sh_type; /* Section type */ member in struct:__anon21895
401 Elf64_Word sh_type; /* Section type */ member in struct:__anon21896
429 /* Legal values for sh_type (section type). */
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFTypes.h 124 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
139 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
  /external/toybox/toys/posix/
file.c 153 int sh_type = elf_int(shdr+4, 4); local
157 if (sh_type == 2 /*SHT_SYMTAB*/) {
160 } else if (sh_type == 7 /*SHT_NOTE*/) {
  /external/u-boot/tools/
mips-relocs.c 197 unsigned int i, j, i_rel_shdr, sh_type, sh_entsize, sh_entries; local
322 sh_type = shdr_field(i, sh_type);
323 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA))
354 if (sh_type == SHT_REL) {
  /external/llvm/include/llvm/Object/
ELFTypes.h 149 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
164 Elf_Word sh_type; // Section type (SHT_*) member in struct:llvm::object::Elf_Shdr_Base
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 92 Elf32_Word sh_type; /* Section type. */ member in struct:__anon5968
elf64.h 100 Elf64_Word sh_type; /* Section type. */ member in struct:__anon5984
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 92 Elf32_Word sh_type; /* Section type. */ member in struct:__anon6047
elf64.h 100 Elf64_Word sh_type; /* Section type. */ member in struct:__anon6063
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 298 long sh_type = readWord(); local
305 if (sh_type == SHT_STRTAB) {
320 long sh_type = readWord(); local
326 if (sh_type == SHT_SYMTAB || sh_type == SHT_DYNSYM) {
335 } else if (sh_type == SHT_STRTAB) {
344 } else if (sh_type == SHT_DYNAMIC) {
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReadElf.java 298 long sh_type = readWord(); local
305 if (sh_type == SHT_STRTAB) {
320 long sh_type = readWord(); local
326 if (sh_type == SHT_SYMTAB || sh_type == SHT_DYNSYM) {
335 } else if (sh_type == SHT_STRTAB) {
344 } else if (sh_type == SHT_DYNAMIC) {
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 99 Elf_Word sh_type; // Section type (SHT_*) member in struct:__anon40653::Elf_Shdr_Base
114 Elf_Word sh_type; // Section type (SHT_*) member in struct:__anon40653::Elf_Shdr_Base
548 switch (Section->sh_type) {
727 && sec->sh_type == ELF::SHT_PROGBITS)
740 && sec->sh_type == ELF::SHT_NOBITS)
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 258 Elf32_Word sh_type; member in struct:elf32_shdr
270 Elf64_Word sh_type; member in struct:elf64_shdr
  /external/kernel-headers/original/uapi/linux/
elf.h 266 /* sh_type */
305 Elf32_Word sh_type; member in struct:elf32_shdr
318 Elf64_Word sh_type; /* Type of section */ member in struct:elf64_shdr
  /external/u-boot/include/
elf.h 233 Elf32_Word sh_type; /* type */ member in struct:__anon47680
247 Elf64_Word sh_type; /* type */ member in struct:__anon47681
270 /* sh_type */
  /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-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 733 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
747 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...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 661 Elf32_Word sh_type; // Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
675 Elf64_Word sh_type; member in struct:llvm::ELF::Elf64_Shdr
    [all...]
  /external/kmod/port-gnu/
elf.h 275 Elf32_Word sh_type; /* Section type */ member in struct:__anon26373
289 Elf64_Word sh_type; /* Section type */ member in struct:__anon26374
317 /* Legal values for sh_type (section type). */
    [all...]

Completed in 3081 milliseconds