Lines Matching refs:sh_addr
361 sym->st_value = shdr->sh_addr; in symtab_count_leading_section_symbols()
594 .st_value = rel ? 0 : i_shdr->sh_addr, in add_new_section_symbols()
660 if (s1->shdr.sh_addr < s2->shdr.sh_addr) in compare_alloc_sections()
662 if (s1->shdr.sh_addr > s2->shdr.sh_addr) in compare_alloc_sections()
790 s->value = shdr->sh_addr; in collect_symbols()
793 && s->value < split_bss->shdr.sh_addr in collect_symbols()
794 && s->value >= split_bss[-1].shdr.sh_addr in collect_symbols()
882 const GElf_Addr addr = shdr->sh_addr + bias; in find_alloc_section()
887 if (addr < sections[i].shdr.sh_addr) in find_alloc_section()
889 else if (addr > sections[i].shdr.sh_addr) in find_alloc_section()
895 while (i > 0 && sections[i - 1].shdr.sh_addr == addr) in find_alloc_section()
897 for (; i < nalloc && sections[i].shdr.sh_addr == addr; in find_alloc_section()
1016 COPY (sh_addr); in find_alloc_sections_prelink()
1029 sec->shdr.sh_addr += bias; in find_alloc_sections_prelink()
1489 || shdr_mem.sh_addr == 0) in copy_elided_sections()
1490 shdr_mem.sh_addr = sec->shdr.sh_addr; in copy_elided_sections()