Home
last modified time | relevance | path

Searched refs:CODE_ADDR (Results 1 – 1 of 1) sorted by relevance

/third_party/elfio/examples/writer/
Dwriter.cpp41 const Elf64_Addr CODE_ADDR = 0x00401000; variable
43 const Elf64_Addr DATA_ADDR = CODE_ADDR + PAGE_SIZE;
80 text_seg->set_virtual_address( CODE_ADDR ); in main()
81 text_seg->set_physical_address( CODE_ADDR ); in main()