Searched refs:shstrndx (Results 1 – 5 of 5) sorted by relevance
/build/tools/soslim/ |
D | soslim.c | 37 size_t shstrndx; /* section-strings-section index */ in clone_elf() local 94 FAILIF_LIBELF(elf_getshstrndx(elf, &shstrndx) < 0, elf_getshstrndx); in clone_elf() 126 shdr_info[cnt].name = elf_strptr (elf, shstrndx, in clone_elf() 424 shdr_info[shstrndx].idx = rebuild_shstrtab ? 0 : 2; in clone_elf() 486 shstrndx, in clone_elf()
|
D | main.c | 254 size_t shstrndx; in print_dynamic_symbols() local 255 FAILIF_LIBELF(elf_getshstrndx(elf, &shstrndx) < 0, in print_dynamic_symbols() 327 section_name = elf_strptr(elf, shstrndx, in print_dynamic_symbols()
|
/build/tools/apriori/ |
D | source.h | 67 size_t shstrndx; member
|
D | apriori.c | 189 source->shstrndx, in create_elf_sections() 266 elf_strptr (source->oldelf, source->shstrndx, in setup_shdr_info() 453 elf_strptr(source->oldelf, source->shstrndx, shdr->sh_name); in do_init_source() 490 elf_strptr(source->oldelf, source->shstrndx, in do_init_source() 683 FAILIF_LIBELF(elf_getshstrndx (source->oldelf, &source->shstrndx) < 0, in init_source() 1198 source->oldelf, source->shstrndx, shdr_mem.sh_name); in do_prelink() 1277 sym_source->shstrndx), in do_prelink() 1281 sym_source->shstrndx, in do_prelink() 1432 source->shstrndx, in prelink() 1719 source->shstrndx, in adjust_dynamic_segment_for() [all …]
|
/build/tools/lsd/ |
D | lsd.c | 42 size_t shstrndx; member 165 FAILIF_LIBELF(elf_getshstrndx (source->elf, &source->shstrndx) < 0, in init_source() 180 INFO("\tfound section [%s]...\n", elf_strptr(source->elf, source->shstrndx, shdr->sh_name)); in init_source() 338 source->shstrndx, in is_symbol_imported()
|