HomeSort by relevance Sort by last modified time
    Searched full:segment_start (Results 26 - 50 of 579) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 137 %token SEGMENT_START
880 | SEGMENT_START '(' string
887 &Operator::create<Operator::SEGMENT_START>());
  /toolchain/binutils/binutils-2.25/ld/
ldexp.c 114 { SEGMENT_START, "SEGMENT_START" }
324 /* The SEGMENT_START operator is special because its first
328 if (expld.result.valid_p && tree->type.node_code == SEGMENT_START)
    [all...]
ldgram.y 135 %token SEGMENT_START
995 | SEGMENT_START '(' NAME ',' exp ')'
1001 $$ = exp_binop (SEGMENT_START,
  /toolchain/binutils/binutils-2.25/gold/
yyscript.y 173 %token SEGMENT_START
973 | SEGMENT_START '(' string ',' exp ')'
976 /* We need to take note of any SEGMENT_START expressions
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
aarch64elf.x 168 . = SEGMENT_START("ldata-segment", .);
aarch64elf.xbn 167 . = SEGMENT_START("ldata-segment", .);
aarch64elf.xc 169 . = SEGMENT_START("ldata-segment", .);
aarch64elf.xn 167 . = SEGMENT_START("ldata-segment", .);
aarch64elf.xs 158 . = SEGMENT_START("ldata-segment", .);
aarch64elf.xsc 161 . = SEGMENT_START("ldata-segment", .);
aarch64elf.xsw 159 . = SEGMENT_START("ldata-segment", .);
aarch64elf.xw 168 . = SEGMENT_START("ldata-segment", .);
aarch64elf32.x 168 . = SEGMENT_START("ldata-segment", .);
aarch64elf32.xbn 167 . = SEGMENT_START("ldata-segment", .);
aarch64elf32.xc 169 . = SEGMENT_START("ldata-segment", .);
aarch64elf32.xn 167 . = SEGMENT_START("ldata-segment", .);
aarch64elf32.xs 158 . = SEGMENT_START("ldata-segment", .);
aarch64elf32.xsc 161 . = SEGMENT_START("ldata-segment", .);
aarch64elf32.xsw 159 . = SEGMENT_START("ldata-segment", .);
aarch64elf32.xw 168 . = SEGMENT_START("ldata-segment", .);
aarch64elf32b.x 168 . = SEGMENT_START("ldata-segment", .);
aarch64elf32b.xbn 167 . = SEGMENT_START("ldata-segment", .);
aarch64elf32b.xc 169 . = SEGMENT_START("ldata-segment", .);
aarch64elf32b.xn 167 . = SEGMENT_START("ldata-segment", .);
aarch64elf32b.xs 158 . = SEGMENT_START("ldata-segment", .);

Completed in 241 milliseconds

12 3 4 5 6 7 8 91011>>