Searched refs:syms (Results 1 – 8 of 8) sorted by relevance
64 $(INSTALL_DATA) $(TARGET)-syms $(D)$(DEBUG_DIR)/$(T)-syms-$(XEN_FULLVERSION)65 $(INSTALL_DATA) $(TARGET)-syms.map $(D)$(DEBUG_DIR)/$(T)-syms-$(XEN_FULLVERSION).map104 rm -f $(D)$(DEBUG_DIR)/$(T)-syms-$(XEN_FULLVERSION)105 rm -f $(D)$(DEBUG_DIR)/$(T)-syms-$(XEN_FULLVERSION).map115 $(OBJDUMP) -D -S $(TARGET)-syms > $(TARGET).s130 …sm $(TARGET) $(TARGET).gz $(TARGET).efi $(TARGET).efi.map $(TARGET)-syms $(TARGET)-syms.map *~ core248 …$(NM) -n $(TARGET)-syms | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]D…
96 syms-warn-dup-y := --warn-dup97 syms-warn-dup-$(CONFIG_SUPPRESS_DUPLICATE_SYMBOL_WARNINGS) :=99 $(TARGET): $(TARGET)-syms $(efi-y) boot/mkelf32100 ./boot/mkelf32 $(notes_phdrs) $(TARGET)-syms $(TARGET) $(XEN_IMG_OFFSET) \101 `$(NM) $(TARGET)-syms | sed -ne 's/^\([^ ]*\) . __2M_rwdata_end$$/0x\1/p'`130 $(TARGET)-syms: prelink.o xen.lds $(BASEDIR)/common/symbols-dummy.o140 | $(BASEDIR)/tools/symbols $(all_symbols) --sysv --sort $(syms-warn-dup-y) \152 $(TARGET)-shim: $(TARGET)-syms155 note.o: $(TARGET)-syms156 $(OBJCOPY) -O binary --only-section=.note.gnu.build-id $(BASEDIR)/xen-syms $@.bin[all …]
48 config.h: OLD_CODE_SZ=$(call CODE_SZ,$(BASEDIR)/xen-syms,xen_extra_version)50 config.h: MINOR_VERSION_SZ=$(call CODE_SZ,$(BASEDIR)/xen-syms,xen_minor_version)51 config.h: MINOR_VERSION_ADDR=$(call CODE_ADDR,$(BASEDIR)/xen-syms,xen_minor_version)76 $(OBJCOPY) -O binary --only-section=.note.gnu.build-id $(BASEDIR)/xen-syms $@.bin
106 Elf32_Sym *syms, *sym; in relocate_32bitbios() local118 syms = (Elf32_Sym *)shdr[shdr[i].sh_link].sh_addr; in relocate_32bitbios()124 sym = &syms[ELF32_R_SYM(rels[j].r_info)]; in relocate_32bitbios()
146 syms; member
38 * Start gdb with gdb /path/to/build/tree/xen/xen-syms and then
389 .old_addr = (void *)0xffff82d08013963c, /* Extracted from xen-syms. */ 1132 readelf -sW xen-syms | grep " FUNC " | \
331 xen/xen-syms332 xen/xen-syms.map
Completed in 10 milliseconds