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

  /toolchain/binutils/binutils-2.25/bfd/
netbsd.h 89 file_ptr text_end; local
91 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end);
hp300hpux.c 284 file_ptr text_end; local
291 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
libecoff.h 99 unsigned long text_end; member in struct:ecoff_tdata
aout-tic30.c 640 file_ptr text_end; local
643 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
    [all...]
aoutx.h 959 file_ptr text_end; local
1000 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size;
1001 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
1253 file_ptr text_end; local
5333 file_ptr text_end; local
    [all...]
pdp11.c 296 file_ptr text_end; local
299 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
364 file_ptr text_end; local
366 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
870 file_ptr text_end; local
910 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->size;
911 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
918 text_end = obj_textsec (abfd)->size;
919 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end
1145 file_ptr text_end; local
3664 file_ptr text_end; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.cpp 60 const char* text_end = textValue + text_length; local
72 end = std::find(begin, text_end, separator);
83 } while (end != text_end);
  /external/elfutils/libasm/
asm_end.c 49 text_end (AsmCtx_t *ctx __attribute__ ((unused))) function
509 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx);
  /toolchain/binutils/binutils-2.25/gas/
dwarf2dbg.c 204 symbolS *text_end; member in struct:line_seg
    [all...]

Completed in 668 milliseconds