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

  /external/elfutils/libebl/
eblsectiontypename.c 106 if (section >= SHT_LOOS && section <= SHT_HIOS)
107 snprintf (buf, len, "SHT_LOOS+%x", section - SHT_LOOS);
  /toolchain/binutils/binutils-2.25/include/elf/
hppa.h 531 #define SHT_HP_OVLBITS (SHT_LOOS + 0x0)
532 #define SHT_HP_DLKM (SHT_LOOS + 0x1)
533 #define SHT_HP_COMDAT (SHT_LOOS + 0x2)
534 #define SHT_HP_OBJDICT (SHT_LOOS + 0x3)
535 #define SHT_HP_ANNOT (SHT_LOOS + 0x4)
common.h 468 #define SHT_LOOS 0x60000000 /* First of OS specific semantics */
    [all...]
  /bionic/libc/include/
elf.h 186 #define SHT_LOOS 0x60000000
  /bionic/tools/relocation_packer/src/
elf_file.cc 37 static constexpr uint32_t SHT_ANDROID_REL = SHT_LOOS + 1;
38 static constexpr uint32_t SHT_ANDROID_RELA = SHT_LOOS + 2;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 660 SHT_LOOS = 0x60000000, // Lowest operating system-specific type.
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 369 ECase(SHT_LOOS)
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 100 (pType >= llvm::ELF::SHT_LOOS && pType <= llvm::ELF::SHT_HIOS) ||
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 352 SHT_LOOS SectionType = 0x60000000 /* First of OS specific semantics */
384 {0x60000000, "SHT_LOOS"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 352 SHT_LOOS SectionType = 0x60000000 /* First of OS specific semantics */
384 {0x60000000, "SHT_LOOS"},
    [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 360 SHT_LOOS = 0x60000000,
    [all...]
  /external/elfutils/libelf/
elf.h 338 #define SHT_LOOS 0x60000000 /* Start OS-specific. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 333 #define SHT_LOOS 0x60000000 /* Start OS-specific. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 335 #define SHT_LOOS 0x60000000 /* Start OS-specific. */
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc 662 if ((sh_type >= elfcpp::SHT_LOOS && sh_type <= elfcpp::SHT_HIOS)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c     [all...]
  /external/valgrind/perf/
tinycc.c 353 #define SHT_LOOS 0x60000000 /* Start OS-specific */
    [all...]

Completed in 132 milliseconds