Home
last modified time | relevance | path

Searched refs:section_strtab (Results 1 – 5 of 5) sorted by relevance

/third_party/elfutils/libasm/
Dasm_end.c135 symscn_strent = dwelf_strtab_add_len (ctx->section_strtab, ".symtab", 8); in binary_end()
136 strscn_strent = dwelf_strtab_add_len (ctx->section_strtab, ".strtab", 8); in binary_end()
239 xndxscn_strent = dwelf_strtab_add_len (ctx->section_strtab, in binary_end()
299 shstrscn_strent = dwelf_strtab_add_len (ctx->section_strtab, in binary_end()
302 dwelf_strtab_finalize (ctx->section_strtab, shstrtabdata); in binary_end()
605 dwelf_strtab_free (ctx->section_strtab); in __libasm_finictx()
Dasm_newscngrp.c70 result->strent = dwelf_strtab_add_len (ctx->section_strtab, result->name, in asm_newscngrp()
DlibasmP.h162 Dwelf_Strtab *section_strtab; member
Dasm_begin.c116 result->section_strtab = dwelf_strtab_init (true); in prepare_binary_output()
Dasm_newscn.c130 result->data.main.strent = dwelf_strtab_add_len (result->ctx->section_strtab, in binary_newscn()