Searched refs:pshndx (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | layout.h | 313 find_comdat_section(const std::string& name, unsigned int* pshndx, in find_comdat_section() argument 320 *pshndx = p->second.shndx; in find_comdat_section() 328 find_single_comdat_section(unsigned int* pshndx, uint64_t* psize) const in find_single_comdat_section() argument 334 *pshndx = p->second.shndx; in find_single_comdat_section() 1176 set_segment_offsets(const Target*, Output_segment*, unsigned int* pshndx); 1181 set_relocatable_section_offsets(Output_data*, unsigned int* pshndx); 1201 set_section_indexes(unsigned int pshndx);
|
D | layout.cc | 2475 unsigned int* pshndx) in relaxation_loop_body() argument 2563 *pshndx = 1; in relaxation_loop_body() 2569 off = this->set_segment_offsets(target, load_seg, pshndx); in relaxation_loop_body() 2571 off = this->set_relocatable_section_offsets(file_header, pshndx); in relaxation_loop_body() 3476 unsigned int* pshndx) in set_segment_offsets() argument 3519 unsigned int shndx_begin = *pshndx; in set_segment_offsets() 3520 unsigned int shndx_load_seg = *pshndx; in set_segment_offsets() 3541 shndx_load_seg = *pshndx; in set_segment_offsets() 3665 unsigned int shndx_hold = *pshndx; in set_segment_offsets() 3671 &off, pshndx); in set_segment_offsets() [all …]
|
D | output.cc | 4266 unsigned int* pshndx) in set_section_addresses() argument 4377 addr, poff, pshndx, &in_tls); in set_section_addresses() 4447 unsigned int* pshndx, in set_section_list_addresses() argument 4589 (*p)->set_out_shndx(*pshndx); in set_section_list_addresses() 4590 ++*pshndx; in set_section_list_addresses() 4823 unsigned int* pshndx) const in write_section_headers() 4837 v, pshndx); in write_section_headers() 4849 unsigned int* pshndx) const in write_section_headers_list() 4859 gold_assert(*pshndx == ps->out_shndx()); in write_section_headers_list() 4863 ++*pshndx; in write_section_headers_list()
|
D | output.h | 4627 off_t* poff, unsigned int* pshndx); 4666 unsigned int* pshndx) const; 4686 uint64_t addr, off_t* poff, unsigned int* pshndx,
|
D | arm.cc | 1725 const unsigned char* psyms, unsigned int* pshndx); 6692 unsigned int* pshndx) in find_linked_text_section() argument 6743 *pshndx = in find_linked_text_section()
|