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

  /art/compiler/
elf_builder.h 715 Elf_Word bss_index = rodata_index + 1u + (text_size != 0 ? 1u : 0u); local
717 dynsym_.Add(oatbss, bss_index, bss_address, bss_roots_offset, STB_GLOBAL, STT_OBJECT);
725 oatbssroots, bss_index, bss_roots_address, bss_roots_size, STB_GLOBAL, STT_OBJECT);
729 dynsym_.Add(oatbsslastword, bss_index, bsslastword_address, 4, STB_GLOBAL, STT_OBJECT);
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
bnx2.h 4260 u32 bss_index; member in struct:fw_info
    [all...]

Completed in 79 milliseconds