Home
last modified time | relevance | path

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

/linux/scripts/
H A Dtracepoint-update.c20 static inline void *get_index(void *start, int entsize, int index) in get_index() argument
22 return start + (entsize * index); in get_index()
H A Delf-parse.h145 SHDR_ADDR(entsize)
H A Dsorttable.c113 static inline void *get_index(void *start, int entsize, int index) in get_index() argument
115 return start + (entsize * index); in get_index()
/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1516 int entsize; in xfs_attr3_leaf_add() local
1527 entsize = xfs_attr_leaf_newentsize(args, NULL); in xfs_attr3_leaf_add()
1541 tmp = entsize; in xfs_attr3_leaf_add()
1556 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
1569 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) { in xfs_attr3_leaf_add()
2278 int entsize; in xfs_attr3_leaf_remove() local
2307 entsize = xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_remove()
2320 (be16_to_cpu(entry->nameidx) + entsize)) { in xfs_attr3_leaf_remove()
2334 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
2339 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
[all …]
/linux/tools/objtool/
H A Delf.c789 Elf64_Xword entsize = symtab->sh.sh_entsize; in elf_update_symbol() local
838 buf = calloc(num, entsize); in elf_update_symbol()
845 symtab_data->d_size = num * entsize; in elf_update_symbol()
878 max_idx = symtab_data->d_size / entsize; in elf_update_symbol()
1425 size_t size, size_t entsize, in elf_create_section() argument
1480 sec->sh.sh_entsize = entsize; in elf_create_section()
1694 size_t entsize, unsigned int nr, in elf_create_section_pair() argument
1699 sec = elf_create_section(elf, name, nr * entsize, entsize, in elf_create_section_pair()
H A Dcheck.c1033 size_t entsize = sizeof(struct sym_checksum); in create_sym_checksum_section() local
1050 sec = elf_create_section_pair(file->elf, ".discard.sym_checksum", entsize, in create_sym_checksum_section()
1060 if (!elf_init_reloc(file->elf, sec->rsec, idx, idx * entsize, in create_sym_checksum_section()
/linux/tools/objtool/include/objtool/
H A Delf.h137 size_t size, size_t entsize,
141 size_t entsize, unsigned int nr,