Home
last modified time | relevance | path

Searched refs:get_section_name (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dunstrip.c964 get_section_name (size_t ndx, const GElf_Shdr *shdr, const Elf_Data *shstrtab) in get_section_name() function
1090 sec->name = get_section_name (i + 1, &sec->shdr, main_shstrtab); in find_alloc_sections_prelink()
1123 const char *name = get_section_name (elf_ndxscn (scn), shdr, in find_alloc_sections_prelink()
1245 const char *name = get_section_name (i + 1, shdr, shstrtab); in new_shstrtab()
1381 const char *name = get_section_name (ndx, shdr, shstrtab); in copy_elided_sections()
1763 const char *name = get_section_name (i + 1, hdr, shstrtab); in copy_elided_sections()
DChangeLog200 (get_section_name): Likewise.
2757 * unstrip.c (get_section_name): New function, broken out of ...