HomeSort by relevance Sort by last modified time
    Searched refs:sh_info (Results 151 - 175 of 190) sorted by null

1 2 3 4 5 67 8

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
exec_elf.h 213 Elf32_Word sh_info; /* extra information */ member in struct:__anon79547
226 Elf64_Half sh_info; /* misc info */ member in struct:__anon79548
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
exec_elf.h 213 Elf32_Word sh_info; /* extra information */ member in struct:__anon80001
226 Elf64_Half sh_info; /* misc info */ member in struct:__anon80002
  /external/elfutils/0.153/src/
elflint.c 472 /* Get the header of the zeroth section. The sh_info field
479 if (shdr->sh_info < PN_XNUM)
483 phnum = shdr->sh_info;
749 if (cnt < shdr->sh_info)
872 if (cnt >= shdr->sh_info)
874 section [%2d] '%s': symbol %zu: local symbol outside range described in sh_info\n"),
879 if (cnt < shdr->sh_info)
881 section [%2d] '%s': symbol %zu: non-local symbol outside range described in sh_info\n"),
    [all...]
arlib.c 259 for (int ndx = shdr->sh_info; ndx < nsyms; ++ndx)
readelf.c 816 printf (gettext (" (%" PRIu32 " in [0].sh_info)"),
817 (uint32_t) shdr->sh_info);
961 shdr->sh_entsize, flagbuf, shdr->sh_link, shdr->sh_info,
    [all...]
ldgeneric.c 898 SCNINFO_SHDR (fileinfo->scninfo[shdr->sh_info].shdr).sh_name)))))
946 /* Handle section linked by 'sh_info'. */
947 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
950 mark_section_used (&scninfo->fileinfo->scninfo[shdr->sh_info],
951 shdr->sh_info, &ignore);
    [all...]
elfcmp.c 319 || shdr1->sh_info != shdr2->sh_info
objdump.c 515 shdr->sh_info),
  /art/compiler/
elf_writer_quick.h 65 section_.sh_info = info;
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
obj_int_extract.c 314 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_info);
330 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_info);
  /external/elfutils/0.153/libasm/
asm_end.c 277 shdr->sh_info = ptr_local;
370 shdr->sh_info = (runp->signature != NULL
  /external/elfutils/0.153/libelf/
abstract.h 112 TYPE_NAME (ElfW2(32, Ext##Word), sh_info) \
125 TYPE_NAME (ElfW2(64, Ext##Word), sh_info) \
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 314 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_info);
330 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_info);
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 226 SHeader.sh_info = Index;
246 SHeader.sh_info = Doc.Symbols.Local.size() + 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 314 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_info);
330 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_info);
  /external/qemu/include/hw/
elf_ops.h 39 bswap32s(&shdr->sh_info);
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 1515 uint64_t sh_info = 0; local
    [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 209 if (const Elf_Shdr *InfoSection = Obj.getSection(Shdr->sh_info)) {
  /external/llvm/include/llvm/Object/
ELF.h 438 unsigned vd_count = sec->sh_info; // Number of Verdef entries
463 unsigned vn_count = sec->sh_info; // Number of Verneed entries
    [all...]
ELFObjectFile.h 524 const Elf_Shdr *R = EF.getSection(EShdr->sh_info);
580 const Elf_Shdr *RelocatedSec = EF.getSection(RelocationSec->sh_info);
    [all...]
  /external/qemu/include/
elf.h 1359 Elf32_Word sh_info; member in struct:elf32_shdr
1372 Elf64_Word sh_info; \/* Additional section information *\/ member in struct:elf64_shdr
    [all...]
  /external/elfutils/0.153/libdwfl/
relocate.c 622 Elf_Scn *tscn = elf_getscn (debugfile, shdr->sh_info);
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 371 if (SI->sh_type == ELF::SHT_REL && SI->sh_info == IndexSectionIndex) {
  /art/runtime/
elf.h 1212 Elf32_Word sh_info; \/\/ Section type-specific extra information member in struct:Elf32_Shdr
1226 Elf64_Word sh_info; member in struct:Elf64_Shdr
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 1227 Elf32_Word sh_info; \/\/ Section type-specific extra information member in struct:llvm::ELF::Elf32_Shdr
1241 Elf64_Word sh_info; member in struct:llvm::ELF::Elf64_Shdr
    [all...]

Completed in 1885 milliseconds

1 2 3 4 5 67 8