Searched refs:entsize (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/objtool/
H A Delf.c600 Elf64_Xword entsize = symtab->sh.sh_entsize; local
650 buf = calloc(num, entsize);
657 symtab_data->d_size = num * entsize;
690 max_idx = symtab_data->d_size / entsize;
1089 size_t entsize, unsigned int nr)
1092 size_t size = entsize * nr;
1142 sec->sh.sh_entsize = entsize;
1208 size_t entsize, unsigned int nr,
1213 sec = elf_create_section(elf, name, entsize, nr);
1088 elf_create_section(struct elf *elf, const char *name, size_t entsize, unsigned int nr) argument
1207 elf_create_section_pair(struct elf *elf, const char *name, size_t entsize, unsigned int nr, unsigned int reloc_nr) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1327 int entsize; local
1337 entsize = xfs_attr_leaf_newentsize(args, NULL);
1352 tmp = entsize;
1367 if (!ichdr.holes && sum < entsize)
1380 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) {
2057 int entsize; local
2088 entsize = xfs_attr_leaf_entsize(leaf, args->index);
2101 (be16_to_cpu(entry->nameidx) + entsize)) {
2115 ichdr.freemap[before].size += entsize;
2120 ichdr.freemap[before].size += entsize;
[all...]
H A Dxfs_dir2_sf.c924 int entsize; /* this entry's size */ local
960 entsize = xfs_dir2_sf_entsize(mp, sfp, args->namelen);
961 newsize = oldsize - entsize;
965 if (byteoff + entsize < oldsize)
966 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize,
967 oldsize - (byteoff + entsize));
/linux-master/tools/objtool/include/objtool/
H A Delf.h111 size_t entsize, unsigned int nr);
113 size_t entsize, unsigned int nr,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.h664 void set_hdrq_regs(struct hfi1_devdata *dd, u8 ctxt, u8 entsize, u16 hdrcnt);
H A Dchip.c11971 * @entsize: the dword entry size
11974 void set_hdrq_regs(struct hfi1_devdata *dd, u8 ctxt, u8 entsize, u16 hdrcnt) argument
11981 reg = ((u64)encode_rcv_header_entry_size(entsize) &

Completed in 184 milliseconds