Home
last modified time | relevance | path

Searched refs:sh_addr (Results 1 – 25 of 53) sorted by relevance

123

/external/elfutils/libdwfl/
Ddwfl_report_elf.c98 if (shdr->sh_addr == 0 in __libdwfl_report_elf()
104 shdr->sh_addr = next; in __libdwfl_report_elf()
108 start = base = shdr->sh_addr; in __libdwfl_report_elf()
132 prev_shdr->sh_addr in __libdwfl_report_elf()
134 end = prev_shdr->sh_addr + prev_shdr->sh_size; in __libdwfl_report_elf()
145 end = shdr->sh_addr + shdr->sh_size; in __libdwfl_report_elf()
146 if (likely (shdr->sh_addr != 0) in __libdwfl_report_elf()
153 if (first || end < shdr->sh_addr + shdr->sh_size) in __libdwfl_report_elf()
154 end = shdr->sh_addr + shdr->sh_size; in __libdwfl_report_elf()
155 if (first || bias > shdr->sh_addr) in __libdwfl_report_elf()
[all …]
Drelocate.c67 if (refshdr->sh_addr == 0 && (refshdr->sh_flags & SHF_ALLOC)) in __libdwfl_relocate_value()
82 &refshdr->sh_addr)) in __libdwfl_relocate_value()
85 if (refshdr->sh_addr == (Dwarf_Addr) -1l) in __libdwfl_relocate_value()
88 refshdr->sh_addr = 0; /* Make no adjustment below. */ in __libdwfl_relocate_value()
93 if (likely (refshdr->sh_addr != 0) in __libdwfl_relocate_value()
99 *value += refshdr->sh_addr; in __libdwfl_relocate_value()
Ddwfl_module_addrsym.c82 && mod_addr >= shdr->sh_addr in dwfl_module_addrsym()
83 && mod_addr < shdr->sh_addr + shdr->sh_size) in dwfl_module_addrsym()
Dderelocate.c113 if ((shdr->sh_flags & SHF_ALLOC) && shdr->sh_addr == 0) in cache_sections()
118 &shdr->sh_addr) != DWFL_E_NOERROR) in cache_sections()
136 newref->start = shdr->sh_addr + mod->main.bias; in cache_sections()
Doffline.c70 assert (shdr->sh_addr == 0); in dwfl_offline_section_address()
105 *addr = main_shdr->sh_addr; in dwfl_offline_section_address()
/external/llvm/test/MC/PowerPC/
Dppc64-initial-cfa.ll16 ; STATIC-NEXT: ('sh_addr', 0x{{.*}})
28 ; STATIC-NEXT: ('sh_addr', 0x{{.*}})
50 ; PIC-NEXT: ('sh_addr', 0x{{.*}})
62 ; PIC-NEXT: ('sh_addr', 0x{{.*}})
/external/elfutils/tests/
Dupdate4.c141 shdr->sh_addr = 0; in main()
177 shdr->sh_addr = 0; in main()
213 shdr->sh_addr = 0; in main()
249 shdr->sh_addr = 0; in main()
286 shdr->sh_addr = 0; in main()
Dsectiondump.c114 shdr->sh_addr, in handle_section()
/external/elfutils/libelf/
Dgelf_update_shdr.c85 || unlikely (src->sh_addr > 0xffffffffull) in gelf_update_shdr()
100 COPY (sh_addr); in gelf_update_shdr()
Delf32_getshdr.c140 CONVERT_TO (shdr[cnt].sh_addr, notcvt[cnt].sh_addr); in ElfW2()
186 CONVERT (shdr[cnt].sh_addr); in ElfW2()
Dgelf_getshdr.c96 COPY (sh_addr);
/external/elfutils/backends/
Dalpha_symbol.c89 && shdr->sh_addr != 0) in alpha_check_special_section()
117 return pltgot == shdr->sh_addr; in alpha_check_special_section()
Dppc_symbol.c140 && sym->st_value == destshdr->sh_addr + 0x8000 in ppc_check_special_symbol()
145 && sym->st_value == destshdr->sh_addr + 0x8000 in ppc_check_special_symbol()
Dsparc_symbol.c100 return dyn.d_un.d_ptr == shdr->sh_addr; in sparc_check_special_section()
/external/llvm/test/CodeGen/ARM/
Dehabi-mc-sh_link.ll29 ; CHECK-NEXT: ('sh_addr', 0x00000000)
42 ; CHECK-NEXT: ('sh_addr', 0x00000000)
D2010-11-30-reloc-movt.ll15 ; OBJ-NEXT: 'sh_addr'
D2010-12-08-tpsoft.ll30 ; ELFOBJ-NEXT: 'sh_addr'
/external/llvm/test/MC/ELF/
Dentsize.ll26 ; 64-NEXT: ('sh_addr',
37 ; 64-NEXT: ('sh_addr',
/external/elfutils/src/
Dunstrip.c361 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()
[all …]
Di386_ld.c380 Elf32_Addr gotaddr = shdr->sh_addr; in elf_i386_finalize_plt()
390 ((Elf32_Word *) data->d_buf)[0] = shdr->sh_addr; in elf_i386_finalize_plt()
471 Elf32_Addr pltentryaddr = (pltshdr->sh_addr + pltidx * PLT_ENTRY_SIZE); in elf_i386_finalize_plt()
726 Elf32_Addr pltaddr = shdr->sh_addr; in elf_i386_create_relocations()
740 Elf32_Addr gotaddr = shdr->sh_addr; in elf_i386_create_relocations()
/external/llvm/test/MC/ARM/
Dxscale-attributes.ll24 ; OBJ-NEXT: 'sh_addr', 0x00000000
/external/qemu/elff/
Delff_elf.h216 Elf_Addr sh_addr; member
/external/llvm/test/MC/Mips/
Delf-bigendian.ll12 ; CHECK-NEXT: ('sh_addr', 0x{{[0-9,a-f]+}})
/external/grub/stage2/
Di386-elf.h108 Elf32_Addr sh_addr; /* Section virtual addr at execution */ member
/external/llvm/test/Scripts/
Delf-dump85 self.sh_addr = f.readWord()
97 print " ('sh_addr', %s)" % common_dump.HexDump(self.sh_addr)

123