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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 61 /*@dependent@*/ /*@null@*/ yasm_section *cur_section; member in struct:yasm_object
  /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_));

Completed in 57 milliseconds