Home
last modified time | relevance | path

Searched refs:maskwords (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnuhash.test283 ## Case A: the 'maskwords' field is set so that the table goes past the end of the file.
284 …N: yaml2obj --docnum=1 -DBITS=64 -DMACHINE=EM_X86_64 -D MASKWORDS=4294967295 %s -o %t.err.maskwords
285 # RUN: llvm-readobj --gnu-hash-table %t.err.maskwords 2>&1 | \
286 # RUN: FileCheck %s -DFILE=%t.err.maskwords -DMASKWORDS=4294967295 -DNBUCKETS=3 --check-prefix=ERR
287 # RUN: llvm-readelf --gnu-hash-table %t.err.maskwords 2>&1 | \
288 # RUN: FileCheck %s -DFILE=%t.err.maskwords -DMASKWORDS=4294967295 -DNBUCKETS=3 --check-prefix=ERR
Dhash-symbols.test467 ## Case A: the 'maskwords' field is set so that the table goes past the end of the file.
468 # RUN: yaml2obj --docnum=8 -D MASKWORDS=4294967295 %s -o %t.err.maskwords
469 # RUN: llvm-readelf --hash-symbols %t.err.maskwords 2>&1 | \
470 # RUN: FileCheck %s -DFILE=%t.err.maskwords --check-prefix=ERR4
Dhash-histogram.test263 ## Case A: the 'maskwords' field is set so that the GNU hash table goes past the end of the file.
/external/llvm/include/llvm/Object/
DELFTypes.h545 Elf_Word maskwords;
550 maskwords);
/external/llvm-project/llvm/include/llvm/Object/
DELFTypes.h528 Elf_Word maskwords;
533 maskwords);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h530 Elf_Word maskwords;
535 maskwords);
/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c734 Elf32_Word maskwords; in translate_offs() member
748 * header->maskwords)); in translate_offs()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2747 (uint64_t)GnuHashTable->maskwords * sizeof(typename ELFT::Off) >= in checkGNUHashTable()
2822 W.printNumber("Num Mask Words", GnuHashTable->maskwords); in printGnuHashTable()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1826 W.printNumber("Num Mask Words", GnuHashTable->maskwords); in printGnuHashTable()