Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ld/
H A Dld.c222 #ifndef TEXT_START
223 #define TEXT_START(x) N_TXTADDR(x) macro
908 text_start = TEXT_START (outheader);
2398 data_start = N_DATADDR (outheader) + text_start - TEXT_START (outheader); in digest_symbols()
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c1472 #ifdef TEXT_START in start_of_text()
1473 return ((char *) TEXT_START); in start_of_text()