HomeSort by relevance Sort by last modified time
    Searched refs:SHT_GROUP (Results 1 - 14 of 14) sorted by null

  /external/qemu/elff/
elff_elf.h 277 #define SHT_GROUP 17
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 277 #define SHT_GROUP 17
  /external/llvm/lib/MC/
MCContext.cpp 218 new (*this) MCSectionELF(".group", ELF::SHT_GROUP, 0,
ELFObjectWriter.cpp 534 if (Section.getType() != ELF::SHT_GROUP)
543 if (Section.getType() == ELF::SHT_GROUP ||
    [all...]
  /external/elfutils/libelf/
elf32_updatenull.c 192 case SHT_GROUP:
elf_getdata.c 83 [SHT_GROUP] = { ELF_T_WORD, sizeof (Elf32_Word) \
elf.h 327 #define SHT_GROUP 17 /* Section group */
    [all...]
  /external/elfutils/src/
strip.c 593 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP))
792 + SHT_GROUP in sh_link to symbol table
1077 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP)
    [all...]
elflint.c 550 if (shdr->sh_type != SHT_GROUP)
    [all...]
ldgeneric.c 807 SHT_GROUP". I hope everybody reads this as "exactly one section".
    [all...]
readelf.c 999 if (shdr != NULL && shdr->sh_type == SHT_GROUP)
    [all...]
  /external/elfutils/libasm/
asm_end.c 352 shdr->sh_type = SHT_GROUP;
  /external/llvm/include/llvm/Support/
ELF.h 717 SHT_GROUP = 17, // Section group.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 329 #define SHT_GROUP 17 /* Section group */
    [all...]

Completed in 266 milliseconds