• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/

Lines Matching refs:Addr

236 #define LIST_ARCHTYPE ElfW(Addr)
559 ElfW(Addr) baseaddr;
582 ElfW(Addr) reloc_offset;
583 ElfW(Addr) string_offset;
589 ElfW(Addr) reloc_offset;
603 static ElfW(Addr) obj_symbol_final_value(struct obj_file *f,
630 static int obj_string_patch(struct obj_file *f, int secidx, ElfW(Addr) offset,
633 static int obj_symbol_patch(struct obj_file *f, int secidx, ElfW(Addr) offset,
642 static int obj_relocate(struct obj_file *f, ElfW(Addr) base);
660 ElfW(RelM) *rel, ElfW(Addr) value);
744 ElfW(Addr) *addr;
745 ElfW(Addr) value;
779 ElfW(Addr) addr;
854 ElfW(RelM) *rel, ElfW(Addr) v)
858 ElfW(Addr) *loc = (ElfW(Addr) *) (targsec->contents + rel->r_offset);
859 ElfW(Addr) dot = targsec->header.sh_addr + rel->r_offset;
866 ElfW(Addr) got = ifile->got ? ifile->got->header.sh_addr : 0;
870 ElfW(Addr) plt = ifile->plt ? ifile->plt->header.sh_addr : 0;
924 loc = (ElfW(Addr) *)((ElfW(Addr))loc - 1);
1144 ElfW(Addr) val, vallo;
1444 *(ElfW(Addr) *)(ifile->got->contents + isym->gotent.offset) = v;
1502 ElfW(Addr) word;
1526 ElfW(Addr) word;
1710 *(ElfW(Addr) *) (ifile->got->contents + isym->gotent.offset) = v;
2027 int secidx, ElfW(Addr) value,
2132 static ElfW(Addr) obj_symbol_final_value(struct obj_file * f, struct obj_symbol * sym)
2800 ElfW(Addr) ofs;
2877 ElfW(Addr) ofs = nsyms * 2 * tgt_sizeof_void_p;
2977 obj_string_patch(struct obj_file *f, int secidx, ElfW(Addr) offset,
3006 obj_symbol_patch(struct obj_file *f, int secidx, ElfW(Addr) offset,
3114 ElfW(Addr) bss_size = f->sections[i]->header.sh_size;
3115 ElfW(Addr) max_align = f->sections[i]->header.sh_addralign;
3119 ElfW(Addr) align = c->sym->value;
3162 ElfW(Addr) align;
3175 static int obj_relocate(struct obj_file *f, ElfW(Addr) base)
3208 ElfW(Addr) value = 0;
3281 ElfW(Addr) strsec_base;
3287 *(ElfW(Addr) *) (targsec->contents + p->reloc_offset)
3297 *(ElfW(Addr) *) (targsec->contents + p->reloc_offset)
3308 ElfW(Addr) base = f->baseaddr;
3500 ElfW(Addr) val = sym->st_value;
3547 ElfW(Addr) base = f->baseaddr;
3946 ElfW(Addr) m_addr;