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

  /external/elfutils/src/
elflint.c 767 if ((destshdr->sh_flags & SHF_TLS) == 0)
769 section [%2d] '%s': symbol %zu: referenced section [%2d] '%s' does not have SHF_TLS flag set\n"),
    [all...]
readelf.c 738 if (shdr->sh_flags & SHF_TLS)
    [all...]
  /external/elfutils/libelf/
elf.h 359 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */
    [all...]

Completed in 16 milliseconds