Searched refs:entsize (Results 1 – 5 of 5) 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 | 783 Elf64_Xword entsize = symtab->sh.sh_entsize; 832 buf = calloc(num, entsize); in elf_update_symbol() 839 symtab_data->d_size = num * entsize; in elf_update_symbol() 872 max_idx = symtab_data->d_size / entsize; in elf_update_symbol() 1452 size_t size, size_t entsize, in elf_create_section() 1507 sec->sh.sh_entsize = entsize; in elf_create_section() 1721 size_t entsize, unsigned int nr, in elf_write_insn() 1726 sec = elf_create_section(elf, name, nr * entsize, entsize, in elf_write_insn() 789 Elf64_Xword entsize = symtab->sh.sh_entsize; elf_update_symbol() local 1425 elf_create_section(struct elf * elf,const char * name,size_t size,size_t entsize,unsigned int type,unsigned int align,unsigned int flags) elf_create_section() argument 1694 elf_create_section_pair(struct elf * elf,const char * name,size_t entsize,unsigned int nr,unsigned int nr_relocs) elf_create_section_pair() argument
|
| /linux/tools/objtool/include/objtool/ |
| H A D | elf.h | 163 size_t size, size_t entsize, in elf_addr_size() 167 size_t entsize, unsigned int nr, in elf_rela_size()
|