Home
last modified time | relevance | path

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

/external/elfutils/0.153/src/
Dld.h679 scn_normal, /* Section from the input file(s). */ enumerator
Dldgeneric.c1007 search.kind = scn_normal; in add_section()
1076 queued->kind = scn_normal; in add_section()
2842 if ((*scnhead)->kind != scn_normal) in match_section()
2910 newp->kind = scn_normal; in match_section()
3282 if (head->kind == scn_normal) in ld_generic_create_sections()
3297 assert (head->type != SHT_DYNSYM || head->kind != scn_normal); in ld_generic_create_sections()
3298 assert (head->type != SHT_STRTAB || head->kind != scn_normal); in ld_generic_create_sections()
4696 assert (head->kind == scn_normal); in ld_generic_create_outfile()
Dld.c1243 if (h->kind == scn_normal) in collect_sections()