Searched refs:maskwords (Results 1 – 9 of 9) sorted by relevance
283 ## 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.maskwords285 # 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=ERR287 # 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
467 ## 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.maskwords469 # RUN: llvm-readelf --hash-symbols %t.err.maskwords 2>&1 | \470 # RUN: FileCheck %s -DFILE=%t.err.maskwords --check-prefix=ERR4
263 ## Case A: the 'maskwords' field is set so that the GNU hash table goes past the end of the file.
545 Elf_Word maskwords;550 maskwords);
528 Elf_Word maskwords;533 maskwords);
530 Elf_Word maskwords;535 maskwords);
734 Elf32_Word maskwords; in translate_offs() member748 * header->maskwords)); in translate_offs()
2747 (uint64_t)GnuHashTable->maskwords * sizeof(typename ELFT::Off) >= in checkGNUHashTable()2822 W.printNumber("Num Mask Words", GnuHashTable->maskwords); in printGnuHashTable()
1826 W.printNumber("Num Mask Words", GnuHashTable->maskwords); in printGnuHashTable()