Searched refs:sh_size (Results 76 - 79 of 79) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2789 // e_shnum = 0, SHdrs[0].sh_size = number of sections.
2794 sHdrs->sh_size = num;
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c1158 s->sz = sh.sh_size;
1412 PRT(" sh_size: %#-14jx", (uintmax_t)s->sz);
/freebsd-13-stable/sys/kern/
H A Dimgact_elf.c2023 shdr->sh_size = ehdr->e_shnum;
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c7179 s->sz = sh.sh_size;

Completed in 179 milliseconds

1234