HomeSort by: relevance | last modified time | path
    Searched refs:SECT (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
private_symbols.sh 48 ($3 ~ /^SECT[0-9]+/ && $(NF-2) == "External" && !($NF in exported_symbols)) {
private_symbols.awk 62 ($3 ~ /^SECT[0-9]+/ && $(NF-2) == "External" && !($NF in exported_symbols)) {
private_symbols_jet.awk 62 ($3 ~ /^SECT[0-9]+/ && $(NF-2) == "External" && !($NF in exported_symbols)) {
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
private_symbols.sh 48 ($3 ~ /^SECT[0-9]+/ && $(NF-2) == "External" && !($NF in exported_symbols)) {
  /src/external/ibm-public/postfix/dist/mantools/
srctoman 14 [0-9]) SECT=$1;;
70 s/^.*$/.TH & '"$SECT"'\
mansect 14 [0-9]) SECT=$1;;
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 103 #define SECT 356
ldgram.y 156 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K
228 | SECT NAME ',' exp
230 | SECT NAME exp
232 | SECT NAME '=' exp
ldlex.l 371 <MRI>"SECT" { RTOKEN(SECT); }
389 <MRI>"sect" { RTOKEN(SECT); }
  /src/external/gpl3/binutils/dist/bfd/
coff-tic4x.c 55 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
56 tic4x_reloc_processing (RELENT,RELOC,SYMS,ABFD,SECT)
coff-tic54x.c 86 bfd_ticoff_set_section_load_page (asection *sect,
89 sect->lma = (sect->lma & ADDR_MASK) | PG_TO_FLAG(page);
93 bfd_ticoff_get_section_load_page (asection *sect)
98 if (sect == bfd_com_section_ptr)
101 else if (bfd_is_und_section (sect)
102 || bfd_is_abs_section (sect)
103 || bfd_is_ind_section (sect))
107 page = FLAG_TO_PG (sect->lma);
267 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-tic4x.c 55 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
56 tic4x_reloc_processing (RELENT,RELOC,SYMS,ABFD,SECT)
coff-tic54x.c 86 bfd_ticoff_set_section_load_page (asection *sect,
89 sect->lma = (sect->lma & ADDR_MASK) | PG_TO_FLAG(page);
93 bfd_ticoff_get_section_load_page (asection *sect)
98 if (sect == bfd_com_section_ptr)
101 else if (bfd_is_und_section (sect)
102 || bfd_is_abs_section (sect)
103 || bfd_is_ind_section (sect))
107 page = FLAG_TO_PG (sect->lma);
267 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 156 SECT = 357, /* SECT */
301 #define SECT 357
ldgram.y 156 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K
228 | SECT NAME ',' exp
230 | SECT NAME exp
232 | SECT NAME '=' exp
  /src/external/gpl3/gdb.old/dist/bfd/
coff-tic4x.c 55 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
56 tic4x_reloc_processing (RELENT,RELOC,SYMS,ABFD,SECT)
coff-tic54x.c 86 bfd_ticoff_set_section_load_page (asection *sect,
89 sect->lma = (sect->lma & ADDR_MASK) | PG_TO_FLAG(page);
93 bfd_ticoff_get_section_load_page (asection *sect)
98 if (sect == bfd_com_section_ptr)
101 else if (bfd_is_und_section (sect)
102 || bfd_is_abs_section (sect)
103 || bfd_is_ind_section (sect))
107 page = FLAG_TO_PG (sect->lma);
267 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-tic4x.c 55 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
56 tic4x_reloc_processing (RELENT,RELOC,SYMS,ABFD,SECT)
coff-tic54x.c 86 bfd_ticoff_set_section_load_page (asection *sect,
89 sect->lma = (sect->lma & ADDR_MASK) | PG_TO_FLAG(page);
93 bfd_ticoff_get_section_load_page (asection *sect)
98 if (sect == bfd_com_section_ptr)
101 else if (bfd_is_und_section (sect)
102 || bfd_is_abs_section (sect)
103 || bfd_is_ind_section (sect))
107 page = FLAG_TO_PG (sect->lma);
267 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
output.h 521 /* Return the style of section SECT. */
522 #define SECTION_STYLE(SECT) ((SECT)->common.flags & SECTION_STYLE_MASK)
  /src/external/gpl3/gcc.old/dist/gcc/
output.h 517 /* Return the style of section SECT. */
518 #define SECTION_STYLE(SECT) ((SECT)->common.flags & SECTION_STYLE_MASK)
  /src/external/gpl3/binutils/dist/include/coff/
ti.h 523 #define SECTION_RELATIVE_ABSOLUTE_SYMBOL_P(RELOC, SECT) \
524 ((*(RELOC)->sym_ptr_ptr)->section->output_section == (SECT) \
  /src/external/gpl3/binutils.old/dist/include/coff/
ti.h 523 #define SECTION_RELATIVE_ABSOLUTE_SYMBOL_P(RELOC, SECT) \
524 ((*(RELOC)->sym_ptr_ptr)->section->output_section == (SECT) \
  /src/external/gpl3/gdb.old/dist/include/coff/
ti.h 523 #define SECTION_RELATIVE_ABSOLUTE_SYMBOL_P(RELOC, SECT) \
524 ((*(RELOC)->sym_ptr_ptr)->section->output_section == (SECT) \
  /src/external/gpl3/gdb/dist/include/coff/
ti.h 523 #define SECTION_RELATIVE_ABSOLUTE_SYMBOL_P(RELOC, SECT) \
524 ((*(RELOC)->sym_ptr_ptr)->section->output_section == (SECT) \

Completed in 33 milliseconds

1 2