Searched refs:entsize (Results 1 – 8 of 8) sorted by relevance
| /linux/scripts/ |
| H A D | tracepoint-update.c | 20 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 D | elf-parse.h | 145 SHDR_ADDR(entsize)
|
| H A D | sorttable.c | 113 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 D | xfs_attr_leaf.c | 1516 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 D | elf.c | 736 Elf64_Xword entsize = symtab->sh.sh_entsize; in elf_update_symbol() local 785 buf = calloc(num, entsize); in elf_update_symbol() 792 symtab_data->d_size = num * entsize; in elf_update_symbol() 825 max_idx = symtab_data->d_size / entsize; in elf_update_symbol() 1372 size_t size, size_t entsize, in elf_create_section() argument 1427 sec->sh.sh_entsize = entsize; in elf_create_section() 1641 size_t entsize, unsigned int nr, in elf_create_section_pair() argument 1646 sec = elf_create_section(elf, name, nr * entsize, entsize, in elf_create_section_pair()
|
| H A D | check.c | 1033 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 D | elf.h | 137 size_t size, size_t entsize, 141 size_t entsize, unsigned int nr,
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 11974 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()
|