proc_end_code_pid()

The end address of the text segment

Syntax:

unsigned long proc_end_code_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

The end address of the text segment.

Return Values:

On success, returns the end address of the text segment. On error, -1 is returned.

See Also:

proc_kstk_eip_pid(), proc_kstk_esp_pid(), proc_start_stack_pid()



INDEX