Searched refs:maskwords (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_convert.m4 | 757 uint32_t n, nbuckets, nchains, maskwords, shift2, symndx, t32; 767 READ_WORD(src, maskwords); 775 SWAP_WORD(maskwords); 780 sz = nbuckets * sizeof(uint32_t) + maskwords * sizeof(uint64_t); 787 gh->gh_maskwords = maskwords; 796 for (n = 0; n < maskwords; n++) { 804 dst += maskwords * sizeof(uint64_t); 844 uint32_t maskwords, n, nbuckets, nchains, t0, t1, t2, t3, t32; 854 t2 = maskwords = gh->gh_maskwords; 882 for (n = 0; n < maskwords; n++) {
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 2336 uint32_t nbucket, nchain, symndx, maskwords, shift2; in elf_print_gnu_hash() local 2361 maskwords = buf[2]; in elf_print_gnu_hash() 2376 if (data->d_size != 4 * sizeof(uint32_t) + maskwords * in elf_print_gnu_hash() 2382 bucket = buf + (ed->ec == ELFCLASS32 ? maskwords : maskwords * 2); in elf_print_gnu_hash() 2427 PRT("maskwords: %u\n", maskwords); in elf_print_gnu_hash()
|
/freebsd/sbin/ipf/common/ |
H A D | ipf_y.y | 1040 maskspace { yysetdict(maskwords); 1072 { ifpflag = FRI_DYNAMIC; yysetdict(maskwords); } 1088 { ifpflag = FRI_DYNAMIC; yysetdict(maskwords); } 1866 static struct wordtab maskwords[] = { variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 582 Elf_Word maskwords; 587 maskwords);
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 3504 uint32_t nbucket, nchain, symndx, maskwords; in dump_gnu_hash() local 3523 maskwords = buf[2]; in dump_gnu_hash() 3535 if (d->d_size != 4 * sizeof(uint32_t) + maskwords * in dump_gnu_hash() 3541 bucket = buf + (re->ec == ELFCLASS32 ? maskwords : maskwords * 2); in dump_gnu_hash()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2631 (uint64_t)GnuHashTable->maskwords * sizeof(typename ELFT::Off) >= in checkGNUHashTable() 2706 W.printNumber("Num Mask Words", GnuHashTable->maskwords); in printGnuHashTable()
|