Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.c578 Elf64_Xword entsize = symtab->sh.sh_entsize; in elf_update_symbol() local
622 buf = calloc(1, entsize); in elf_update_symbol()
629 symtab_data->d_size = entsize; in elf_update_symbol()
633 symtab->sh.sh_size += entsize; in elf_update_symbol()
656 max_idx = symtab_data->d_size / entsize; in elf_update_symbol()
979 unsigned int sh_flags, size_t entsize, int nr) in elf_create_section() argument
982 size_t size = entsize * nr; in elf_create_section()
1035 sec->sh.sh_entsize = entsize; in elf_create_section()
H A Delf.h128 …f_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t entsize, int nr);
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1364 int entsize; in xfs_attr3_leaf_add() local
1374 entsize = xfs_attr_leaf_newentsize(args, NULL); in xfs_attr3_leaf_add()
1389 tmp = entsize; in xfs_attr3_leaf_add()
1404 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
1417 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) { in xfs_attr3_leaf_add()
2093 int entsize; in xfs_attr3_leaf_remove() local
2124 entsize = xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_remove()
2137 (be16_to_cpu(entry->nameidx) + entsize)) { in xfs_attr3_leaf_remove()
2151 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
2156 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
[all …]
H A Dxfs_dir2_sf.c948 int entsize; /* this entry's size */ in xfs_dir2_sf_removename() local
986 entsize = xfs_dir2_sf_entsize(mp, sfp, args->namelen); in xfs_dir2_sf_removename()
987 newsize = oldsize - entsize; in xfs_dir2_sf_removename()
991 if (byteoff + entsize < oldsize) in xfs_dir2_sf_removename()
992 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize, in xfs_dir2_sf_removename()
993 oldsize - (byteoff + entsize)); in xfs_dir2_sf_removename()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dchip.h706 void set_hdrq_regs(struct hfi1_devdata *dd, u8 ctxt, u8 entsize, u16 hdrcnt);
H A Dchip.c12013 void set_hdrq_regs(struct hfi1_devdata *dd, u8 ctxt, u8 entsize, u16 hdrcnt) in set_hdrq_regs() argument
12020 reg = ((u64)encode_rcv_header_entry_size(entsize) & in set_hdrq_regs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dbfd.info1876 Entity size is given in the entsize field. */
1880 strings where entsize specifies character size instead of fixed
2086 unsigned int entsize;
2302 /* entsize, kept_section, moving_line_filepos, */ \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dbfd.info1876 Entity size is given in the entsize field. */
1880 strings where entsize specifies character size instead of fixed
2086 unsigned int entsize;
2302 /* entsize, kept_section, moving_line_filepos, */ \