HomeSort by relevance Sort by last modified time
    Searched refs:SHN_UNDEF (Results 51 - 74 of 74) sorted by null

1 23

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 196 #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */
    [all...]
Elf32Convert.c 738 if (Sym->st_shndx == SHN_UNDEF
    [all...]
Elf64Convert.c 748 if (Sym->st_shndx == SHN_UNDEF
    [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 257 bool isUndefined() const { return st_shndx == ELF::SHN_UNDEF; }
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 241 if (Shdr->sh_link != ELF::SHN_UNDEF) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 688 SHN_UNDEF = 0, // Undefined, missing, irrelevant, or meaningless
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFTypes.h 239 bool isUndefined() const { return st_shndx == ELF::SHN_UNDEF; }
ELFObjectFile.h 480 case ELF::SHN_UNDEF:
602 if (ESym->st_shndx == ELF::SHN_UNDEF)
    [all...]
ELF.h 307 if (Index == ELF::SHN_UNDEF || Index >= ELF::SHN_LORESERVE)
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h 248 uint64_t Link = ELF::SHN_UNDEF;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ELFObjectWriter.cpp 666 MSD.SectionIndex = ELF::SHN_UNDEF;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 651 SHN_UNDEF = 0, // Undefined, missing, irrelevant, or meaningless
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 760 SHN_UNDEF = 0, // Undefined, missing, irrelevant, or meaningless
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
elf2yaml.cpp 326 if (Shdr->sh_link != ELF::SHN_UNDEF) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 652 SHN_UNDEF = 0, // Undefined, missing, irrelevant, or meaningless
    [all...]
  /external/elfutils/src/
elflint.c 978 const char *sname = ((destshdr == NULL || xndx == SHN_UNDEF)
984 if (xndx != SHN_UNDEF || ehdr->e_type != ET_REL)
    [all...]
readelf.c     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 535 ECase(SHN_UNDEF);
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 224 if(index != SHN_UNDEF)
226 if(table == SHN_UNDEF) return nullptr;
240 if(section != SHN_UNDEF && section < SHN_LORESERVE)
309 if(index != SHN_UNDEF)
311 if(table == SHN_UNDEF) return nullptr;
325 if(section != SHN_UNDEF && section < SHN_LORESERVE)
    [all...]
  /external/kmod/port-gnu/
elf.h 302 #define SHN_UNDEF 0 /* Undefined section */
    [all...]
  /external/elfutils/libelf/
elf.h 414 #define SHN_UNDEF 0 /* Undefined section */
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 408 SHN_UNDEF = 0
433 return self.st_shndx == Elf_Sym.SHN_UNDEF
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 942 milliseconds

1 23