HomeSort by relevance Sort by last modified time
    Searched refs:SHN_LORESERVE (Results 26 - 42 of 42) sorted by null

12

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 689 SHN_LORESERVE = 0xff00, // Lowest reserved index
696 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFTypes.h 236 return st_shndx >= ELF::SHN_LORESERVE;
ELF.h 307 if (Index == ELF::SHN_UNDEF || Index >= ELF::SHN_LORESERVE)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 536 ECase(SHN_LORESERVE);
799 if (Symbol.Index && *Symbol.Index < ELFYAML::ELF_SHN(ELF::SHN_LORESERVE)) {
  /external/elfutils/src/
elfcompress.c 175 if (ndx < SHN_LORESERVE)
    [all...]
elflint.c 729 else if (xndx < SHN_LORESERVE)
735 else if ((sym->st_shndx >= SHN_LORESERVE
740 && (sym->st_shndx < SHN_LORESERVE
    [all...]
readelf.c     [all...]
  /external/llvm/include/llvm/Support/
ELF.h 652 SHN_LORESERVE = 0xff00, // Lowest reserved index
659 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 761 SHN_LORESERVE = 0xff00, // Lowest reserved index
768 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 653 SHN_LORESERVE = 0xff00, // Lowest reserved index
660 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 356 if (unlikely (shnum >= SHN_LORESERVE) || unlikely(shnum == 0)
    [all...]
  /external/kmod/port-gnu/
elf.h 303 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 449 if (symb->st_shndx >= ELF::SHN_LORESERVE)
    [all...]
  /external/elfutils/libelf/
elf.h 415 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 240 if(section != SHN_UNDEF && section < SHN_LORESERVE)
325 if(section != SHN_UNDEF && section < SHN_LORESERVE)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 886 milliseconds

12