Home
last modified time | relevance | path

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

/tools/objtool/
Delf.c602 Elf64_Xword entsize = symtab->sh.sh_entsize; in elf_update_symbol() local
652 buf = calloc(num, entsize); in elf_update_symbol()
659 symtab_data->d_size = num * entsize; in elf_update_symbol()
692 max_idx = symtab_data->d_size / entsize; in elf_update_symbol()
1091 size_t entsize, unsigned int nr) in elf_create_section() argument
1094 size_t size = entsize * nr; in elf_create_section()
1144 sec->sh.sh_entsize = entsize; in elf_create_section()
1210 size_t entsize, unsigned int nr, in elf_create_section_pair() argument
1215 sec = elf_create_section(elf, name, entsize, nr); in elf_create_section_pair()
/tools/objtool/include/objtool/
Delf.h110 size_t entsize, unsigned int nr);
112 size_t entsize, unsigned int nr,