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

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dinternal.h263 #define ELF_SECTION_SIZE(sec_hdr, segment) \
264 (((sec_hdr->sh_flags & SHF_TLS) == 0 \
265 || sec_hdr->sh_type != SHT_NOBITS \
266 || segment->p_type == PT_TLS) ? sec_hdr->sh_size : 0)
268 /* Decide if the given sec_hdr is in the given segment. PT_TLS segment
271 #define ELF_IS_SECTION_IN_SEGMENT(sec_hdr, segment) \
272 (((((sec_hdr->sh_flags & SHF_TLS) != 0) \
275 || ((sec_hdr->sh_flags & SHF_TLS) == 0 \
279 && (sec_hdr->sh_flags & SHF_ALLOC \
280 ? (sec_hdr
[all...]
/macosx-10.10.1/gpt-12/
H A Ddestroy.c56 map_t *pri_hdr, *sec_hdr; local
60 sec_hdr = map_find(MAP_TYPE_SEC_GPT_HDR);
63 if (pri_hdr == NULL && sec_hdr == NULL) {
68 if (recoverable && sec_hdr == NULL) {
78 if (!recoverable && sec_hdr != NULL) {
79 bzero(sec_hdr->map_data, secsz);
80 gpt_write(fd, sec_hdr);

Completed in 63 milliseconds