Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
Delf-knowledge.h60 #define SH_INFO_LINK_P(Shdr) \ macro
/third_party/elfutils/tests/
Delfstrmerge.c485 if (SH_INFO_LINK_P (shdr) && shdr->sh_info != 0) in main()
/third_party/elfutils/src/
Dstrip.c1567 if (SH_INFO_LINK_P (&shdr_info[cnt].shdr)) in handle_elf()
1595 if (SH_INFO_LINK_P (&shdr_info[cnt].shdr)) in handle_elf()
1915 if (SH_INFO_LINK_P (&shdr_info[cnt].shdr)) in handle_elf()
Dunstrip.c1694 if (SH_INFO_LINK_P (&sec->shdr) && sec->shdr.sh_info != 0) in copy_elided_sections()
Delflint.c3994 if (SH_INFO_LINK_P (shdr) && shdr->sh_info >= shnum) in check_sections()
DChangeLog1911 * unstrip.c (copy_elided_sections): Use SH_INFO_LINK_P, not just