Home
last modified time | relevance | path

Searched refs:RELOCATABLE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/elftoolchain/elfcopy/
H A Dbinary.c191 ecp->flags |= RELOCATABLE; in create_elf_from_binary()
H A Delfcopy.h207 #define RELOCATABLE 0x00000004U macro
H A Dascii.c237 ecp->flags |= RELOCATABLE; in create_elf_from_srec()
506 ecp->flags |= RELOCATABLE; in create_elf_from_ihex()
H A Dsections.c431 if ((ecp->flags & RELOCATABLE) && in create_scn()
967 if (!s->loadable || (ecp->flags & RELOCATABLE)) in resync_sections()
970 if (s->loadable && (ecp->flags & RELOCATABLE) == 0) in resync_sections()
H A Dmain.c321 ecp->flags &= ~(EXECUTABLE | DYNAMIC | RELOCATABLE); in create_elf()
327 ecp->flags |= RELOCATABLE; in create_elf()
H A Dsymbols.c179 if (ecp->flags & RELOCATABLE) { in is_needed_symbol()
615 if ((ecp->flags & RELOCATABLE) != 0 && in generate_symbols()