Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dinternal.h294 #define ELF_TBSS_SPECIAL(sec_hdr, segment) \ argument
295 (((sec_hdr)->sh_flags & SHF_TLS) != 0 \
296 && (sec_hdr)->sh_type == SHT_NOBITS \
299 #define ELF_SECTION_SIZE(sec_hdr, segment) \ argument
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) \ argument
311 ((((sec_hdr)->sh_flags & SHF_TLS) != 0) \
317 || (((sec_hdr)->sh_flags & SHF_TLS) == 0 \
322 && ((sec_hdr)->sh_type == SHT_NOBITS \
323 || ((bfd_vma) (sec_hdr)->sh_offset >= (segment)->p_offset \
[all …]