HomeSort by relevance Sort by last modified time
    Searched refs:sec_hdr (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/include/elf/
internal.h 302 #define ELF_TBSS_SPECIAL(sec_hdr, segment) \
303 (((sec_hdr)->sh_flags & SHF_TLS) != 0 \
304 && (sec_hdr)->sh_type == SHT_NOBITS \
307 #define ELF_SECTION_SIZE(sec_hdr, segment) \
308 (ELF_TBSS_SPECIAL(sec_hdr, segment) ? 0 : (sec_hdr)->sh_size)
310 /* Decide if the section SEC_HDR is in SEGMENT. If CHECK_VMA, then
316 #define ELF_SECTION_IN_SEGMENT_1(sec_hdr, segment, check_vma, strict) \
319 ((((sec_hdr)->sh_flags & SHF_TLS) != 0) \
325 || (((sec_hdr)->sh_flags & SHF_TLS) == 0
    [all...]
  /external/iproute2/lib/
bpf.c 1113 GElf_Shdr sec_hdr; member in struct:bpf_elf_sec_data
1733 GElf_Shdr sec_hdr; local
    [all...]

Completed in 92 milliseconds