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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Dinternal.h294 #define ELF_TBSS_SPECIAL(sec_hdr, segment) \
295 (((sec_hdr)->sh_flags & SHF_TLS) != 0 \
296 && (sec_hdr)->sh_type == SHT_NOBITS \
299 #define ELF_SECTION_SIZE(sec_hdr, segment) \
300 (ELF_TBSS_SPECIAL(sec_hdr, segment) ? 0 : (sec_hdr)->sh_size)
308 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \
311 ((((sec_hdr)->sh_flags & SHF_TLS) != 0) \
317 || (((sec_hdr)->sh_flags & SHF_TLS) == 0 \
322 && ((sec_hdr)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Dinternal.h295 #define ELF_TBSS_SPECIAL(sec_hdr, segment) \
296 (((sec_hdr)->sh_flags & SHF_TLS) != 0 \
297 && (sec_hdr)->sh_type == SHT_NOBITS \
300 #define ELF_SECTION_SIZE(sec_hdr, segment) \
301 (ELF_TBSS_SPECIAL(sec_hdr, segment) ? 0 : (sec_hdr)->sh_size)
309 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \
312 ((((sec_hdr)->sh_flags & SHF_TLS) != 0) \
318 || (((sec_hdr)->sh_flags & SHF_TLS) == 0 \
323 && ((sec_hdr)
[all...]
/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Ddestroy.c63 map_t *pri_hdr, *sec_hdr; local
66 sec_hdr = map_find(MAP_TYPE_SEC_GPT_HDR);
68 if (pri_hdr == NULL && sec_hdr == NULL) {
73 if (recoverable && sec_hdr == NULL) {
83 if (!recoverable && sec_hdr != NULL) {
84 bzero(sec_hdr->map_data, secsz);
85 gpt_write(fd, sec_hdr);

Completed in 130 milliseconds