Searched refs:o (Results 1 – 11 of 11) sorted by relevance
/DragonStub/apps/ |
H A D | Makefile | 49 CRTOBJS = ../gnuefi/crt0-efi-$(ARCH).o 99 DRAGON_STUB_OBJS := $(patsubst %.c,%.o,$(DRAGON_STUB_FILES)) 114 $(LD) -r -b binary $(PAYLOAD_ELF) -o payload.o.stage1 --no-relax 118 payload.o.stage1 payload.o 119 $(LD) $(LDFLAGS) --no-relax $^ payload.o -o dragon_stub.so $(LOADLIBES) 132 ctors_test.so : ctors_fns.o ctors_test.o 135 rm -f $(TARGETS) *~ *.o *.so
|
/DragonStub/ |
H A D | Make.rules | 50 %.so: %.o 51 $(LD) $(LDFLAGS) $^ -o $@ $(LOADLIBES) 53 %.o: %.c 54 $(CC) $(INCDIR) $(CFLAGS) $(CPPFLAGS) -c $< -o $@ 57 $(CC) $(INCDIR) $(CFLAGS) $(CPPFLAGS) -S $< -o $@ 60 $(CC) $(INCDIR) $(CFLAGS) $(CPPFLAGS) -E $< -o $@ 62 %.o: %.S 63 $(CC) $(INCDIR) $(CFLAGS) $(CPPFLAGS) -c $< -o $@ 66 $(CC) $(INCDIR) $(CFLAGS) $(CPPFLAGS) -E $< -o $@
|
H A D | .gitignore | 3 *.o
|
H A D | Make.defaults | 146 …CC_CAN_DISABLE_AVX=$(shell $(CC) -Werror -c -o /dev/null -xc -mno-avx - </dev/null >/dev/null 2>&1…
|
H A D | ChangeLog | 172 Right now we wind up trying to build gnuefi/.o from a source file that's 824 libefi.a: boxdraw.o) smbios.o) ... 825 libgnuefi.a(reloc_x86_64.o:
|
/DragonStub/gnuefi/ |
H A D | Makefile | 49 OBJS = $(FILES:%=%.o) 52 reloc_aarch64.o: CFLAGS += -fno-jump-tables 54 TARGETS = crt0-efi-$(ARCH).o libgnuefi.a 72 rm -f $(TARGETS) *~ *.o $(OBJS)
|
/DragonStub/lib/ia64/ |
H A D | palproc.h | 31 #define NESTED_SETUP(i,l,o,r) \ argument 32 alloc loc1=ar##.##pfs,i,l,o,r ;\
|
/DragonStub/lib/ |
H A D | Makefile | 65 OBJS = $(FILES:%=%.o) ctors.o 83 rm -f libefi.a *~ $(OBJS) */*.o
|
/DragonStub/tools/ |
H A D | run-qemu.sh | 83 o
|
/DragonStub/docs/ |
H A D | README.gnuefi | 269 o On IA-64, the global pointer symbol (__gp) needs to be placed such 279 o The link address (ImageBase) of the binary is (arbitrarily) set to 285 o The relocation related sections (.dynamic, .rel, .rela, .reloc) 289 o Some sections in the ELF binary intentionally get dropped when
|
/DragonStub/inc/ |
H A D | elf.h | 618 #define ELF32_ST_VISIBILITY(o) ((o) & 0x03) argument 621 #define ELF64_ST_VISIBILITY(o) ELF32_ST_VISIBILITY (o) argument
|