Searched refs:shstr_off (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/binutils/dist/elfcpp/ |
| H A D | elfcpp_file.h | 524 off_t shstr_off; in section_name() local 531 shstr_off = shstr_shdr.get_sh_offset(); in section_name() 539 typename File::View v(file->view(shstr_off, shstr_size)); in section_name()
|
| /netbsd-src/external/gpl3/binutils.old/dist/elfcpp/ |
| H A D | elfcpp_file.h | 524 off_t shstr_off; in section_name() local 531 shstr_off = shstr_shdr.get_sh_offset(); in section_name() 539 typename File::View v(file->view(shstr_off, shstr_size)); in section_name()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
| H A D | elf.c | 2634 off_t shstr_off; in elf_add() local 2796 shstr_off = shstrhdr->sh_offset; in elf_add() 2798 if (!backtrace_get_view (state, descriptor, shstr_off, shstrhdr->sh_size, in elf_add()
|
| /netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
| H A D | elf.c | 4002 off_t shstr_off; in elf_add() local 4179 shstr_off = shstrhdr->sh_offset; in elf_add() 4181 if (!elf_get_view (state, descriptor, memory, memory_size, shstr_off, in elf_add()
|