Home
last modified time | relevance | path

Searched refs:shstrndx (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-elf.c330 unsigned int shstrndx; member
428 eor->shstrndx = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, in simple_object_elf_match()
431 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX) in simple_object_elf_match()
452 if (eor->shstrndx == SHN_XINDEX) in simple_object_elf_match()
454 eor->shstrndx = ELF_FETCH_FIELD (type_functions, ei_class, Shdr, in simple_object_elf_match()
468 if (eor->shstrndx >= eor->shnum in simple_object_elf_match()
469 && eor->shstrndx >= SHN_LORESERVE + 0x100) in simple_object_elf_match()
470 eor->shstrndx -= 0x100; in simple_object_elf_match()
474 if (eor->shstrndx >= eor->shnum) in simple_object_elf_match()
530 shstrhdr = shdrs + (eor->shstrndx - 1) * shdr_size; in simple_object_elf_find_sections()
[all …]
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h158 shstrndx() in shstrndx() function
165 shstrndx() const in shstrndx() function
527 const unsigned int shstrndx = this->shstrndx_; in section_name() local
528 typename File::View v(file->view(this->section_header_offset(shstrndx), in section_name()
DChangeLog18 (Elf_file::shstrndx): New const function.
/toolchain/binutils/binutils-2.25/gold/
Doutput.cc290 unsigned int shstrndx = this->shstrtab_section_->out_shndx(); in do_sized_write() local
291 if (shstrndx < elfcpp::SHN_LORESERVE) in do_sized_write()
294 oshdr.put_sh_link(shstrndx); in do_sized_write()
571 unsigned int shstrndx = this->shstrtab_->out_shndx(); in do_sized_write() local
572 if (shstrndx < elfcpp::SHN_LORESERVE) in do_sized_write()
Dincremental.cc530 const unsigned int shstrndx = this->elf_file_.shstrndx(); in do_init_layout() local
532 Location shstrndx_location(this->elf_file_.section_contents(shstrndx)); in do_init_layout()
Ddwp.cc789 pshdrs + this->elf_file_.shstrndx() * shdr_size; in setup()
Dobject.cc202 const unsigned char* pshdrnames = pshdrs + elf_file->shstrndx() * shdr_size; in read_section_data()
/toolchain/binutils/binutils-2.25/bfd/
Delf.c341 unsigned int shstrndx = elf_elfheader(abfd)->e_shstrndx; in bfd_elf_string_from_elf_section() local
345 (shindex == shstrndx && strindex == hdr->sh_name in bfd_elf_string_from_elf_section()
347 : bfd_elf_string_from_elf_section (abfd, shstrndx, hdr->sh_name))); in bfd_elf_string_from_elf_section()
DChangeLog-20072144 invalid shstrndx.