Searched refs:shstrndx (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-elf.c | 330 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/ |
D | elfcpp_file.h | 158 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()
|
D | ChangeLog | 18 (Elf_file::shstrndx): New const function.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | output.cc | 290 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()
|
D | incremental.cc | 530 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()
|
D | dwp.cc | 789 pshdrs + this->elf_file_.shstrndx() * shdr_size; in setup()
|
D | object.cc | 202 const unsigned char* pshdrnames = pshdrs + elf_file->shstrndx() * shdr_size; in read_section_data()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 341 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()
|
D | ChangeLog-2007 | 2144 invalid shstrndx.
|