HomeSort by relevance Sort by last modified time
    Searched refs:pshdrs (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
reloc.cc 274 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(), local
278 const unsigned char* ps = pshdrs + This::shdr_size;
306 typename This::Shdr secshdr(pshdrs + shndx * This::shdr_size);
368 typename This::Shdr symtabshdr(pshdrs
594 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(), local
605 this->write_sections(layout, pshdrs, of, &views);
631 this->relocate_sections(symtab, layout, pshdrs, of, &views);
672 // Write section data to the output file. PSHDRS points to the
679 const unsigned char* pshdrs,
690 const unsigned char* p = pshdrs + This::shdr_size
    [all...]
object.cc 105 // SHT_SYMTAB_SHNDX section. If PSHDRS is not NULL, it points at the
111 const unsigned char* pshdrs)
115 if (pshdrs == NULL)
119 const unsigned char* p = (pshdrs
202 const unsigned char* pshdrs = sd->section_headers->data(); local
203 const unsigned char* pshdrnames = pshdrs + elf_file->shstrndx() * shdr_size;
511 Sized_relobj_file<size, big_endian>::find_symtab(const unsigned char* pshdrs)
519 const unsigned char* p = pshdrs + shnum * This::shdr_size;
537 pshdrs);
587 const unsigned char* pshdrs,
803 const unsigned char* const pshdrs = sd->section_headers->data(); local
842 const unsigned char* const pshdrs = sd->section_headers->data(); local
1424 const unsigned char* pshdrs; local
2578 const unsigned char* pshdrs = sd->section_headers_data local
2597 const unsigned char* pshdrs = sd->section_headers_data local
    [all...]
dynobj.cc 105 const unsigned char* pshdrs,
120 const unsigned char* p = pshdrs;
134 pshdrs);
162 pshdrs);
196 pshdrs);
202 // Read the contents of section SHNDX. PSHDRS points to the section
210 const unsigned char* pshdrs,
226 typename This::Shdr shdr(pshdrs + shndx * This::shdr_size);
241 // has a DT_SONAME tag. Record the DT_NEEDED tags. PSHDRS points to
249 Sized_dynobj<size, big_endian>::read_dynamic(const unsigned char* pshdrs,
352 const unsigned char* const pshdrs = sd->section_headers->data(); local
484 const unsigned char* pshdrs = sd->section_headers->data(); local
    [all...]
dynobj.h 310 find_dynsym_sections(const unsigned char* pshdrs,
318 read_dynsym_section(const unsigned char* pshdrs, unsigned int shndx,
325 read_dynamic(const unsigned char* pshdrs, unsigned int dynamic_shndx,
object.h 175 // PSHDRS may optionally point to the section headers.
179 const unsigned char* pshdrs);
381 build_compressed_section_map(const unsigned char* pshdrs, unsigned int shnum,
994 find_shdr(const unsigned char* pshdrs, const char* name,
    [all...]
arm.cc     [all...]
dwp.cc 784 const unsigned char* const pshdrs = this->get_view(shoff, shnum * shdr_size, local
789 pshdrs + this->elf_file_.shstrndx() * shdr_size;
803 pshdrs, this->shnum(), names, section_names_size, this, true);
    [all...]
powerpc.cc 114 const unsigned char* pshdrs, Output_file* of,
1861 const unsigned char* const pshdrs = sd->section_headers->data(); local
2066 const unsigned char* const pshdrs = sd->section_headers->data(); local
2130 const unsigned char* const pshdrs = sd->section_headers->data(); local
    [all...]
aarch64.cc 2355 const unsigned char* pshdrs = this->get_view(this->elf_file()->shoff(), local
    [all...]
mips.cc 6753 const unsigned char* pshdrs = sd->section_headers->data(); local
    [all...]

Completed in 209 milliseconds