Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dld.h671 scn_normal, /* Section from the input file(s). */ enumerator
Dldgeneric.c999 search.kind = scn_normal; in add_section()
1068 queued->kind = scn_normal; in add_section()
2834 if ((*scnhead)->kind != scn_normal) in match_section()
2902 newp->kind = scn_normal; in match_section()
3274 if (head->kind == scn_normal) in ld_generic_create_sections()
3289 assert (head->type != SHT_DYNSYM || head->kind != scn_normal); in ld_generic_create_sections()
3290 assert (head->type != SHT_STRTAB || head->kind != scn_normal); in ld_generic_create_sections()
4688 assert (head->kind == scn_normal); in ld_generic_create_outfile()
Dld.c1235 if (h->kind == scn_normal) in collect_sections()