Searched refs:dwelf_strtab_add (Results 1 - 12 of 12) sorted by relevance
/third_party/elfutils/tests/ |
H A D | update4.c | 130 firstse = dwelf_strtab_add (shst, ".first"); in main() 166 secondse = dwelf_strtab_add (shst, ".second"); in main() 202 thirdse = dwelf_strtab_add (shst, ".third"); in main() 238 fourthse = dwelf_strtab_add (shst, ".fourth"); in main() 275 shstrtabse = dwelf_strtab_add (shst, ".shstrtab"); in main()
|
H A D | alldts.c | 139 dynscn = dwelf_strtab_add (shst, ".dynamic"); in main() 196 shstrtabse = dwelf_strtab_add (shst, ".shstrtab"); in main()
|
H A D | update3.c | 126 shstrtabse = dwelf_strtab_add (shst, ".shstrtab"); in main()
|
H A D | elfstrmerge.c | 320 if ((scnstrents[scnnum] = dwelf_strtab_add (strings, sname)) == NULL) in main() 354 if ((symstrents[i] = dwelf_strtab_add (strings, sname)) == NULL) in main()
|
/third_party/elfutils/libdwelf/ |
H A D | libdwelf.h | 93 extern Dwelf_Strent *dwelf_strtab_add (Dwelf_Strtab *st, const char *str) 96 /* This is an optimized version of dwelf_strtab_add if the length of 98 zero terminator. Calling dwelf_strtab_add (st, str) is similar to
|
H A D | dwelf_strtab.c | 280 dwelf_strtab_add (Dwelf_Strtab *st, const char *str) in dwelf_strtab_add() function
|
/third_party/elfutils/libasm/ |
H A D | asm_newcomsym.c | 85 result->strent = dwelf_strtab_add (ctx->symbol_strtab, name); in asm_newcomsym()
|
H A D | asm_newsym.c | 88 result->strent = dwelf_strtab_add (asmscn->ctx->symbol_strtab, in asm_newsym() 123 dwelf_strtab_add function would use the previously provided 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 | elfcompress.c | 894 if ((scnstrents[ndx] = dwelf_strtab_add (names, name)) == NULL) in process_file() 968 symstrents[i] = dwelf_strtab_add (names, symname); in process_file()
|
H A D | unstrip.c | 1337 sec->strent = dwelf_strtab_add (strtab, sec->name); in new_shstrtab() 1353 unstripped_strent[i] = dwelf_strtab_add (strtab, name); in new_shstrtab() 1633 sec->strent = dwelf_strtab_add (strtab, sec->name); in copy_elided_sections() 1890 symbols[i].strent = dwelf_strtab_add (symstrtab, symbols[i].name); in copy_elided_sections() 1924 unstripped_strent[i] = dwelf_strtab_add (symstrtab, name); in copy_elided_sections()
|
H A D | strip.c | 1753 shdr_info[cnt].se = dwelf_strtab_add (shst, shdr_info[cnt].name); in handle_elf()
|
Completed in 12 milliseconds