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 58 result->strent = ebl_strtabadd (ctx->section_strtab, result->name,
asm_end.c 127 symscn_strent = ebl_strtabadd (ctx->section_strtab, ".symtab", 8);
128 strscn_strent = ebl_strtabadd (ctx->section_strtab, ".strtab", 8);
227 xndxscn_strent = ebl_strtabadd (ctx->section_strtab,
284 shstrscn_strent = ebl_strtabadd (ctx->section_strtab, ".shstrtab", 10);
286 ebl_strtabfinalize (ctx->section_strtab, shstrtabdata);
588 ebl_strtabfree (ctx->section_strtab);
asm_begin.c 86 result->section_strtab = ebl_strtabinit (true);
libasmP.h 143 struct Ebl_Strtab *section_strtab; member in struct:AsmCtx
asm_newscn.c 116 result->data.main.strent = ebl_strtabadd (result->ctx->section_strtab,

Completed in 41 milliseconds