Searched defs:cshdr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c192 Elf_Shdr *shdr, *cshdr, *lshdr; local
291 for (cshdr = NULL; /* none */; /* none */)
298 lshdr = cshdr;
309 if (cshdr == lshdr ||
310 cshdr->sh_offset > shdr[i].sh_offset)
311 cshdr = &shdr[i];
314 if (cshdr == lshdr)
317 if (kern_pread(ef->fd, (vm_offset_t)cshdr->sh_addr,
318 cshdr->sh_size, (off_t)cshdr
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1327 Shdr *cishdr, *cshdr = ccache->c_shdr; local
1334 if ((cshdr->sh_entsize == 0) || (cshdr->sh_size == 0)) {
1346 if (cshdr->sh_link) {
1354 if (cshdr->sh_link >= shnum) {
1356 file, ccache->c_name, EC_WORD(cshdr->sh_link));
1360 cicache = &cache[cshdr->sh_link];
1365 file, ccache->c_name, EC_WORD(cshdr->sh_link));
1402 if (cshdr->sh_info) {
1408 if (cshdr
1699 Shdr *cshdr = NULL; local
[all...]

Completed in 185 milliseconds