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.27/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);
278 obj_elf_change_section (".rodata", SHT_PROGBITS, SHF_ALLOC, 0, 0, 0, 0);
285 obj_elf_change_section (".sdata2", SHT_PROGBITS, SHF_ALLOC, 0, 0, 0, 0);
297 obj_elf_change_section (".bss", SHT_NOBITS, SHF_ALLOC+SHF_WRITE, 0, 0, 0, 0);
301 obj_elf_change_section (".sbss", SHT_NOBITS, SHF_ALLOC+SHF_WRITE, 0, 0, 0, 0);
    [all...]
obj-elf.c 551 obj_elf_change_section (const char *name, function
1188 obj_elf_change_section (name, type, attr, entsize, group_name, linkonce, push);
    [all...]
tc-rx.c 491 obj_elf_change_section (name, type, attr, 0, NULL, FALSE, FALSE);
506 obj_elf_change_section (name, type, attr, 0, NULL, FALSE, FALSE);
    [all...]
tc-msp430.c 615 obj_elf_change_section (".profiler", SHT_PROGBITS, 0, 0, 0, 0, 0);
    [all...]
tc-tic6x.c     [all...]
tc-ia64.c 1141 obj_elf_change_section
    [all...]
tc-mips.c     [all...]
tc-arm.c     [all...]

Completed in 238 milliseconds