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

  /external/elfutils/libasm/
asm_newscngrp.c 70 result->strent = ebl_strtabadd (ctx->section_strtab, result->name,
asm_end.c 136 symscn_strent = ebl_strtabadd (ctx->section_strtab, ".symtab", 8);
137 strscn_strent = ebl_strtabadd (ctx->section_strtab, ".strtab", 8);
240 xndxscn_strent = ebl_strtabadd (ctx->section_strtab,
299 shstrscn_strent = ebl_strtabadd (ctx->section_strtab, ".shstrtab", 10);
301 ebl_strtabfinalize (ctx->section_strtab, shstrtabdata);
601 ebl_strtabfree (ctx->section_strtab);
libasmP.h 156 struct Ebl_Strtab *section_strtab; member in struct:AsmCtx
asm_begin.c 115 result->section_strtab = ebl_strtabinit (true);
asm_newscn.c 129 result->data.main.strent = ebl_strtabadd (result->ctx->section_strtab,

Completed in 29 milliseconds