Searched refs:entsize (Results 1 – 7 of 7) 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/tools/objtool/ |
| H A D | elf.c | 737 Elf64_Xword entsize = symtab->sh.sh_entsize; in elf_update_symbol() local 786 buf = calloc(num, entsize); in elf_update_symbol() 793 symtab_data->d_size = num * entsize; in elf_update_symbol() 826 max_idx = symtab_data->d_size / entsize; in elf_update_symbol() 1389 size_t size, size_t entsize, in elf_create_section() argument 1444 sec->sh.sh_entsize = entsize; in elf_create_section() 1658 size_t entsize, unsigned int nr, in elf_create_section_pair() argument 1663 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()
|