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

1 2 3 4 5 67

  /external/elfutils/src/
arlib.c 250 if (shdr->sh_type != symtype)
nm.c     [all...]
size.c 567 else if (shdr->sh_type == SHT_NOBITS)
strings.c 729 if (shdr != NULL && shdr->sh_type != SHT_NOBITS
i386_ld.c 544 assert (shdr->sh_type == SHT_REL);
    [all...]
  /external/elfutils/tests/
asm-tst3.c 210 if (shdr->sh_type != scntypes[cnt])
asm-tst9.c 244 if (shdr->sh_type != (cnt == 2 ? SHT_STRTAB : SHT_PROGBITS))
  /bionic/libc/include/sys/
exec_elf.h 375 Elf32_Word sh_type; /* section type */ member in struct:__anon102
388 Elf64_Word sh_type; /* section type */ member in struct:__anon103
399 /* sh_type */
    [all...]
  /external/elfutils/libelf/
abstract.h 106 TYPE_NAME (ElfW2(32, Ext##Word), sh_type) \
119 TYPE_NAME (ElfW2(64, Ext##Word), sh_type) \
elf_begin.c 343 if (elf->state.elf32.shdr[cnt].sh_type == SHT_SYMTAB_SHNDX
431 if (elf->state.elf64.shdr[cnt].sh_type == SHT_SYMTAB_SHNDX
    [all...]
elf.h 279 Elf32_Word sh_type; /* Section type */ member in struct:__anon19930
293 Elf64_Word sh_type; /* Section type */ member in struct:__anon19931
321 /* Legal values for sh_type (section type). */
    [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/chromium_org/base/third_party/symbolize/
symbolize.cc 202 if (buf[j].sh_type == type) {
  /external/llvm/include/llvm/Support/
ELF.h 1079 Elf32_Word sh_type; \/\/ Section type (SHT_*) member in struct:llvm::ELF::Elf32_Shdr
1093 Elf64_Word sh_type; member in struct:llvm::ELF::Elf64_Shdr
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 480 W.printHex ("Type", getElfSectionType(Obj->getArch(), Section->sh_type),
481 Section->sh_type);
  /external/qemu/
elf.h 706 /* Legal values for sh_type field of Elf32_Shdr. */
863 /* Processor specific values for the Shdr sh_type field. *
1105 Elf32_Word sh_type; member in struct:elf32_shdr
1118 Elf64_Word sh_type; \/* Type of section *\/ member in struct:elf64_shdr
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 238 switch (shdr->sh_type)
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
  /external/valgrind/main/perf/
tinycc.c 303 Elf32_Word sh_type; /* Section type */ member in struct:__anon30288
317 Elf64_Word sh_type; /* Section type */ member in struct:__anon30289
338 /* Legal values for sh_type (section type). */
2201 int sh_type; \/* elf section type *\/ member in struct:Section
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 270 Elf32_Word sh_type; /* Section type */ member in struct:__anon39159
284 Elf64_Word sh_type; /* Section type */ member in struct:__anon39160
312 /* Legal values for sh_type (section type). */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 270 Elf32_Word sh_type; /* Section type */ member in struct:__anon40749
284 Elf64_Word sh_type; /* Section type */ member in struct:__anon40750
312 /* Legal values for sh_type (section type). */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 270 Elf32_Word sh_type; /* Section type */ member in struct:__anon42264
284 Elf64_Word sh_type; /* Section type */ member in struct:__anon42265
312 /* Legal values for sh_type (section type). */
    [all...]
  /external/linux-tools-perf/util/
symbol.c 883 * have the PLT data stripped out (shdr_rel_plt.sh_type == SHT_NOBITS).
961 if (shdr_rel_plt.sh_type == SHT_RELA) {
984 } else if (shdr_rel_plt.sh_type == SHT_REL) {
1120 if (opdshdr.sh_type != SHT_PROGBITS)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 310 shdr[sectIdx].sh_type = ld_sect->type();

Completed in 6050 milliseconds

1 2 3 4 5 67