Searched refs:get_section_name (Results 1 – 2 of 2) sorted by relevance
/third_party/elfutils/src/ |
D | unstrip.c | 1022 get_section_name (size_t ndx, const GElf_Shdr *shdr, const Elf_Data *shstrtab) in get_section_name() function 1203 sec->name = get_section_name (i + 1, &sec->shdr, main_shstrtab); in find_alloc_sections_prelink() 1227 const char *name = get_section_name (elf_ndxscn (scn), shdr, in find_alloc_sections_prelink() 1350 const char *name = get_section_name (i + 1, shdr, shstrtab); in new_shstrtab() 1483 const char *name = get_section_name (ndx, shdr, shstrtab); in copy_elided_sections() 1921 const char *name = get_section_name (i + 1, hdr, shstrtab); in copy_elided_sections()
|
D | ChangeLog | 1951 (get_section_name): Likewise. 4508 * unstrip.c (get_section_name): New function, broken out of ...
|