/external/elfutils/libdwfl/ |
D | dwfl_report_elf.c | 98 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 …]
|
D | relocate.c | 67 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()
|
D | dwfl_module_addrsym.c | 82 && mod_addr >= shdr->sh_addr in dwfl_module_addrsym() 83 && mod_addr < shdr->sh_addr + shdr->sh_size) in dwfl_module_addrsym()
|
D | derelocate.c | 113 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()
|
D | offline.c | 70 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/ |
D | ppc64-initial-cfa.ll | 16 ; 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/ |
D | update4.c | 141 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()
|
D | sectiondump.c | 114 shdr->sh_addr, in handle_section()
|
/external/elfutils/libelf/ |
D | gelf_update_shdr.c | 85 || unlikely (src->sh_addr > 0xffffffffull) in gelf_update_shdr() 100 COPY (sh_addr); in gelf_update_shdr()
|
D | elf32_getshdr.c | 140 CONVERT_TO (shdr[cnt].sh_addr, notcvt[cnt].sh_addr); in ElfW2() 186 CONVERT (shdr[cnt].sh_addr); in ElfW2()
|
D | gelf_getshdr.c | 96 COPY (sh_addr);
|
/external/elfutils/backends/ |
D | alpha_symbol.c | 89 && shdr->sh_addr != 0) in alpha_check_special_section() 117 return pltgot == shdr->sh_addr; in alpha_check_special_section()
|
D | ppc_symbol.c | 140 && 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()
|
D | sparc_symbol.c | 100 return dyn.d_un.d_ptr == shdr->sh_addr; in sparc_check_special_section()
|
/external/llvm/test/CodeGen/ARM/ |
D | ehabi-mc-sh_link.ll | 29 ; CHECK-NEXT: ('sh_addr', 0x00000000) 42 ; CHECK-NEXT: ('sh_addr', 0x00000000)
|
D | 2010-11-30-reloc-movt.ll | 15 ; OBJ-NEXT: 'sh_addr'
|
D | 2010-12-08-tpsoft.ll | 30 ; ELFOBJ-NEXT: 'sh_addr'
|
/external/llvm/test/MC/ELF/ |
D | entsize.ll | 26 ; 64-NEXT: ('sh_addr', 37 ; 64-NEXT: ('sh_addr',
|
/external/elfutils/src/ |
D | unstrip.c | 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() [all …]
|
D | i386_ld.c | 380 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/ |
D | xscale-attributes.ll | 24 ; OBJ-NEXT: 'sh_addr', 0x00000000
|
/external/qemu/elff/ |
D | elff_elf.h | 216 Elf_Addr sh_addr; member
|
/external/llvm/test/MC/Mips/ |
D | elf-bigendian.ll | 12 ; CHECK-NEXT: ('sh_addr', 0x{{[0-9,a-f]+}})
|
/external/grub/stage2/ |
D | i386-elf.h | 108 Elf32_Addr sh_addr; /* Section virtual addr at execution */ member
|
/external/llvm/test/Scripts/ |
D | elf-dump | 85 self.sh_addr = f.readWord() 97 print " ('sh_addr', %s)" % common_dump.HexDump(self.sh_addr)
|