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

  /external/elfutils/libasm/
asm_newsubscn.c 39 runp = asmscn->subsection_id == 0 ? asmscn : asmscn->data.up;
42 if (runp->subsection_id == nr)
46 if (runp->subnext == NULL || runp->subnext->subsection_id > nr)
60 newp->subsection_id = nr;
66 newp->data.up = runp->subsection_id == 0 ? runp : runp->data.up;
asm_align.c 84 if (asmscn->subsection_id != 0)
libasmP.h 58 unsigned int subsection_id; member in struct:AsmScn
asm_newscn.c 99 result->subsection_id = 0;
asm_end.c 194 scn = (sym->scn->subsection_id == 0
342 assert (member->subsection_id == 0);

Completed in 147 milliseconds