Home
last modified time | relevance | path

Searched defs:entsize (Results 1 – 4 of 4) sorted by relevance

/linux/tools/objtool/
H A Delf.c789 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
H A Dcheck.c1033 size_t entsize = sizeof(struct sym_checksum); create_sym_checksum_section() local
/linux/scripts/
H A Dtracepoint-update.c20 static inline void *get_index(void *start, int entsize, int index) in get_index()
H A Dsorttable.c113 static inline void *get_index(void *start, int entsize, int index) in get_index()