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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sect.c462 struct section *secthdr = NULL; local
468 require_action(sizeof(*secthdr) <= header_size - *header_offset, finish,
470 secthdr = (struct section *) ((void *) (buf + *header_offset));
471 *header_offset += sizeof(*secthdr);
475 strlcpy(secthdr->sectname, sect->sectname, sizeof(secthdr->sectname));
476 strlcpy(secthdr->segname, sect->segname, sizeof(secthdr->segname));
477 secthdr->addr = (uint32_t) sect->link_addr;
478 secthdr
502 struct section_64 *secthdr = NULL; local
[all...]

Completed in 50 milliseconds