HomeSort by relevance Sort by last modified time
    Searched full:cur_section (Results 1 - 10 of 10) sorted by null

  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 444 const Elf_SHdr<Elf_Addr, Elf_Off>* cur_section = local
448 const char* sec_name = get_str_sec_str(pull_val(cur_section->sh_name));
450 *offset = pull_val(cur_section->sh_offset);
451 *size = pull_val(cur_section->sh_size);
454 cur_section = reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>
455 (INC_CPTR(cur_section, sec_entry_size_));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 93 #define cursect (parser_nasm->object->cur_section)
nasm-parser.c 52 parser_nasm.prev_bc = yasm_section_bcs_first(object->cur_section);
nasm-parse.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.c 59 parser_gas.prev_bc = yasm_section_bcs_first(object->cur_section);
gas-parser.h 134 #define cursect (parser_gas->object->cur_section)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 61 /*@dependent@*/ /*@null@*/ yasm_section *cur_section; member in struct:yasm_object
section.c 157 object->cur_section = new_section;
258 object->cur_section = yasm_objfmt_add_default_section(object);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c     [all...]

Completed in 224 milliseconds