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

  /external/elfutils/src/libasm/
asm_newsubscn.c 54 runp = asmscn->subsection_id == 0 ? asmscn : asmscn->data.up;
57 if (runp->subsection_id == nr)
61 if (runp->subnext == NULL || runp->subnext->subsection_id > nr)
75 newp->subsection_id = nr;
81 newp->data.up = runp->subsection_id == 0 ? runp : runp->data.up;
libasmP.h 74 unsigned int subsection_id; member in struct:AsmScn
asm_align.c 116 if (asmscn->subsection_id != 0)
asm_newscn.c 115 result->subsection_id = 0;
asm_end.c 209 Elf_Scn *scn = (sym->scn->subsection_id == 0
358 assert (member->subsection_id == 0);

Completed in 62 milliseconds