Searched refs:strent (Results 1 - 10 of 10) sorted by relevance
/third_party/elfutils/libasm/ |
H A D | symbolhash.h | 37 strcmp (dwelf_strent_str ((a)->strent), dwelf_strent_str ((b)->strent))
|
H A D | symbolhash.c | 45 strcmp (dwelf_strent_str ((a)->strent), dwelf_strent_str ((b)->strent))
|
H A D | libasmP.h | 91 Dwelf_Strent *strent; member 213 Dwelf_Strent *strent; member 221 Dwelf_Strent *strent; member
|
H A D | asm_newscn.c | 130 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 D | asm_end.c | 189 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 D | asm_newcomsym.c | 85 result->strent = dwelf_strtab_add (ctx->symbol_strtab, name); in asm_newcomsym()
|
H A D | asm_newscngrp.c | 70 result->strent = dwelf_strtab_add_len (ctx->section_strtab, result->name, in asm_newscngrp()
|
H A D | asm_newsym.c | 88 result->strent = dwelf_strtab_add (asmscn->ctx->symbol_strtab, in asm_newsym()
|
H A D | asm_newabssym.c | 83 result->strent = dwelf_strtab_add (ctx->symbol_strtab, name); in asm_newabssym()
|
/third_party/elfutils/src/ |
H A D | unstrip.c | 733 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