HomeSort by relevance Sort by last modified time
    Searched refs:SHT_GROUP (Results 1 - 18 of 18) 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 223 new (*this) MCSectionELF(".group", ELF::SHT_GROUP, 0,
ELFObjectWriter.cpp 834 if (Section.getType() != ELF::SHT_GROUP)
843 if (Section.getType() == ELF::SHT_GROUP ||
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 66 case llvm::ELF::SHT_GROUP:
  /external/elfutils/libelf/
elf32_updatenull.c 232 case SHT_GROUP:
elf_getdata.c 87 [SHT_GROUP] = ELF_T_WORD,
elf.h 338 #define SHT_GROUP 17 /* Section group */
    [all...]
  /external/elfutils/src/
strip.c 605 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP))
798 + SHT_GROUP in sh_link to symbol table
    [all...]
elflint.c 533 if (shdr->sh_type != SHT_GROUP)
    [all...]
ldgeneric.c 540 == SHT_GROUP);
542 == SHT_GROUP);
868 SHT_GROUP". I hope everybody reads this as "exactly one section".
    [all...]
unstrip.c 424 case SHT_GROUP:
    [all...]
readelf.c     [all...]
  /external/elfutils/libasm/
asm_end.c 365 shdr->sh_type = SHT_GROUP;
  /external/llvm/include/llvm/Support/
ELF.h 736 SHT_GROUP = 17, // Section group.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 329 #define SHT_GROUP 17 /* Section group */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 329 #define SHT_GROUP 17 /* Section group */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 329 #define SHT_GROUP 17 /* Section group */
    [all...]

Completed in 237 milliseconds