Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf-knowledge.h60 #define SH_INFO_LINK_P(Shdr) \ macro
/external/elfutils/tests/
Delfstrmerge.c466 if (SH_INFO_LINK_P (shdr) && shdr->sh_info != 0) in main()
/external/elfutils/src/
Dstrip.c1513 if (SH_INFO_LINK_P (&shdr_info[cnt].shdr)) in handle_elf()
1555 if (SH_INFO_LINK_P (&shdr_info[cnt].shdr)) in handle_elf()
1861 if (SH_INFO_LINK_P (&shdr_info[cnt].shdr)) in handle_elf()
Dunstrip.c1658 if (SH_INFO_LINK_P (&sec->shdr) && sec->shdr.sh_info != 0) in copy_elided_sections()
Delflint.c3968 if (SH_INFO_LINK_P (shdr) && shdr->sh_info >= shnum) in check_sections()
DChangeLog1223 * unstrip.c (copy_elided_sections): Use SH_INFO_LINK_P, not just