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 51 runp = asmscn->subsection_id == 0 ? asmscn : asmscn->data.up;
54 if (runp->subsection_id == nr)
58 if (runp->subnext == NULL || runp->subnext->subsection_id > nr)
72 newp->subsection_id = nr;
78 newp->data.up = runp->subsection_id == 0 ? runp : runp->data.up;
libasmP.h 71 unsigned int subsection_id; member in struct:AsmScn
asm_align.c 113 if (asmscn->subsection_id != 0)
asm_newscn.c 112 result->subsection_id = 0;
asm_end.c 206 Elf_Scn *scn = (sym->scn->subsection_id == 0
355 assert (member->subsection_id == 0);

Completed in 408 milliseconds