HomeSort by relevance Sort by last modified time
    Searched refs:sh_info (Results 126 - 146 of 146) sorted by null

1 2 3 4 56

  /external/libvpx/libvpx/build/make/
obj_int_extract.c 298 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_info);
314 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_info);
  /external/qemu/
elf_ops.h 39 bswap32s(&shdr->sh_info);
elf.h 1111 Elf32_Word sh_info; member in struct:elf32_shdr
1124 Elf64_Word sh_info; \/* Additional section information *\/ member in struct:elf64_shdr
    [all...]
  /external/elfutils/src/
ldgeneric.c 900 SCNINFO_SHDR (fileinfo->scninfo[shdr->sh_info].shdr).sh_name)))))
948 /* Handle section linked by 'sh_info'. */
949 if (unlikely (shdr->sh_info != 0) && (shdr->sh_flags & SHF_INFO_LINK))
952 mark_section_used (&scninfo->fileinfo->scninfo[shdr->sh_info],
953 shdr->sh_info, &ignore);
    [all...]
ld.c     [all...]
objdump.c 561 shdr->sh_info),
  /external/llvm/include/llvm/Support/
ELF.h 1085 Elf32_Word sh_info; \/\/ Section type-specific extra information member in struct:llvm::ELF::Elf32_Shdr
1099 Elf64_Word sh_info; member in struct:llvm::ELF::Elf64_Shdr
    [all...]
  /external/elfutils/libdwfl/
relocate.c 595 Elf_Scn *tscn = elf_getscn (debugfile, shdr->sh_info);
  /external/valgrind/main/VEX/switchback/
linker.c 522 int target_shndx = shdr[shnum].sh_info;
648 int target_shndx = shdr[shnum].sh_info;
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 428 int target_shndx = shdr[shnum].sh_info;
554 int target_shndx = shdr[shnum].sh_info;
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 408 Word sh_info; member in struct:__anon35035::Elf32::Shdr
449 Word sh_info; member in struct:__anon35035::Elf64::Shdr
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 276 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon39159
290 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon39160
357 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 276 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon40749
290 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon40750
357 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 276 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon42264
290 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon42265
357 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 142 Elf_Word sh_info; // Section type-specific extra information member in struct:llvm::object::Elf_Shdr_Base
157 Elf_Word sh_info; // Section type-specific extra information member in struct:llvm::object::Elf_Shdr_Base
    [all...]
  /external/elfutils/libelf/
elf.h 285 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon19930
299 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon19931
367 #define SHF_INFO_LINK (1 << 6) /* `sh_info' contains SHT index */
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 171 self.sh_info = f.uint32()
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 487 W.printNumber("Info", Section->sh_info);
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 318 shdr[sectIdx].sh_info = getSectInfo(*ld_sect);
564 /// getSectInfo - compute ElfXX_Shdr::sh_info
  /external/elfutils/
elfutils.spec 478 - use the correct way of identifying the section via the sh_info link.
  /external/valgrind/main/perf/
tinycc.c 309 Elf32_Word sh_info; /* Additional section information */ member in struct:__anon30288
323 Elf64_Word sh_info; /* Additional section information */ member in struct:__anon30289
2203 int sh_info; \/* elf section info *\/ member in struct:Section
    [all...]

Completed in 1539 milliseconds

1 2 3 4 56