HomeSort by relevance Sort by last modified time
    Searched refs:obj_elf_change_section (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.h 164 extern void obj_elf_change_section
tc-microblaze.c 148 obj_elf_change_section (".data", SHT_PROGBITS, SHF_ALLOC+SHF_WRITE, 0, 0, 0, 0);
160 obj_elf_change_section (".sdata", SHT_PROGBITS, SHF_ALLOC+SHF_WRITE, 0, 0, 0, 0);
279 obj_elf_change_section (".rodata", SHT_PROGBITS, SHF_ALLOC, 0, 0, 0, 0);
286 obj_elf_change_section (".sdata2", SHT_PROGBITS, SHF_ALLOC, 0, 0, 0, 0);
298 obj_elf_change_section (".bss", SHT_NOBITS, SHF_ALLOC+SHF_WRITE, 0, 0, 0, 0);
302 obj_elf_change_section (".sbss", SHT_NOBITS, SHF_ALLOC+SHF_WRITE, 0, 0, 0, 0);
    [all...]
obj-elf.c 549 obj_elf_change_section (const char *name, function
1125 obj_elf_change_section (name, type, attr, entsize, group_name, linkonce, push);
    [all...]
tc-rx.c 467 obj_elf_change_section (name, type, attr, 0, NULL, FALSE, FALSE);
482 obj_elf_change_section (name, type, attr, 0, NULL, FALSE, FALSE);
    [all...]
tc-msp430.c 618 obj_elf_change_section (".profiler", SHT_PROGBITS, 0, 0, 0, 0, 0);
    [all...]
tc-tic6x.c     [all...]
tc-ia64.c 1151 obj_elf_change_section
    [all...]
tc-mips.c     [all...]
tc-arm.c     [all...]

Completed in 646 milliseconds