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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c453 const GElf_Shdr *shp = &sp[i]; local
454 const GElf_Shdr *lhp = &sp[shp->sh_link];
456 if (shp->sh_link >= hdr.e64.e_shnum)
459 if (shp->sh_name >= sp[hdr.e64.e_shstrndx].sh_size ||
463 if (shp->sh_type == SHT_PROGBITS &&
464 strcmp(strs + shp->sh_name, _CTF_SECTION) == 0) {
465 ctfsect.cts_name = strs + shp->sh_name;
466 ctfsect.cts_type = shp->sh_type;
467 ctfsect.cts_flags = shp->sh_flags;
468 ctfsect.cts_size = shp
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_link.c460 Elf32_Shdr *shp; local
503 shp = &elf_file.shdr[ESHDR_SHSTRTAB];
504 shp->sh_name = 1; /* DTRACE_SHSTRTAB32[1] = ".shstrtab" */
505 shp->sh_type = SHT_STRTAB;
506 shp->sh_offset = off;
507 shp->sh_size = sizeof (DTRACE_SHSTRTAB32);
508 shp->sh_addralign = sizeof (char);
509 off = P2ROUNDUP(shp->sh_offset + shp->sh_size, 8);
511 shp
597 Elf64_Shdr *shp; local
[all...]

Completed in 363 milliseconds