Searched refs:pShdr (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/dtrace-147/libelf/
H A Dclscook.c553 Shdr *pShdr = (Shdr *)(elf->ed_shdr); local
558 bzero(pShdr, sizeof(Shdr));
559 SectionToShdrMap[0] = pShdr;
561 pShdr++; /* By ELF convention the first section header is unused */
603 pShdr->sh_name = (_elf_word)elf_macho_str_cookie(section_ptr->sectname, primary);
604 pShdr->sh_type = SHT_UNKNOWN12;
605 pShdr->sh_flags = 0;
606 pShdr->sh_addr = (_elf_addr)section_ptr->addr;
607 pShdr->sh_offset = (_elf_off)section_ptr->offset;
608 pShdr
[all...]

Completed in 203 milliseconds