Home
last modified time | relevance | path

Searched refs:strent (Results 1 - 10 of 10) sorted by relevance

/third_party/elfutils/libasm/
H A Dsymbolhash.h37 strcmp (dwelf_strent_str ((a)->strent), dwelf_strent_str ((b)->strent))
H A Dsymbolhash.c45 strcmp (dwelf_strent_str ((a)->strent), dwelf_strent_str ((b)->strent))
H A DlibasmP.h91 Dwelf_Strent *strent; member
213 Dwelf_Strent *strent; member
221 Dwelf_Strent *strent; member
H A Dasm_newscn.c130 result->data.main.strent = dwelf_strtab_add_len (result->ctx->section_strtab, in binary_newscn()
132 assert (result->data.main.strent != NULL); in binary_newscn()
H A Dasm_end.c189 if (asm_emit_symbol_p (dwelf_strent_str (sym->strent))) in binary_end()
193 syment.st_name = dwelf_strent_off (sym->strent); in binary_end()
365 shdr->sh_name = dwelf_strent_off (runp->strent); in binary_end()
424 shdr->sh_name = dwelf_strent_off (asmscn->data.main.strent); in binary_end()
H A Dasm_newcomsym.c85 result->strent = dwelf_strtab_add (ctx->symbol_strtab, name); in asm_newcomsym()
H A Dasm_newscngrp.c70 result->strent = dwelf_strtab_add_len (ctx->section_strtab, result->name, in asm_newscngrp()
H A Dasm_newsym.c88 result->strent = dwelf_strtab_add (asmscn->ctx->symbol_strtab, in asm_newsym()
H A Dasm_newabssym.c83 result->strent = dwelf_strtab_add (ctx->symbol_strtab, name); in asm_newabssym()
/third_party/elfutils/src/
H A Dunstrip.c733 Dwelf_Strent *strent;
816 Dwelf_Strent *strent;
1208 sec->strent = NULL; in find_alloc_sections_prelink()
1335 if (sec->strent == NULL) in new_shstrtab()
1337 sec->strent = dwelf_strtab_add (strtab, sec->name); in new_shstrtab()
1338 ELF_CHECK (sec->strent != NULL, in new_shstrtab()
1341 unstripped_strent[elf_ndxscn (sec->outscn) - 1] = sec->strent; in new_shstrtab()
1439 sections[i].strent = NULL; in copy_elided_sections()
1633 sec->strent = dwelf_strtab_add (strtab, sec->name); in copy_elided_sections()
1634 ELF_CHECK (sec->strent ! in copy_elided_sections()
731 Dwelf_Strent *strent; global() member
814 Dwelf_Strent *strent; global() member
[all...]

Completed in 6 milliseconds