Home
last modified time | relevance | path

Searched refs:entsize (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/objtool/
H A Delf.c601 Elf64_Xword entsize = symtab->sh.sh_entsize; in elf_update_symbol() local
651 buf = calloc(num, entsize); in elf_update_symbol()
658 symtab_data->d_size = num * entsize; in elf_update_symbol()
691 max_idx = symtab_data->d_size / entsize; in elf_update_symbol()
1086 size_t entsize, unsigned int nr) in elf_create_section() argument
1089 size_t size = entsize * nr; in elf_create_section()
1139 sec->sh.sh_entsize = entsize; in elf_create_section()
1205 size_t entsize, unsigned int nr, in elf_create_section_pair() argument
1210 sec = elf_create_section(elf, name, entsize, nr); in elf_create_section_pair()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1408 int entsize; in xfs_attr3_leaf_add() local
1434 tmp = entsize; in xfs_attr3_leaf_add()
1449 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
2138 int entsize; in xfs_attr3_leaf_remove() local
2182 (be16_to_cpu(entry->nameidx) + entsize)) { in xfs_attr3_leaf_remove()
2196 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
2201 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
2204 ichdr.freemap[after].size += entsize; in xfs_attr3_leaf_remove()
2212 ichdr.freemap[smallest].size = entsize; in xfs_attr3_leaf_remove()
2228 ichdr.usedbytes -= entsize; in xfs_attr3_leaf_remove()
[all …]
H A Dxfs_dir2_sf.c924 int entsize; /* this entry's size */ in xfs_dir2_sf_removename() local
960 entsize = xfs_dir2_sf_entsize(mp, sfp, args->namelen); in xfs_dir2_sf_removename()
961 newsize = oldsize - entsize; in xfs_dir2_sf_removename()
965 if (byteoff + entsize < oldsize) in xfs_dir2_sf_removename()
966 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize, in xfs_dir2_sf_removename()
967 oldsize - (byteoff + entsize)); in xfs_dir2_sf_removename()
/linux-6.15/tools/objtool/include/objtool/
H A Delf.h113 size_t entsize, unsigned int nr);
115 size_t entsize, unsigned int nr,
/linux-6.15/scripts/
H A Dsorttable.c203 SHDR_ADDR(entsize)
446 static inline void *get_index(void *start, int entsize, int index) in get_index() argument
448 return start + (entsize * index); in get_index()
/linux-6.15/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.c11974 void set_hdrq_regs(struct hfi1_devdata *dd, u8 ctxt, u8 entsize, u16 hdrcnt) in set_hdrq_regs() argument
11981 reg = ((u64)encode_rcv_header_entry_size(entsize) & in set_hdrq_regs()